Uses of Package
com.gengoai.sql
-
Packages that use com.gengoai.sql Package Description com.gengoai.sql com.gengoai.sql.constraint com.gengoai.sql.object com.gengoai.sql.operator com.gengoai.sql.sqlite com.gengoai.sql.statement -
Classes in com.gengoai.sql used by com.gengoai.sql Class Description NamedPreparedStatement This class wraps aPreparedStatement
allowing the parameters to be named.ResultSetMapper Defines an interface for mapping a ResultSet into an Object.SQL.TableDef SQLContext A context combines a JDBC Connection with anSQLDialect
to perform updates and queries against a database.SQLDialect The type Sql dialect 2.SQLElement The base interface for all SQL constructs.SQLFunction Encapsulates an SQL Function (e.g. -
Classes in com.gengoai.sql used by com.gengoai.sql.constraint Class Description SQLElement The base interface for all SQL constructs. -
Classes in com.gengoai.sql used by com.gengoai.sql.object Class Description NamedSQLElement AnSQLElement
that represents a named object.SQLContext A context combines a JDBC Connection with anSQLDialect
to perform updates and queries against a database.SQLElement The base interface for all SQL constructs. -
Classes in com.gengoai.sql used by com.gengoai.sql.operator Class Description SQLElement The base interface for all SQL constructs. -
Classes in com.gengoai.sql used by com.gengoai.sql.sqlite Class Description NamedSQLElement AnSQLElement
that represents a named object.SQLElement The base interface for all SQL constructs. -
Classes in com.gengoai.sql used by com.gengoai.sql.statement Class Description NamedPreparedStatement This class wraps aPreparedStatement
allowing the parameters to be named.ResultSetMapper Defines an interface for mapping a ResultSet into an Object.SQLContext A context combines a JDBC Connection with anSQLDialect
to perform updates and queries against a database.SQLElement The base interface for all SQL constructs.