org.apache.derby.iapi.reference
Interface JDBC30Translation


public interface JDBC30Translation

This class contains public statics that map directly to the new public statics in the jdbc 3.0 classes. By providing an intermediary class, we can use the same statics without having to import the jdbc 3.0 classes into other classes.

This class should not be shipped with the product.

This class has no methods, all it contains are constants are public, static and final since they are declared in an interface.


Field Summary
static int BOOLEAN
           
static int CLOSE_ALL_RESULTS
           
static int CLOSE_CURRENT_RESULT
           
static int CLOSE_CURSORS_AT_COMMIT
           
static int DATALINK
           
static int EXECUTE_FAILED
           
static int HOLD_CURSORS_OVER_COMMIT
           
static int KEEP_CURRENT_RESULT
           
static int NO_GENERATED_KEYS
           
static int PARAMETER_MODE_IN
           
static int PARAMETER_MODE_IN_OUT
           
static int PARAMETER_MODE_OUT
           
static int PARAMETER_MODE_UNKNOWN
           
static int PARAMETER_NO_NULLS
           
static int PARAMETER_NULLABLE
           
static int PARAMETER_NULLABLE_UNKNOWN
           
static int RETURN_GENERATED_KEYS
           
static int SQL_STATE_SQL99
           
static int SQL_STATE_XOPEN
           
static int SQL_TYPES_BOOLEAN
           
static int SUCCESS_NO_INFO
           
 

Field Detail

SQL_STATE_XOPEN

public static final int SQL_STATE_XOPEN
See Also:
Constant Field Values

SQL_STATE_SQL99

public static final int SQL_STATE_SQL99
See Also:
Constant Field Values

PARAMETER_NO_NULLS

public static final int PARAMETER_NO_NULLS
See Also:
Constant Field Values

PARAMETER_NULLABLE

public static final int PARAMETER_NULLABLE
See Also:
Constant Field Values

PARAMETER_NULLABLE_UNKNOWN

public static final int PARAMETER_NULLABLE_UNKNOWN
See Also:
Constant Field Values

PARAMETER_MODE_UNKNOWN

public static final int PARAMETER_MODE_UNKNOWN
See Also:
Constant Field Values

PARAMETER_MODE_IN

public static final int PARAMETER_MODE_IN
See Also:
Constant Field Values

PARAMETER_MODE_IN_OUT

public static final int PARAMETER_MODE_IN_OUT
See Also:
Constant Field Values

PARAMETER_MODE_OUT

public static final int PARAMETER_MODE_OUT
See Also:
Constant Field Values

HOLD_CURSORS_OVER_COMMIT

public static final int HOLD_CURSORS_OVER_COMMIT
See Also:
Constant Field Values

CLOSE_CURSORS_AT_COMMIT

public static final int CLOSE_CURSORS_AT_COMMIT
See Also:
Constant Field Values

CLOSE_CURRENT_RESULT

public static final int CLOSE_CURRENT_RESULT
See Also:
Constant Field Values

KEEP_CURRENT_RESULT

public static final int KEEP_CURRENT_RESULT
See Also:
Constant Field Values

CLOSE_ALL_RESULTS

public static final int CLOSE_ALL_RESULTS
See Also:
Constant Field Values

SUCCESS_NO_INFO

public static final int SUCCESS_NO_INFO
See Also:
Constant Field Values

EXECUTE_FAILED

public static final int EXECUTE_FAILED
See Also:
Constant Field Values

RETURN_GENERATED_KEYS

public static final int RETURN_GENERATED_KEYS
See Also:
Constant Field Values

NO_GENERATED_KEYS

public static final int NO_GENERATED_KEYS
See Also:
Constant Field Values

DATALINK

public static final int DATALINK
See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

SQL_TYPES_BOOLEAN

public static final int SQL_TYPES_BOOLEAN
See Also:
Constant Field Values

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.