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.
Modifier and Type | Field and Description |
---|---|
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 |
static final int PARAMETER_NO_NULLS
static final int PARAMETER_NULLABLE
static final int PARAMETER_NULLABLE_UNKNOWN
static final int PARAMETER_MODE_UNKNOWN
static final int PARAMETER_MODE_IN
static final int PARAMETER_MODE_IN_OUT
static final int PARAMETER_MODE_OUT
static final int DEFAULT_COLUMN_DISPLAY_SIZE
static final int UNKNOWN_SCALE
static final int UNKNOWN_PRECISION
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.