All Classes and Interfaces

Class
Description
This class is essentially a wrapper of the Driver interface.
 
 
 
 
 
 
 
 
 
 
 
This class serves as a wrapper for a Statement.
 
 
 
An executable block represents either a function, which returns a value, or a procedure, which is executed without returning a value.
A function is defined using the syntax: {{[function(args)]: <body>}} A procedure is defined using the syntax: {%[procedure(args)]: <body>%}
 
 
 
 
 
 
 
 
 
 
 
 
This class parses the given query string to extract discrete parts and executable code blocks.
 
 
 
 
 
 
 
 
This class serves as a wrapper for a CallableStatement.
This class serves as a wrapper for a Connection.
This class serves as a wrapper for a ConnectionPoolDataSource.
This class serves as a wrapper for a DataSource.
 
This class serves as a wrapper for a PooledConnection.
This class serves as a wrapper for a PreparedStatement.
This class serves as a wrapper for a ResultSet.
This class serves as a wrapper for a Statement.
This class serves as a wrapper for a XAConnection.