Package rife.database.queries
package rife.database.queries
Provides classes and interfaces for the object-oriented query builders.
- Since:
- 1.0
-
ClassDescriptionAbstractWhereDelegateQuery<QueryType extends AbstractWhereDelegateQuery,
DelegateType extends AbstractWhereQuery> AbstractWhereGroup<ParentType extends rife.database.queries.WhereQuery>AbstractWhereQuery<QueryType extends AbstractWhereQuery>Object representation of a SQL "CREATE SEQUENCE" query.Object representation of a SQL "CREATE TABLE" query.Object representation of a SQL "DELETE" query.Object representation of a SQL "DROP SEQUENCE" query.Object representation of a SQL "DROP TABLE" query.Object representation of a SQL "INSERT" query.An instance ofReadQueryStringcan contain any kind of SQL query for read purposes.An instance ofReadQueryTemplatewill obtain a SQL from aTemplateblock.Object representation of a SQL "SELECT" query.Object representation of a SQL "UPDATE" query.WhereGroup<ParentType extends rife.database.queries.WhereQuery>WhereGroupAnd<ParentType extends rife.database.queries.WhereQuery>WhereGroupOr<ParentType extends rife.database.queries.WhereQuery>