|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ reference overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.reference
Interface JDBC20Translation

- public interface JDBC20Translation
This class contains public statics that map directly to the new public statics in the jdbc 2.0 classes. By providing an intermediary class, we can use the same statics without having to import the jdbc 2.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 |
CONCUR_READ_ONLY
java.sql.ResultSet - result set concurrency |
static int |
CONCUR_UPDATABLE
|
static int |
FETCH_FORWARD
java.sql.ResultSet - fetch direction |
static int |
FETCH_REVERSE
|
static int |
FETCH_UNKNOWN
|
static int |
SQL_TYPES_BLOB
|
static int |
SQL_TYPES_CLOB
|
static int |
SQL_TYPES_JAVA_OBJECT
|
static int |
TYPE_FORWARD_ONLY
java.sql.ResultSet - result set type |
static int |
TYPE_SCROLL_INSENSITIVE
|
static int |
TYPE_SCROLL_SENSITIVE
|
static int |
XA_ENDRSCAN
|
static int |
XA_FAIL
|
static int |
XA_JOIN
|
static int |
XA_NOFLAGS
|
static int |
XA_RESUME
|
static int |
XA_STARTRSCAN
|
static int |
XA_SUCCESS
|
static int |
XA_SUSPEND
|
| Field Detail |
CONCUR_READ_ONLY
public static final int CONCUR_READ_ONLY
- java.sql.ResultSet - result set concurrency
- See Also:
- Constant Field Values
CONCUR_UPDATABLE
public static final int CONCUR_UPDATABLE
- See Also:
- Constant Field Values
TYPE_FORWARD_ONLY
public static final int TYPE_FORWARD_ONLY
- java.sql.ResultSet - result set type
- See Also:
- Constant Field Values
TYPE_SCROLL_INSENSITIVE
public static final int TYPE_SCROLL_INSENSITIVE
- See Also:
- Constant Field Values
TYPE_SCROLL_SENSITIVE
public static final int TYPE_SCROLL_SENSITIVE
- See Also:
- Constant Field Values
FETCH_FORWARD
public static final int FETCH_FORWARD
- java.sql.ResultSet - fetch direction
- See Also:
- Constant Field Values
FETCH_REVERSE
public static final int FETCH_REVERSE
- See Also:
- Constant Field Values
FETCH_UNKNOWN
public static final int FETCH_UNKNOWN
- See Also:
- Constant Field Values
XA_ENDRSCAN
public static final int XA_ENDRSCAN
- See Also:
- Constant Field Values
XA_FAIL
public static final int XA_FAIL
- See Also:
- Constant Field Values
XA_JOIN
public static final int XA_JOIN
- See Also:
- Constant Field Values
XA_NOFLAGS
public static final int XA_NOFLAGS
- See Also:
- Constant Field Values
XA_RESUME
public static final int XA_RESUME
- See Also:
- Constant Field Values
XA_STARTRSCAN
public static final int XA_STARTRSCAN
- See Also:
- Constant Field Values
XA_SUCCESS
public static final int XA_SUCCESS
- See Also:
- Constant Field Values
XA_SUSPEND
public static final int XA_SUSPEND
- See Also:
- Constant Field Values
SQL_TYPES_JAVA_OBJECT
public static final int SQL_TYPES_JAVA_OBJECT
- See Also:
- Constant Field Values
SQL_TYPES_BLOB
public static final int SQL_TYPES_BLOB
- See Also:
- Constant Field Values
SQL_TYPES_CLOB
public static final int SQL_TYPES_CLOB
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ reference overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC