All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| Blob |
|
| ChunkedInputStream |
ChunkedInputStream is a subclass of InputStream that attempts to refill itself when its internal buffer is
exhausted.
|
| ClientProtocol |
|
| Clob |
|
| Connection |
Non-standard API calls listed here
|
| 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.
|
| DefaultObjectPool<K extends ObjectKey,V,I> |
|
| 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 |
|
| Jdk14Logger |
Jdk14Logger is controller by java.util.logging.LogManager, which uses java.util.logging.config.file system
property to load config file.
|
| Jdk14LoggerFactory |
|
| Level |
|
| Logger |
|
| LoggerException |
|
| LoggerFactory |
|
| LoggerManager |
|
| Messages |
|
| NoopLogger |
|
| NoopLoggerFactory |
|
| NuoDBTime |
NuoDBTime - supports TIME with fractions of a second
|
| NuoDBXAException |
A wrapper of the XAException class to allow for a constructor that
takes both error code and message
|
| NuoXADataSource |
|
| NuoXid |
|
| ObjectFactory<K extends ObjectKey,V,I> |
The interface represents a factory to create, validate, activate, passivate, close poolable objects.
|
| ObjectKey |
|
| ObjectPool<K extends ObjectKey,V,I> |
|
| ObjectPool.FillCallbackRunnable |
|
| ObjectPoolConfig |
|
| ObjectPoolException |
|
| RemCallableStatement |
|
| RemConnection |
|
| RemConnection.ErrorHandler |
|
| 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.
|
| Slf4jLogger |
|
| Slf4jLoggerFactory |
|
| SQLContext |
SQLContext
|
| SQLException |
|
| SQLFeatureNotSupportedException |
|
| SQLState |
Maps NuoDB vendor error codes to default SQLState values.
|
| SQLStateException |
Maps Standard SQL SQLState codes to the JDBC exception that should be thrown.
|
| StandardLogger |
|
| StandardLogger.Format |
|
| StandardLogger.FormatParser |
|
| StandardLogger.Param |
|
| StandardLogger.ParamType |
|
| StandardLoggerFactory |
|
| TimeValues |
Time constants
|
| TransactionIsolation |
NuoDB Transaction Isolation modes in addition to the modes defined in Connection
|
| 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 |
|