| Interface and Description |
|---|
| com.amazon.redshift.RedshiftRefCursorResultSet
As of 8.0, this interface is only present for backwards- compatibility purposes. New
code should call getString() on the ResultSet that contains the refcursor to obtain
the underlying cursor name.
|
| Class and Description |
|---|
| com.amazon.redshift.jdbc2.optional.ConnectionPool
Please use
RedshiftConnectionPoolDataSource |
| com.amazon.redshift.jdbc.EscapedFunctions |
| com.amazon.redshift.fastpath.Fastpath
This API is somewhat obsolete, as one may achieve similar performance
and greater functionality by setting up a prepared statement to define
the function call. Then, executing the statement with binary transmission of parameters
and results substitutes for a fast-path function call.
|
| com.amazon.redshift.fastpath.FastpathArg
This API is somewhat obsolete, as one may achieve similar performance
and greater functionality by setting up a prepared statement to define
the function call. Then, executing the statement with binary transmission of parameters
and results substitutes for a fast-path function call.
|
| com.amazon.redshift.jdbc3.Jdbc3ConnectionPool
Please use
RedshiftConnectionPoolDataSource |
| com.amazon.redshift.jdbc3.Jdbc3PoolingDataSource
Since 2.0.0, see
RedshiftPoolingDataSource |
| com.amazon.redshift.jdbc3.Jdbc3SimpleDataSource
Please use
RedshiftSimpleDataSource |
| com.amazon.redshift.ssl.jdbc4.LibPQFactory
prefer
LibPQFactory |
| com.amazon.redshift.jdbc2.optional.PoolingDataSource
Since 2.0.0, see
RedshiftPoolingDataSource |
| com.amazon.redshift.ds.RedshiftPoolingDataSource
Since 42.0.0, instead of this class you should use a fully featured connection pool
like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.
|
| com.amazon.redshift.jdbc2.optional.SimpleDataSource
Please use
RedshiftSimpleDataSource |
| Field and Description |
|---|
| com.amazon.redshift.core.QueryExecutor.QUERY_DISALLOW_BATCHING
in PgJDBC 9.4 as we now auto-size batches.
|
| Constructor and Description |
|---|
| com.amazon.redshift.ssl.jdbc4.LibPQFactory(Properties)
prefer
LibPQFactory |
| com.amazon.redshift.core.RedshiftStream(SocketFactory, HostSpec, RedshiftLogger, Properties) |
| Enum Constant and Description |
|---|
| com.amazon.redshift.hostchooser.HostRequirement.master
we no longer use the terms master or slave in the driver, or the Redshift
project.
|
| com.amazon.redshift.RedshiftProperty.SOCKET_FACTORY_ARG
use
..Factory(Properties) constructor. |
| com.amazon.redshift.RedshiftProperty.SSL_FACTORY_ARG
use
..Factory(Properties) constructor. |
Copyright © 2024 Amazon.com Inc.. All rights reserved.