org.apache.derby.shared.common.reference
Interface JDBC30Translation

All Known Subinterfaces:
JDBC30Translation

public interface JDBC30Translation

This class contains public statics that map directly to the new public statics in the jdbc 3.0 classes. By providing an intermediary class, we can use the same statics without having to import the jdbc 3.0 classes into other classes.

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
static int DEFAULT_COLUMN_DISPLAY_SIZE
           
static int PARAMETER_MODE_IN
           
static int PARAMETER_MODE_IN_OUT
           
static int PARAMETER_MODE_OUT
           
static int PARAMETER_MODE_UNKNOWN
           
static int PARAMETER_NO_NULLS
           
static int PARAMETER_NULLABLE
           
static int PARAMETER_NULLABLE_UNKNOWN
           
static int UNKNOWN_PRECISION
           
static int UNKNOWN_SCALE
           
 

Field Detail

PARAMETER_NO_NULLS

static final int PARAMETER_NO_NULLS
See Also:
Constant Field Values

PARAMETER_NULLABLE

static final int PARAMETER_NULLABLE
See Also:
Constant Field Values

PARAMETER_NULLABLE_UNKNOWN

static final int PARAMETER_NULLABLE_UNKNOWN
See Also:
Constant Field Values

PARAMETER_MODE_UNKNOWN

static final int PARAMETER_MODE_UNKNOWN
See Also:
Constant Field Values

PARAMETER_MODE_IN

static final int PARAMETER_MODE_IN
See Also:
Constant Field Values

PARAMETER_MODE_IN_OUT

static final int PARAMETER_MODE_IN_OUT
See Also:
Constant Field Values

PARAMETER_MODE_OUT

static final int PARAMETER_MODE_OUT
See Also:
Constant Field Values

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

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

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