Class and Description |
---|
DatabaseException
Base class for database failures.
|
Pool
A connection pool which reuses a number of SQL connections.
|
PreparedStatement
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
|
SqlClient
Defines common SQL client operations with a database server.
|
SqlConnection
A connection to the database server.
|
SqlConnectOptions
Connect options for configuring
SqlConnection or Pool . |
Class and Description |
---|
PoolOptions
The options for configuring a connection pool.
|
SqlConnectOptions
Connect options for configuring
SqlConnection or Pool . |
Class and Description |
---|
SqlClient
Defines common SQL client operations with a database server.
|
Class and Description |
---|
Tuple
A general purpose tuple.
|
Class and Description |
---|
Pool
A connection pool which reuses a number of SQL connections.
|
PropertyKind
The kind of the property, this can be used to fetch some specific property of the
execution result . |
Row
A single row of the
execution result rowset . |
SqlClient
Defines common SQL client operations with a database server.
|
Class and Description |
---|
DatabaseException
Base class for database failures.
|
Pool
A connection pool which reuses a number of SQL connections.
|
PreparedStatement
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
|
SqlClient
Defines common SQL client operations with a database server.
|
SqlConnection
A connection to the database server.
|
SqlConnectOptions
Connect options for configuring
SqlConnection or Pool . |
Class and Description |
---|
PoolOptions
The options for configuring a connection pool.
|
SqlConnectOptions
Connect options for configuring
SqlConnection or Pool . |
Class and Description |
---|
DatabaseException
Base class for database failures.
|
Pool
A connection pool which reuses a number of SQL connections.
|
PreparedStatement
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
|
PropertyKind
The kind of the property, this can be used to fetch some specific property of the
execution result . |
SqlClient
Defines common SQL client operations with a database server.
|
SqlConnection
A connection to the database server.
|
SqlConnectOptions
Connect options for configuring
SqlConnection or Pool . |
Class and Description |
---|
PoolOptions
The options for configuring a connection pool.
|
SqlConnectOptions
Connect options for configuring
SqlConnection or Pool . |
Class and Description |
---|
DatabaseException
Base class for database failures.
|
Pool
A connection pool which reuses a number of SQL connections.
|
PreparedStatement
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
|
SqlClient
Defines common SQL client operations with a database server.
|
SqlConnection
A connection to the database server.
|
SqlConnectOptions
Connect options for configuring
SqlConnection or Pool . |
Class and Description |
---|
PoolOptions
The options for configuring a connection pool.
|
SqlConnectOptions
Connect options for configuring
SqlConnection or Pool . |
Class and Description |
---|
PoolOptions
The options for configuring a connection pool.
|
Class and Description |
---|
PoolOptions
The options for configuring a connection pool.
|
Class and Description |
---|
PoolOptions
The options for configuring a connection pool.
|
Class and Description |
---|
PoolOptions
The options for configuring a connection pool.
|
Class and Description |
---|
PoolOptions
The options for configuring a connection pool.
|
Class and Description |
---|
PoolOptions
The options for configuring a connection pool.
|
Class and Description |
---|
Cursor
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
|
Pool
A connection pool which reuses a number of SQL connections.
|
PoolOptions
The options for configuring a connection pool.
|
PreparedQuery
A query for a prepared statement allowing parameterized execution of the query, this query will use
a prepared statement.
|
PreparedStatement
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
|
PrepareOptions
Options for preparing a statement.
|
PropertyKind
The kind of the property, this can be used to fetch some specific property of the
execution result . |
Query
A query.
|
Row
A single row of the
execution result rowset . |
RowIterator
An iterator for processing rows.
|
RowSet
The execution result of the row set of a query provided as
<R> , commonly used as a RowSet<Row> . |
RowStream
A row oriented stream.
|
SqlClient
Defines common SQL client operations with a database server.
|
SqlConnection
A connection to the database server.
|
SqlConnectOptions
Connect options for configuring
SqlConnection or Pool . |
SqlResult
An interface that represents the execution result of an operation on the database server.
|
Transaction
A transaction.
|
TransactionPropagation
Defines how the acquired connection will be managed during the execution of the function provided in
Pool.withTransaction(TransactionPropagation, Function) . |
Tuple
A general purpose tuple.
|
Class and Description |
---|
ClosedConnectionException
When a client operation fails with this exception, the underlying connection may have been lost unexpectedly.
|
Cursor
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
|
PoolOptions
The options for configuring a connection pool.
|
PreparedQuery
A query for a prepared statement allowing parameterized execution of the query, this query will use
a prepared statement.
|
PreparedStatement
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
|
PrepareOptions
Options for preparing a statement.
|
PropertyKind
The kind of the property, this can be used to fetch some specific property of the
execution result . |
Query
A query.
|
Row
A single row of the
execution result rowset . |
RowIterator
An iterator for processing rows.
|
RowSet
The execution result of the row set of a query provided as
<R> , commonly used as a RowSet<Row> . |
RowStream
A row oriented stream.
|
SqlClient
Defines common SQL client operations with a database server.
|
SqlConnection
A connection to the database server.
|
SqlConnectOptions
Connect options for configuring
SqlConnection or Pool . |
SqlResult
An interface that represents the execution result of an operation on the database server.
|
Transaction
A transaction.
|
TransactionPropagation
Defines how the acquired connection will be managed during the execution of the function provided in
Pool.withTransaction(TransactionPropagation, Function) . |
TransactionRollbackException
Failure reported to the
Transaction.completion() future when the database server reports the current transaction is failed. |
Tuple
A general purpose tuple.
|
Class and Description |
---|
Pool
A connection pool which reuses a number of SQL connections.
|
PoolOptions
The options for configuring a connection pool.
|
SqlConnection
A connection to the database server.
|
SqlConnectOptions
Connect options for configuring
SqlConnection or Pool . |
Class and Description |
---|
Row
A single row of the
execution result rowset . |
RowSet
The execution result of the row set of a query provided as
<R> , commonly used as a RowSet<Row> . |
SqlClient
Defines common SQL client operations with a database server.
|
SqlResult
An interface that represents the execution result of an operation on the database server.
|
Tuple
A general purpose tuple.
|
Copyright © 2023 Eclipse. All rights reserved.