Package com.gengoai.sql
-
Interface Summary Interface Description CompositeSQLElement AnSQLElement
that is made up of one more sub elements.NamedSQLElement AnSQLElement
that represents a named object.PreRenderedSQL AnSQLElement
that is already rendered into SQL.ResultSetMapper<T> Defines an interface for mapping a ResultSet into an Object.SQLElement The base interface for all SQL constructs. -
Class Summary Class Description NamedPreparedStatement This class wraps aPreparedStatement
allowing the parameters to be named.PostgreSQLDialect ResultSetIterator<T> Wraps a ResultSet as an Iterator mapping the Result to an object with a givenResultSetMapper
.ResultSetMappers Set of commonly usedResultSetMapper
SQL DSL for using Mango SQLSQL.F Set of commonly used SQL functionsSQL.TableDef SQLConstants SQLContext A context combines a JDBC Connection with anSQLDialect
to perform updates and queries against a database.SQLDialect The type Sql dialect 2.SQLFunction Encapsulates an SQL Function (e.g.SQLiteDialect SQLProber