| Class | Description |
|---|---|
| TimestreamArray |
Implementation of
Array containing Timestream objects. |
| TimestreamArrayResultSet |
ResultSet representing a Timestream Array.
|
| TimestreamAttributesResultSet |
Result set to return an empty list of attributes in Timestream.
|
| TimestreamBestRowIdentifierResultSet |
Result set to return an empty list of best row identifiers in Timestream.
|
| TimestreamColumnsResultSet |
ResultSet for returning the list of tables in Timestream.
|
| TimestreamConnection |
Timestream implementation of Connection, represents a physical connection to a database.
|
| TimestreamDatabaseMetaData | |
| TimestreamDatabasesResultSet |
ResultSet for returning the list of databases in Timestream.
|
| TimestreamDataSource |
DataSource implementation of Timestream, supports pooled and non-pooled connections.
|
| TimestreamDriver |
Timestream JDBC Driver class.
|
| TimestreamImportedKeysResultSet |
ResultSet for returning the empty list of imported (foreign) keys in Timestream.
|
| TimestreamIndexResultSet |
ResultSet for returning the empty list of indexes in Timestream.
|
| TimestreamPooledConnection |
A class that is a wrapper around a TimestreamConnection instance which helps to
recycle/retrieve the underlying physical connections to/from a connection pool.
|
| TimestreamPreparedStatement | |
| TimestreamPrimaryKeysResultSet |
ResultSet for returning the empty list of primary keys in Timestream.
|
| TimestreamProceduresResultSet |
Result set to return an empty list of procedures in Timestream.
|
| TimestreamPropertiesResultSet |
Result set to return all the supported connection properties in Timestream.
|
| TimestreamResultSet |
ResultSet for returning results of an arbitrary query against Timestream.
|
| TimestreamResultSetMetaData |
TimestreamResultSetMetaData class that contains the meta data information of the result set.
|
| TimestreamSchemasResultSet |
Result set to return an empty list of schemas in Timestream.
|
| TimestreamStatement |
Timestream implementation of
Statement. |
| TimestreamStruct |
Implementation of
Struct containing Timestream objects. |
| TimestreamTablesResultSet |
ResultSet for returning the list of tables in Timestream.
|
| TimestreamTableTypesResultSet |
ResultSet for returning the table type in Timestream.
|
| TimestreamTypeInfoResultSet |
ResultSet containing information about each Timestream data type.
|
| Enum | Description |
|---|---|
| Warning |
Enum representing the possible warning messages and lookup facilities for localization.
|
Copyright © 2020. All rights reserved.