| Blob |
|
| ChunkedInputStream |
ChunkedInputStream is a subclass of InputStream that attempts to refill itself when its internal buffer is
exhausted.
|
| ClientProtocol |
|
| Clob |
|
| ConnectionUrl |
|
| Conversions |
A collection of conversion routines, toBytes converts into Big-Endian format
|
| DataSource |
|
| DataSourceConnectionFactory |
JNDI object factory that creates an instance of DataSource, configured according to the values specified
in the bean properties.
|
| Driver |
Supports multiple brokers in jdbc url jdbc:com.nuodb://{broker}:{port},{broker}:{port},.../{database}
|
| DriverProperties |
JDBC Driver properties.
|
| EmptyResultSet |
A result set that is empty, always empty
|
| EncodedDataDefs |
|
| EncodedDataStream |
|
| Host |
|
| NuoDBTime |
NuoDBTime - supports TIME with fractions of a second
|
| NuoXADataSource |
|
| NuoXid |
|
| RemCallableStatement |
|
| RemConnection |
|
| RemDatabaseMetaData |
|
| RemEncodedStream |
RemEncodedStream - EncodedDataStream class that can encodes types based on connection protocol version
|
| RemPreparedStatement |
|
| RemResultSet |
|
| RemResultSetMetaData |
|
| RemSavepoint |
|
| RemSQLUtils |
|
| RemStatement |
|
| RemXAConnection |
|
| RemXAResource |
|
| Resources |
Utilities for resolving and formatting messages for the JDBC package.
|
| SQLContext |
SQLContext
|
| TypeInfo |
|
| Utils |
|
| Value |
|
| ValueArray |
|
| ValueBlob |
|
| ValueBoolean |
|
| ValueByte |
Range validations added according to DB-3710
|
| ValueBytes |
|
| ValueClob |
|
| ValueDate |
|
| ValueDouble |
Range validations added according to DB-3710
|
| ValueInt |
Range validations added according to DB-3710
|
| ValueLong |
Range validations added according to DB-3710
|
| ValueNull |
|
| ValueNumber |
|
| ValueShort |
Range validations added according to DB-3710
|
| ValueStream |
ValueStream is a subclass of Value that replaces ValueString and ValueBytes to implement LOB streaming.
|
| ValueString |
|
| ValueTime |
|
| ValueTimestamp |
|