|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int CONCUR_READ_ONLY
public static final int CONCUR_UPDATABLE
public static final int TYPE_FORWARD_ONLY
public static final int TYPE_SCROLL_INSENSITIVE
public static final int TYPE_SCROLL_SENSITIVE
public static final int FETCH_FORWARD
public static final int FETCH_REVERSE
public static final int FETCH_UNKNOWN
public static final int XA_ENDRSCAN
public static final int XA_FAIL
public static final int XA_JOIN
public static final int XA_NOFLAGS
public static final int XA_RESUME
public static final int XA_STARTRSCAN
public static final int XA_SUCCESS
public static final int XA_SUSPEND
public static final int SQL_TYPES_JAVA_OBJECT
public static final int SQL_TYPES_BLOB
public static final int SQL_TYPES_CLOB
|
Built on Mon 2007-06-04 09:58:47+0400, from revision ??? | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |