org.apache.derby.shared.common.reference
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.

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

FUNCTION_PARAMETER_UNKNOWN

static final int FUNCTION_PARAMETER_UNKNOWN
See Also:
Constant Field Values

FUNCTION_PARAMETER_IN

static final int FUNCTION_PARAMETER_IN
See Also:
Constant Field Values

FUNCTION_PARAMETER_INOUT

static final int FUNCTION_PARAMETER_INOUT
See Also:
Constant Field Values

FUNCTION_PARAMETER_OUT

static final int FUNCTION_PARAMETER_OUT
See Also:
Constant Field Values

FUNCTION_RETURN

static final int FUNCTION_RETURN
See Also:
Constant Field Values

FUNCTION_COLUMN_RESULT

static final int FUNCTION_COLUMN_RESULT
See Also:
Constant Field Values

FUNCTION_NO_NULLS

static final int FUNCTION_NO_NULLS
See Also:
Constant Field Values

FUNCTION_NULLABLE

static final int FUNCTION_NULLABLE
See Also:
Constant Field Values

FUNCTION_NULLABLE_UNKNOWN

static final int FUNCTION_NULLABLE_UNKNOWN
See Also:
Constant Field Values

FUNCTION_RESULT_UNKNOWN

static final int FUNCTION_RESULT_UNKNOWN
See Also:
Constant Field Values

FUNCTION_NO_TABLE

static final int FUNCTION_NO_TABLE
See Also:
Constant Field Values

FUNCTION_RETURNS_TABLE

static final int FUNCTION_RETURNS_TABLE
See Also:
Constant Field Values

NCHAR

static final int NCHAR
See Also:
Constant Field Values

NVARCHAR

static final int NVARCHAR
See Also:
Constant Field Values

LONGNVARCHAR

static final int LONGNVARCHAR
See Also:
Constant Field Values

NCLOB

static final int NCLOB
See Also:
Constant Field Values

ROWID

static final int ROWID
See Also:
Constant Field Values

SQLXML

static final int SQLXML
See Also:
Constant Field Values

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.