public interface JDBC40Translation
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.
Modifier and Type | Field and Description |
---|---|
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 |
REF_CURSOR |
static int |
ROWID |
static int |
SQLXML |
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 REF_CURSOR
static final int SQLXML
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.