| Interface | Description |
|---|---|
| MetadataAPIHelper.enumFunc<T extends Enum<T>> |
| Class | Description |
|---|---|
| AbstractBlobClob |
This class holds all of the methods common to both Blobs and Clobs.
|
| BatchResultHandler |
Internal class, it is not a part of public API.
|
| DataSource |
Backward compatible DataSource class.
|
| Driver |
Backward compatible Driver class.
|
| EscapedFunctions | Deprecated |
| EscapedFunctions2 |
This class stores supported escaped function.
|
| FieldMetadata |
This is an internal class to hold field metadata info like table name, column name, etc.
|
| FieldMetadata.Key | |
| MetadataAPIHelper | |
| MetadataAPIPostProcessing | |
| MetadataServerAPIHelper | |
| RedshiftArray |
Array is used collect one column of query result data.
|
| RedshiftBlob | |
| RedshiftCallableStatement | |
| RedshiftClob | |
| RedshiftConnectionImpl | |
| RedshiftDatabaseMetaData | |
| RedshiftParameterMetaData | |
| RedshiftPreparedStatement | |
| RedshiftResultSet | |
| RedshiftResultSetMetaDataImpl | |
| RedshiftSavepoint | |
| RedshiftSQLXML | |
| RedshiftStatementImpl | |
| RedshiftWarningWrapper |
Wrapper class for SQLWarnings that provides an optimisation to add
new warnings to the tail of the SQLWarning singly linked list, avoiding Θ(n) insertion time
of calling #setNextWarning on the head.
|
| ResultWrapper |
Helper class that storing result info.
|
| TimestampUtils |
Misc utils for handling time and date values.
|
| TypeInfoCache | |
| UUIDArrayAssistant |
| Enum | Description |
|---|---|
| AutoSave | |
| EscapeSyntaxCallMode |
Specifies whether a SELECT/CALL statement is used for the underlying SQL for JDBC escape call syntax: 'select' means to
always use SELECT, 'callIfNoReturn' means to use CALL if there is no return parameter (otherwise use SELECT), and 'call' means
to always use CALL.
|
| MetadataAPIHelper.GetCatalogs_Metadata | |
| MetadataAPIHelper.GetColumns_Metadata | |
| MetadataAPIHelper.GetSchemas_Metadata | |
| MetadataAPIHelper.GetTables_Metadata | |
| PreferQueryMode |
Specifies which mode is used to execute queries to database: simple means ('Q' execute, no parse, no bind, text mode only),
extended means always use bind/execute messages, extendedForPrepared means extended for prepared statements only.
|
| SslMode |
Copyright © 2024 Amazon.com Inc.. All rights reserved.