au.id.tmm.db.statements
package au.id.tmm.db.statements
Type members
Classlikes
A representation of a value, combined with a reference to a ParameterBinder
which is capable of binding that value
to a java.sql.PreparedStatement.
A representation of a value, combined with a reference to a ParameterBinder
which is capable of binding that value
to a java.sql.PreparedStatement.
- Companion:
- object
An SQL query, ie some Sql along with a FromResultSet which describes how to read the output of the query.
An SQL query, ie some Sql along with a FromResultSet which describes how to read the output of the query.
- Companion:
- object