class |
Batch |
Represents a group of non-prepared statements to be sent to the RDMBS in one "request".
|
class |
Call |
Used for invoking stored procedures.
|
class |
MetaData |
Access to Database Metadata.
|
class |
PreparedBatch |
Represents a prepared batch statement.
|
class |
Query |
Statement providing convenience result handling for SQL queries.
|
class |
Script |
Represents a number of SQL statements delimited by semicolon which will be executed in order in a batch statement.
|
class |
SqlStatement<This extends SqlStatement<This>> |
This class provides the common functions between Query and
Update.
|
class |
Update |
Used for INSERT, UPDATE, and DELETE statements
|