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.
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
Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.