|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
The test jdbc4/JDBC40TranslationTest.junit
,
which is compiled against jdk16, contains tests that verifies
that these hard coded constants are in fact equal to those
found in jdk16.
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 |
FUNCTION_COLUMN_RESULT
|
static int |
FUNCTION_NO_NULLS
|
static int |
FUNCTION_NO_TABLE
|
static int |
FUNCTION_NULLABLE
|
static int |
FUNCTION_NULLABLE_UNKNOWN
|
static int |
FUNCTION_PARAMETER_IN
|
static int |
FUNCTION_PARAMETER_INOUT
|
static int |
FUNCTION_PARAMETER_OUT
|
static int |
FUNCTION_PARAMETER_UNKNOWN
|
static int |
FUNCTION_RESULT_UNKNOWN
|
static int |
FUNCTION_RETURN
|
static int |
FUNCTION_RETURNS_TABLE
|
static int |
LONGNVARCHAR
|
static int |
NCHAR
|
static int |
NCLOB
|
static int |
NVARCHAR
|
static int |
ROWID
|
static int |
SQLXML
|
Field Detail |
---|
static final int FUNCTION_PARAMETER_UNKNOWN
static final int FUNCTION_PARAMETER_IN
static final int FUNCTION_PARAMETER_INOUT
static final int FUNCTION_PARAMETER_OUT
static final int FUNCTION_RETURN
static final int FUNCTION_COLUMN_RESULT
static final int FUNCTION_NO_NULLS
static final int FUNCTION_NULLABLE
static final int FUNCTION_NULLABLE_UNKNOWN
static final int FUNCTION_RESULT_UNKNOWN
static final int FUNCTION_NO_TABLE
static final int FUNCTION_RETURNS_TABLE
static final int NCHAR
static final int NVARCHAR
static final int LONGNVARCHAR
static final int NCLOB
static final int ROWID
static final int SQLXML
|
Built on Thu 2010-12-23 20:49:13+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |