Package io.github.jdbcx.driver
package io.github.jdbcx.driver
-
ClassDescriptionThis class is essentially a wrapper of the
Driverinterface.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 interface defines a JDBCX managed connection.This class parses the given query string to extract discrete parts and executable code blocks.This class serves as a wrapper for aCallableStatement.This class serves as a wrapper for aConnection.This class serves as a wrapper for aConnectionPoolDataSource.This class serves as a wrapper for aDataSource.This class serves as a wrapper for aPooledConnection.This class serves as a wrapper for aPreparedStatement.This class serves as a wrapper for aResultSet.This class serves as a wrapper for aStatement.This class serves as a wrapper for aXAConnection.