Interface JDBC40Translation
-
- All Known Subinterfaces:
JDBC40Translation
public interface JDBC40Translation
This class contains public statics that map directly to the new public statics in the jdbc 4.0 interfaces. By providing an intermediary class with hard-coded copies of constants that will be available in jdbc 4.0, it becomes possible to refer to these constants when compiling against older jdk versions.This class also contains some constants shared by the network server and client.
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
Fields Modifier and Type Field Description static int
DEFAULT_COLUMN_DISPLAY_SIZE
static int
REF_CURSOR
static int
UNKNOWN_PRECISION
static int
UNKNOWN_SCALE
-
-
-
Field Detail
-
DEFAULT_COLUMN_DISPLAY_SIZE
static final int DEFAULT_COLUMN_DISPLAY_SIZE
- See Also:
- Constant Field Values
-
UNKNOWN_SCALE
static final int UNKNOWN_SCALE
- See Also:
- Constant Field Values
-
UNKNOWN_PRECISION
static final int UNKNOWN_PRECISION
- See Also:
- Constant Field Values
-
REF_CURSOR
static final int REF_CURSOR
- See Also:
- Constant Field Values
-
-