- add() - Static method in class com.healthmarketscience.sqlbuilder.ComboExpression
-
Convenience method for generating a ComboExpression for joining
expressions using '+'.
- add(Object...) - Static method in class com.healthmarketscience.sqlbuilder.ComboExpression
-
Convenience method for generating a ComboExpression for joining
the given expressions using '+'.
- add() - Static method in class com.healthmarketscience.sqlbuilder.Expressions
-
Convenience method for generating a ComboExpression for joining
expressions using '+'.
- add(Object...) - Static method in class com.healthmarketscience.sqlbuilder.Expressions
-
Convenience method for generating a ComboExpression for joining
the given expressions using '+'.
- addAliasedColumn(Object, String) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds the given column with the given alias to the SELECT column list.
- addAllColumns() - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds the ALL_SYMBOL to the select column list.
- addAllTableColumns(Table) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds a "<alias>.*"
column to the select column
list.
- addColumn(String) - Method in class com.healthmarketscience.sqlbuilder.CommonTableExpression
-
Adds a new column with the given name to this CTE and returns the
pseudo Column instane.
- addColumn(Column, CreateTableQuery.ColumnConstraint) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
- addColumn(String) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbTable
-
Creates and adds an untyped column with the given name to this table.
- addColumn(String, String, Integer) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbTable
-
Creates and adds an typed column with the given parameters to this table.
- addColumn(String, String, Integer, Integer) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbTable
-
Creates and adds an typed column with the given parameters to this table.
- addColumn(String, int, Integer) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbTable
-
Creates and adds an typed column with the given parameters to this table.
- addColumn(String, int, Integer, Integer) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbTable
-
Creates and adds an typed column with the given parameters to this table.
- addColumn(T) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbTable
-
Adds the given column to this table.
- addColumn(Column, Object) - Method in class com.healthmarketscience.sqlbuilder.InsertQuery
-
Adds the given column and its corresponding value to the query.
- addColumn(Column) - Method in class com.healthmarketscience.sqlbuilder.ValidationContext
-
- AddColumnAction(Object) - Constructor for class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddColumnAction
-
- addColumnConstraint(Column, Object) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
Adds the constraint on a previously added column
- addColumnParams(Column...) - Method in class com.healthmarketscience.sqlbuilder.FunctionCall
-
Adds column parameters to the function call as
"<alias>.<column>"
.
- addColumns(Column...) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddPrimaryConstraintAction
-
Deprecated.
Adds a column to the primary key constraint definition.
- addColumns(Column...) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddUniqueConstraintAction
-
Deprecated.
Adds a column to the unique constraint definition.
- addColumns(Column...) - Method in class com.healthmarketscience.sqlbuilder.BaseCreateQuery
-
Adds column descriptions for the given Columns.
- addColumns(Column...) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery.Privilege
-
Adds the given columns to the column list.
- addColumns(Column...) - Method in class com.healthmarketscience.sqlbuilder.ConstraintClause
-
Adds a column to the constraint definition.
- addColumns(Column...) - Method in class com.healthmarketscience.sqlbuilder.ForeignKeyConstraintClause
-
- addColumns(Column[], Object[]) - Method in class com.healthmarketscience.sqlbuilder.InsertQuery
-
Adds the given columns and their corresponding values to the query.
- addColumns(Column...) - Method in class com.healthmarketscience.sqlbuilder.InsertSelectQuery
-
Adds the given columns to the query
- addColumns(Column...) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds the given columns to the SELECT column list.
- addCommonTableExpression(Object) - Method in class com.healthmarketscience.sqlbuilder.BaseCTEQuery
-
Adds the given common table expression to this query.
- addCondition(Condition) - Method in class com.healthmarketscience.sqlbuilder.CheckConstraintClause
-
Adds a condition to the condition clause for the CHECK constraint (AND'd
with any other conditions).
- addCondition(Condition) - Method in class com.healthmarketscience.sqlbuilder.ComboCondition
-
Adds the given condition to the list of conditions.
- addCondition(Condition) - Method in class com.healthmarketscience.sqlbuilder.DeleteQuery
-
Sets the WHERE clause for the delete query.
- addCondition(Condition) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds a condition to the WHERE clause for the select query (AND'd with any
other WHERE conditions).
- addCondition(Condition) - Method in class com.healthmarketscience.sqlbuilder.UpdateQuery
-
Sets the WHERE clause for the update query.
- addConditions(Condition...) - Method in class com.healthmarketscience.sqlbuilder.ComboCondition
-
Adds the given conditions to the list of conditions.
- addConstraint(Object) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddColumnAction
-
Adds a constraint to the column specified in this action
- addConstraint(T) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbColumn
-
Adds the given constraint to this column.
- addConstraint(T) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbTable
-
Adds the given constraint to this table.
- AddConstraintAction(Object) - Constructor for class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddConstraintAction
-
- addConstraints(Constraint...) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
Adds the given Constraints as table constraints.
- addCustomColumn(Object, CreateTableQuery.ColumnConstraint) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
- addCustomColumn(Object, Object) - Method in class com.healthmarketscience.sqlbuilder.InsertQuery
-
Adds the given column and its corresponding value to the query.
- addCustomColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddPrimaryConstraintAction
-
Deprecated.
Adds a custom column to the primary key constraint definition.
- addCustomColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddUniqueConstraintAction
-
Deprecated.
Adds a custom column to the unique constraint definition.
- addCustomColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.BaseCreateQuery
-
Adds the given SqlObjects as column descriptions, according to the
subclass type.
- addCustomColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery.Privilege
-
Adds the given columns to the column list.
- addCustomColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.ConstraintClause
-
Adds a custom column to the constraint definition.
- addCustomColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
Adds the given SqlObjects as column descriptions, according to the
subclass type.
- addCustomColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
Adds the given Objects as column descriptions, should look like
"<column> <type> [<constraint> ...
- addCustomColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.CreateViewQuery
-
Adds the given SqlObjects as column descriptions, according to the
subclass type.
- addCustomColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.ForeignKeyConstraintClause
-
- addCustomColumns(Object[], Object[]) - Method in class com.healthmarketscience.sqlbuilder.InsertQuery
-
Adds the given columns and their corresponding values to the query.
- addCustomColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.InsertSelectQuery
-
Adds the given columns to the query
- addCustomColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds the given columns to the SELECT column list.
- addCustomCondition(Object) - Method in class com.healthmarketscience.sqlbuilder.ComboCondition
-
Adds the given custom condition to the list of conditions.
- addCustomConditions(Object...) - Method in class com.healthmarketscience.sqlbuilder.ComboCondition
-
Adds the given custom conditions to the list of conditions.
- addCustomConstraints(Object...) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
Adds the given Objects as table constraints, should look like
"<constraint>"
.
- addCustomFromTable(Object) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds a table to the FROM clause, should not be used with any
add*Join
methods
- addCustomGrantees(Object...) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery
-
Adds the given custom grantees to the query
- addCustomGroupings(Object...) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds the given columns to the "GROUP BY" clause
- addCustomization(CreateIndexQuery.Hook, HookType, Object) - Method in class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
Adds custom SQL to this query.
- addCustomization(CustomSyntax) - Method in class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
Adds custom SQL to this query.
- addCustomization(CreateTableQuery.Hook, HookType, Object) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
Adds custom SQL to this query.
- addCustomization(CustomSyntax) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
Adds custom SQL to this query.
- addCustomization(HookAnchor, HookType, Object) - Method in class com.healthmarketscience.sqlbuilder.CustomizableSqlObject
-
Adds a new customization to this object.
- addCustomization(SelectQuery.Hook, HookType, Object) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds custom SQL to this query.
- addCustomization(CustomSyntax) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds custom SQL to this query.
- addCustomJoin(Object) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds a custom join string.
- addCustomJoin(SelectQuery.JoinType, Object, Object, Condition) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds a join of the given type from fromTableStr to toTableStr on
joinCond of the given join type.
- addCustomOrdering(Object, OrderObject.Dir) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds the given column with the given direction to the "ORDER BY"
clause
- addCustomOrdering(Object, OrderObject.Dir) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
Adds the given column with the given direction to the "ORDER BY"
clause
- addCustomOrderings(Object...) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds the given columns to the "ORDER BY" clause
- addCustomOrderings(Object...) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
Adds the given columns to the "ORDER BY" clause
- addCustomParams(Object...) - Method in class com.healthmarketscience.sqlbuilder.FunctionCall
-
Adds custom parameters to the function call.
- addCustomPreparedColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.InsertQuery
-
Adds the given columns and an equal number of QUESTION_MARK values to
the query.
- addCustomPrimaryKeyReference(Object) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddForeignConstraintAction
-
Deprecated.
Adds col
as a reference to the primary key in the referenced
table.
- addCustomPrivileges(Object...) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery
-
Adds the given privileges to the query.
- addCustomRefColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.ForeignKeyConstraintClause
-
Adds a custom referenced column to the foreign key constraint definition.
- addCustomReference(Object, Object) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddForeignConstraintAction
-
Deprecated.
Adds col
as a reference to referencedCol
in the
referenced table.
- addCustomSetClause(Object, Object) - Method in class com.healthmarketscience.sqlbuilder.UpdateQuery
-
Adds the given column and new value to the SET clause list.
- addCustomWhen(Object, Object) - Method in class com.healthmarketscience.sqlbuilder.BaseCaseStatement
-
Adds a "WHEN" clause to the "CASE" statement.
- addDefaultFunctionPackage() - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSchema
-
Creates and adds a package with no name to this spec (often referred to
as the default package).
- addDefaultSchema() - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Creates and adds a schema with no name to this spec (often referred to as
the default schema).
- addElse(Object) - Method in class com.healthmarketscience.sqlbuilder.BaseCaseStatement
-
Adds an "ELSE" clause to the "CASE" statement.
- addElseNull() - Method in class com.healthmarketscience.sqlbuilder.BaseCaseStatement
-
Adds an "ELSE NULL" clause to the "CASE" statement.
- addExpression(Object) - Method in class com.healthmarketscience.sqlbuilder.ComboExpression
-
Adds the given expression to the list of expression (wrapped
appropriately).
- addExpressions(Object...) - Method in class com.healthmarketscience.sqlbuilder.ComboExpression
-
Adds the given expressions to the list of expressions (wrapped
appropriately).
- AddForeignConstraintAction(Table) - Constructor for class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddForeignConstraintAction
-
Deprecated.
- AddForeignConstraintAction(Object) - Constructor for class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddForeignConstraintAction
-
Deprecated.
- addFromTable(Table) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds a table to the FROM clause, should not be used with any
add*Join
methods
- addFunction(String) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbFunctionPackage
-
Creates and adds a function with the given name to this package.
- addFunction(T) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbFunctionPackage
-
Adds the given function to this package.
- addFunctionPackage(String) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSchema
-
Creates and adds a package with the given name to this spec.
- addFunctionPackage(T) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSchema
-
Adds the given functionPackage to this schema.
- addGrantees(String...) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery
-
Adds the given grantees to the query
- addGroupings(Column...) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds the given columns to the "GROUP BY" clause
- addHaving(Condition) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds a condition to the HAVING clause for the select query (AND'd with
any other HAVING conditions).
- addIndex(String, String, String...) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSchema
-
Creates and adds a index with the given parameters to this schema.
- addIndex(T) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSchema
-
Adds the given index to this schema.
- addIndex(int) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.MultiPlaceHolder
-
- addIndex(int) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
- addIndex(int) - Method in class com.healthmarketscience.sqlbuilder.QueryReader.Column
-
- addIndexedOrdering(Integer, OrderObject.Dir) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds the given column index with the given direction to the "ORDER BY"
clause
- addIndexedOrdering(Integer, OrderObject.Dir) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
Adds the given column index with the given direction to the "ORDER BY"
clause
- addIndexedOrderings(Integer...) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds the given column index to the "ORDER BY" clause
- addIndexedOrderings(Integer...) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
Adds the given column index to the "ORDER BY" clause
- addJoin(String, String, String, String, String...) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Creates and adds a join with the given parameters to this spec.
- addJoin(String, String, String, String, String[], String[]) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Creates and adds a join with the given parameters to this spec.
- addJoin(T) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Adds the given join to this schema.
- addJoin(SelectQuery.JoinType, Table, Table, Condition) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds a join of the given type from fromTable to toTable on joinCond of
the given join type.
- addJoin(SelectQuery.JoinType, Table, Table, List<? extends Column>, List<? extends Column>) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds a join of the given type from fromTable to toTable with a join
condition requiring each column in fromColumns to equal the corresponding
column in toColumns.
- addJoin(SelectQuery.JoinType, Table, Table, Column, Column) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds a join of the given type from fromTable to toTable with a join
condition requiring fromColumn to equal toColumn.
- addJoins(SelectQuery.JoinType, Join...) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds all of the joins of the given join type where each join is from
join.getFromTable() to join.getToTable() with a join condition
requiring each column in join.getFromColumns() to equal the
corresponding column in join.getToColumns().
- addNewMultiPlaceHolder() - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds a new MultiPlaceHolder to this list and returns it.
- addNewPlaceHolder() - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds a new PlaceHolder to this list and returns it.
- addNumericValueParam(Object) - Method in class com.healthmarketscience.sqlbuilder.FunctionCall
-
Adds a numeric value parameter to the function call.
- addNumericWhen(Object, Object) - Method in class com.healthmarketscience.sqlbuilder.SimpleCaseStatement
-
Adds a "WHEN" clause to the "CASE" statement.
- addObject(Object) - Method in class com.healthmarketscience.sqlbuilder.InCondition
-
Adds the given object to the tested value.
- addObject(ObjType) - Method in class com.healthmarketscience.sqlbuilder.SqlObjectList
-
Adds the given object to the list
- addObjects(Collection<T>, DbObject<?>, T...) - Static method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbObject
-
Adds the given objects to the given collection after verifying that they
are owned by the given parent.
- addObjects(Object...) - Method in class com.healthmarketscience.sqlbuilder.InCondition
-
Adds the given objects to the tested values.
- addObjects(ObjType...) - Method in class com.healthmarketscience.sqlbuilder.SqlObjectList
-
Adds the given objects to the list
- addObjects(Iterable<? extends ObjType>) - Method in class com.healthmarketscience.sqlbuilder.SqlObjectList
-
Adds the given objects to the list
- addObjects(Converter<SrcType, DstType>, SrcType...) - Method in class com.healthmarketscience.sqlbuilder.SqlObjectList
-
Adds the given objects to the list after converting each of them using
the given converter.
- addObjects(Converter<SrcType, DstType>, Iterable<? extends SrcType>) - Method in class com.healthmarketscience.sqlbuilder.SqlObjectList
-
Adds the given objects to the list after converting each of them using
the given converter.
- addOrdering(Column, OrderObject.Dir) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds the given column with the given direction to the "ORDER BY"
clause
- addOrdering(Column, OrderObject.Dir) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
Adds the given column with the given direction to the "ORDER BY"
clause
- addOrdering(Object, OrderObject.Dir) - Method in class com.healthmarketscience.sqlbuilder.WindowDefinitionClause
-
Adds the given column with the given direction to the "ORDER BY"
clause
- addOrderings(Column...) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds the given columns to the "ORDER BY" clause
- addOrderings(Column...) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
Adds the given columns to the "ORDER BY" clause
- addOrderings(Object...) - Method in class com.healthmarketscience.sqlbuilder.WindowDefinitionClause
-
Adds the given columns to the "ORDER BY" clause
- addPartitionColumns(Object...) - Method in class com.healthmarketscience.sqlbuilder.WindowDefinitionClause
-
Adds the given columns to the PARTITION BY column list.
- addPlaceHolders(int) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds the given number of PlaceHolders to this list.
- addPreparedColumnCollection(Collection<? extends Column>) - Method in class com.healthmarketscience.sqlbuilder.InsertQuery
-
Adds the given columns and an equal number of QUESTION_MARK values to
the query.
- addPreparedColumns(Column...) - Method in class com.healthmarketscience.sqlbuilder.InsertQuery
-
Adds the given columns and an equal number of QUESTION_MARK values to
the query.
- AddPrimaryConstraintAction() - Constructor for class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddPrimaryConstraintAction
-
Deprecated.
- addPrimaryKeyReference(Column) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddForeignConstraintAction
-
Deprecated.
Adds col
as a reference to the primary key in the referenced
table.
- addPrivileges(BaseGrantQuery.Privilege...) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery
-
Adds the given privileges to the query.
- addQueries(SelectQuery...) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
Adds the given queries to the list of queries with the default set
operation type (the one configured in the constructor).
- addQueries(SetOperationQuery.Type, SelectQuery...) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
Adds the given queries to the list of queries with the given set
operation type.
- addQueries(Object...) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
Adds the given queries to the list of queries with the default set
operation type (the one configured in the constructor).
- addQueries(SetOperationQuery.Type, Object...) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
Adds the given queries to the list of queries with the given set
operation type.
- addRefColumns(Column...) - Method in class com.healthmarketscience.sqlbuilder.ForeignKeyConstraintClause
-
Adds a referenced column to the foreign key constraint definition.
- addReference(Column, Column) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddForeignConstraintAction
-
Deprecated.
Adds col
as a reference to referencedCol
in the
referenced table.
- addSchema(String) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Creates and adds a schema with the given name to this spec.
- addSchema(T) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Adds the given schema to this schema.
- addSetClause(Column, Object) - Method in class com.healthmarketscience.sqlbuilder.UpdateQuery
-
Adds the given column and new value to the SET clause list.
- addStaticBooleans(boolean...) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds StaticPlaceHolders for the given boolean values.
- addStaticBooleans(Iterable<? extends Boolean>) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds StaticPlaceHolders for the given Boolean values.
- addStaticIntegers(int...) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds StaticPlaceHolders for the given int values.
- addStaticIntegers(Iterable<? extends Integer>) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds StaticPlaceHolders for the given Integer values.
- addStaticLongs(long...) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds StaticPlaceHolders for the given long values.
- addStaticLongs(Iterable<? extends Long>) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds StaticPlaceHolders for the given Long values.
- addStaticObjects(Object...) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds StaticPlaceHolders for the given Object values.
- addStaticObjects(Iterable<?>) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds StaticPlaceHolders for the given Object values.
- addStaticObjects(int, Object...) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds StaticPlaceHolders for the given Object values and given sql type.
- addStaticObjects(int, Iterable<?>) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds StaticPlaceHolders for the given Object values and given sql type.
- addStaticPlaceHolder(String) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer
-
- addStaticPlaceHolder(Long) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer
-
- addStaticPlaceHolder(Integer) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer
-
- addStaticPlaceHolder(Boolean) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer
-
- addStaticPlaceHolder(long) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer
-
- addStaticPlaceHolder(int) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer
-
- addStaticPlaceHolder(boolean) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer
-
- addStaticPlaceHolder(Object) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer
-
- addStaticPlaceHolder(Object, int) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer
-
- addStaticPlaceHolder(QueryPreparer.StaticPlaceHolder) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer
-
Adds a new StaticPlaceHolder to the list maintained by this class
- addStaticPlaceHolder(QueryPreparer.StaticPlaceHolder) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds the given StaticPlaceHolder to this list and returns it.
- addStaticStrings(String...) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds StaticPlaceHolders for the given String values.
- addStaticStrings(Iterable<? extends String>) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Adds StaticPlaceHolders for the given String values.
- addTable(String) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSchema
-
Creates and adds a table with the given name to this schema.
- addTable(T) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSchema
-
Adds the given table to this schema.
- addTable(Table) - Method in class com.healthmarketscience.sqlbuilder.ValidationContext
-
- AddUniqueConstraintAction() - Constructor for class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddUniqueConstraintAction
-
Deprecated.
- addVerifiable(Verifiable<?>) - Method in class com.healthmarketscience.sqlbuilder.ValidationContext
-
- addWhen(Condition, Object) - Method in class com.healthmarketscience.sqlbuilder.CaseStatement
-
Adds a "WHEN" clause to the "CASE" statement.
- addWhen(String, Object) - Method in class com.healthmarketscience.sqlbuilder.SimpleCaseStatement
-
Adds a "WHEN" clause to the "CASE" statement.
- addWindowDefinition(String, Object) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Adds a named window definition to the select query's WINDOW definitions
- AliasedObject - Class in com.healthmarketscience.sqlbuilder
-
Outputs the given object with a column alias
"<obj> AS <alias>"
.
- AliasedObject(SqlObject, String) - Constructor for class com.healthmarketscience.sqlbuilder.AliasedObject
-
- ALL_SYMBOL - Static variable in class com.healthmarketscience.sqlbuilder.SqlObject
-
SqlObject which represents a *
string for generating
"SELECT *" statements.
- AlterTableQuery - Class in com.healthmarketscience.sqlbuilder
-
Query which generates an ALTER TABLE
statement.
- AlterTableQuery(Table) - Constructor for class com.healthmarketscience.sqlbuilder.AlterTableQuery
-
- AlterTableQuery(Object) - Constructor for class com.healthmarketscience.sqlbuilder.AlterTableQuery
-
- AlterTableQuery.AddColumnAction - Class in com.healthmarketscience.sqlbuilder
-
"Action" for adding a column to a table.,
e.g.
- AlterTableQuery.AddConstraintAction - Class in com.healthmarketscience.sqlbuilder
-
Base "Action" for adding a constraint to a table.,
e.g.
- AlterTableQuery.AddForeignConstraintAction - Class in com.healthmarketscience.sqlbuilder
-
- AlterTableQuery.AddPrimaryConstraintAction - Class in com.healthmarketscience.sqlbuilder
-
- AlterTableQuery.AddUniqueConstraintAction - Class in com.healthmarketscience.sqlbuilder
-
- and() - Static method in class com.healthmarketscience.sqlbuilder.ComboCondition
-
Convenience method for generating a ComboCondition for joining
conditions using AND.
- and(Condition...) - Static method in class com.healthmarketscience.sqlbuilder.ComboCondition
-
Convenience method for generating a ComboCondition for joining
the given conditions using AND.
- and(Object...) - Static method in class com.healthmarketscience.sqlbuilder.ComboCondition
-
Convenience method for generating a ComboCondition for joining
the given custom conditions using AND.
- and() - Static method in class com.healthmarketscience.sqlbuilder.Conditions
-
Convenience method for generating a ComboCondition for joining
conditions using AND.
- and(Condition...) - Static method in class com.healthmarketscience.sqlbuilder.Conditions
-
Convenience method for generating a ComboCondition for joining
the given conditions using AND.
- and(Object...) - Static method in class com.healthmarketscience.sqlbuilder.Conditions
-
Convenience method for generating a ComboCondition for joining
the given custom conditions using AND.
- append(char) - Method in class com.healthmarketscience.common.util.AppendableExt
-
- append(CharSequence) - Method in class com.healthmarketscience.common.util.AppendableExt
- append(CharSequence, int, int) - Method in class com.healthmarketscience.common.util.AppendableExt
- append(Appendee) - Method in class com.healthmarketscience.common.util.AppendableExt
-
Will call the appendTo() method on the given object.
- append(Object) - Method in class com.healthmarketscience.common.util.AppendableExt
-
Will call append(String.valueOf(o)) with the given object (unless the
object is an Appendee or CharSequence in which case it will be passed to
the appropriate method).
- append(Iterable<?>, Object) - Method in class com.healthmarketscience.common.util.AppendableExt
-
Will iterate the given Iterable and append each object separated by the
given delimiter.
- append(char) - Method in class com.healthmarketscience.common.util.StringAppendableExt
-
- append(CharSequence) - Method in class com.healthmarketscience.common.util.StringAppendableExt
-
- append(CharSequence, int, int) - Method in class com.healthmarketscience.common.util.StringAppendableExt
-
- append(Appendee) - Method in class com.healthmarketscience.common.util.StringAppendableExt
-
- append(Object) - Method in class com.healthmarketscience.common.util.StringAppendableExt
-
- append(Iterable<?>, Object) - Method in class com.healthmarketscience.common.util.StringAppendableExt
-
- AppendableExt - Class in com.healthmarketscience.common.util
-
Wrapper for an Appendable which adds the ability for objects to append
themselves directly to the given Appendable instead of creating
intermediate CharSequence objects (Strings, etc).
- AppendableExt(Appendable) - Constructor for class com.healthmarketscience.common.util.AppendableExt
-
Initialize a new AppendableExt based on the given Appendable.
- AppendableExt(Appendable, Object) - Constructor for class com.healthmarketscience.common.util.AppendableExt
-
Initialize a new AppendableExt based on the given Appendable and
context.
- Appendee - Interface in com.healthmarketscience.common.util
-
Should be implemented by an object which can append itself to an
AppendableExt object, where the work of generating a result for
toString()
would itself involve the appending of multiple
CharSequences (Strings, etc).
- AppendeeObject - Class in com.healthmarketscience.common.util
-
Simple subclass for objects wishing to use the AppendableExt/Appendee
interface in new class hierarchies.
- AppendeeObject() - Constructor for class com.healthmarketscience.common.util.AppendeeObject
-
- appendTo(AppendableExt) - Method in interface com.healthmarketscience.common.util.Appendee
-
Appends this object to the given AppendableExt.
- appendTo(AppendableExt) - Method in class com.healthmarketscience.common.util.AppendeeObject
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.AliasedObject
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddColumnAction
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddConstraintAction
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.BaseCaseStatement
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery.Privilege
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery.TargetObject
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.BetweenCondition
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.BinaryCondition
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.BooleanValueObject
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.CheckConstraintClause
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.ComboCondition
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.ComboExpression
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.Comment
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.CommonTableExpression
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.ConstraintClause
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.CreateViewQuery
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.custom.mysql.MysLimitClause
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.custom.NamedParamObject
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.custom.oracle.OraTableSpaceClause
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.custom.postgresql.PgLimitClause
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.custom.postgresql.PgOffsetClause
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.custom.sqlserver.MssTopClause
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.CustomCondition
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.CustomExpression
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.CustomSql
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.DeleteQuery
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.DropQuery
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.ExtractExpression
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.ForeignKeyConstraintClause
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.FunctionCall
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.GrantQuery
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.InCondition
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.InsertQuery
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.InsertSelectQuery
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.JdbcEscape
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.NegateExpression
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.NotCondition
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.NumberValueObject
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.OrderObject
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.Query
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.Query
-
Appends the sql query to the given AppendableExt within the given,
modifiable SqlContext.
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.QueryReader.Column
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.RevokeQuery
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.SqlObjectList
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.Subquery
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.UnaryCondition
-
- appendTo(AppendableExt, SqlContext) - Method in class com.healthmarketscience.sqlbuilder.UpdateQuery
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.ValueObject
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.WindowDefinitionClause
-
- appendTo(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.WindowDefinitionClause.FrameBound
-
- apply(SelectQuery) - Method in class com.healthmarketscience.sqlbuilder.custom.CustomSyntax
-
- apply(CreateTableQuery) - Method in class com.healthmarketscience.sqlbuilder.custom.CustomSyntax
-
- apply(CreateIndexQuery) - Method in class com.healthmarketscience.sqlbuilder.custom.CustomSyntax
-
- apply(SelectQuery) - Method in class com.healthmarketscience.sqlbuilder.custom.mysql.MysLimitClause
-
- apply(CreateTableQuery) - Method in class com.healthmarketscience.sqlbuilder.custom.oracle.OraTableSpaceClause
-
- apply(CreateIndexQuery) - Method in class com.healthmarketscience.sqlbuilder.custom.oracle.OraTableSpaceClause
-
- apply(SelectQuery) - Method in class com.healthmarketscience.sqlbuilder.custom.postgresql.PgLimitClause
-
- apply(SelectQuery) - Method in class com.healthmarketscience.sqlbuilder.custom.postgresql.PgOffsetClause
-
- apply(SelectQuery) - Method in class com.healthmarketscience.sqlbuilder.custom.sqlserver.MssTopClause
-
- asc(Object) - Static method in class com.healthmarketscience.sqlbuilder.OrderObject
-
Convenience method for generating an ascending OrderObject for the given
column.
- AUTO_INCREMENT_COLUMN - Static variable in class com.healthmarketscience.sqlbuilder.custom.mysql.MysObjects
-
Appends a MySQL "AUTO_INCREMENT "
column constraint.
- avg() - Static method in class com.healthmarketscience.sqlbuilder.FunctionCall
-
Convenience method for generating a FunctionCall using the standard AVG
function.
- CaseStatement - Class in com.healthmarketscience.sqlbuilder
-
Outputs a case statement like:
"CASE WHEN <cond1> THEN <result1> [ WHEN
<cond2> THEN <result2> WHEN ...
- CaseStatement() - Constructor for class com.healthmarketscience.sqlbuilder.CaseStatement
-
- caseStmt() - Static method in class com.healthmarketscience.sqlbuilder.Expressions
-
Convenience method for generating a CASE statement.
- caseStmt(Object) - Static method in class com.healthmarketscience.sqlbuilder.Expressions
-
Convenience method for generating a simple CASE statement.
- checkCondition(Condition) - Static method in class com.healthmarketscience.sqlbuilder.ConstraintClause
-
Convenience method for generating an unnamed check constraint.
- checkCondition(Object, Condition) - Static method in class com.healthmarketscience.sqlbuilder.ConstraintClause
-
Convenience method for generating a check constraint with the given name.
- checkCondition(String, Condition) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbColumn
-
Creates and adds check constraint with the given parameters to this
table.
- checkCondition(String, Condition) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbTable
-
Creates and adds check constraint with the given parameters to this
table.
- CheckConstraint - Interface in com.healthmarketscience.sqlbuilder.dbspec
-
Maintains information about a database (table or column) check constraint
for use with the sqlbuilder utilities.
- CheckConstraintClause - Class in com.healthmarketscience.sqlbuilder
-
Outputs a table or column CHECK constraint like:
"[CONSTRAINT <name> ] CHECK (<condition>)"
- CheckConstraintClause(CheckConstraint) - Constructor for class com.healthmarketscience.sqlbuilder.CheckConstraintClause
-
- CheckConstraintClause(Object, Condition) - Constructor for class com.healthmarketscience.sqlbuilder.CheckConstraintClause
-
- checkOwnership(T) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbObject
-
- checkOwnership(T...) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbObject
-
- checkOwnership(T) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
- clear() - Method in class com.healthmarketscience.sqlbuilder.SqlObjectList
-
Removes all objects from the list.
- clone() - Method in class com.healthmarketscience.sqlbuilder.SqlContext
-
- closeParen(AppendableExt) - Method in class com.healthmarketscience.sqlbuilder.InCondition
-
- collectNestedQuerySchemaObjects(SqlObject) - Method in class com.healthmarketscience.sqlbuilder.ValidationContext
-
Handles schema object collection for nested queries.
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.AliasedObject
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddColumnAction
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddConstraintAction
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.BaseCaseStatement
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.BaseCreateQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.BaseCTEQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery.Privilege
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery.TargetObject
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.BetweenCondition
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.BinaryCondition
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.BooleanValueObject
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.CheckConstraintClause
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.ComboCondition
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.ComboExpression
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.Comment
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.CommonTableExpression
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.ConstraintClause
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.CreateViewQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.custom.mysql.MysLimitClause
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.custom.NamedParamObject
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.custom.oracle.OraTableSpaceClause
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.custom.postgresql.PgLimitClause
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.custom.postgresql.PgOffsetClause
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.custom.sqlserver.MssTopClause
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.CustomCondition
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.CustomExpression
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.CustomizableSqlObject
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.CustomSql
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.DeleteQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.DropQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.ExtractExpression
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.ForeignKeyConstraintClause
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.FunctionCall
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.InCondition
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.InsertQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.InsertSelectQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.JdbcEscape
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.NegateExpression
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.NotCondition
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.NumberValueObject
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.OrderObject
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.Query
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.QueryReader.Column
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
- collectSchemaObjects(SqlObject, ValidationContext) - Static method in class com.healthmarketscience.sqlbuilder.SqlObject
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.SqlObject
-
Used during Query.validate() calls to collect the dbschema objects
referenced in a query.
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.SqlObjectList
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.Subquery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.UnaryCondition
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.UpdateQuery
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.ValueObject
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.WindowDefinitionClause
-
- collectSchemaObjects(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.WindowDefinitionClause.FrameBound
-
- Column - Interface in com.healthmarketscience.sqlbuilder.dbspec
-
Maintains information about a database column for use with the sqlbuilder
utilities.
- Column(QueryReader) - Constructor for class com.healthmarketscience.sqlbuilder.QueryReader.Column
-
- COLUMN_TO_OBJ - Static variable in class com.healthmarketscience.sqlbuilder.Converter
-
Converter which converts a Column to a ColumnObject.
- COLUMN_VALUE_TO_OBJ - Static variable in class com.healthmarketscience.sqlbuilder.Converter
-
- com.healthmarketscience.common.util - package com.healthmarketscience.common.util
-
- com.healthmarketscience.sqlbuilder - package com.healthmarketscience.sqlbuilder
-
Builder-style classes for generating a wide variety of SQL statements (see
the
Syntax Reference for
the major highlights).
- com.healthmarketscience.sqlbuilder.custom - package com.healthmarketscience.sqlbuilder.custom
-
SqlBuilder supports two types of custom SQL:
Custom values/expressions within existing queries - this type of
customization can be achieved using the custom SqlObject variants:
CustomSql
,
CustomExpression
, and
CustomCondition
.
Custom clauses added to existing queries - the classes in this package
(and subpackages) enable this type of customization, read on for
details.
- com.healthmarketscience.sqlbuilder.custom.mysql - package com.healthmarketscience.sqlbuilder.custom.mysql
-
SqlBuilder customizations specific to the MySQL database.
- com.healthmarketscience.sqlbuilder.custom.oracle - package com.healthmarketscience.sqlbuilder.custom.oracle
-
SqlBuilder customizations specific to the Oracle database.
- com.healthmarketscience.sqlbuilder.custom.postgresql - package com.healthmarketscience.sqlbuilder.custom.postgresql
-
SqlBuilder customizations specific to the PostgreSQL database.
- com.healthmarketscience.sqlbuilder.custom.sqlserver - package com.healthmarketscience.sqlbuilder.custom.sqlserver
-
SqlBuilder customizations specific to the SQL Server database.
- com.healthmarketscience.sqlbuilder.dbspec - package com.healthmarketscience.sqlbuilder.dbspec
-
Group of interfaces which simplify the usage of SqlBuilder when multiple
queries will be built over the same collection of database objects.
- com.healthmarketscience.sqlbuilder.dbspec.basic - package com.healthmarketscience.sqlbuilder.dbspec.basic
-
Very basic implementations of the
dbspec
interfaces.
- ComboCondition - Class in com.healthmarketscience.sqlbuilder
-
Outputs combination conditions joined by a given string (AND, OR)
"(<cond1> <comboOp> <cond2> <comboOp> <cond3> ...)"
.
- ComboCondition(ComboCondition.Op) - Constructor for class com.healthmarketscience.sqlbuilder.ComboCondition
-
- ComboCondition(ComboCondition.Op, Condition...) - Constructor for class com.healthmarketscience.sqlbuilder.ComboCondition
-
- ComboCondition(ComboCondition.Op, Object...) - Constructor for class com.healthmarketscience.sqlbuilder.ComboCondition
-
- ComboCondition(Object, Object...) - Constructor for class com.healthmarketscience.sqlbuilder.ComboCondition
-
- ComboCondition.Op - Enum in com.healthmarketscience.sqlbuilder
-
Enum representing the combo operations supported in a SQL
condition, e.g.
- ComboExpression - Class in com.healthmarketscience.sqlbuilder
-
Outputs combination expressions joined by a given mathematical operation (+,
-, *, /) or string operation (||) "(<expr1> <exprOp> <expr2> <exprOp> <expr3> ...)"
.
- ComboExpression(ComboExpression.Op) - Constructor for class com.healthmarketscience.sqlbuilder.ComboExpression
-
- ComboExpression(ComboExpression.Op, Object...) - Constructor for class com.healthmarketscience.sqlbuilder.ComboExpression
-
- ComboExpression(Object, Object...) - Constructor for class com.healthmarketscience.sqlbuilder.ComboExpression
-
- ComboExpression.Op - Enum in com.healthmarketscience.sqlbuilder
-
Enum representing the combo mathematical operations supported in a SQL
expression, e.g.
- Comment - Class in com.healthmarketscience.sqlbuilder
-
Generates a comment, e.g.
- Comment(Object) - Constructor for class com.healthmarketscience.sqlbuilder.Comment
-
- CommonTableExpression - Class in com.healthmarketscience.sqlbuilder
-
Outputs the Common Table Expression (CTE) definition as part of a "WITH "
clause.
- CommonTableExpression(String) - Constructor for class com.healthmarketscience.sqlbuilder.CommonTableExpression
-
- concatenate() - Static method in class com.healthmarketscience.sqlbuilder.ComboExpression
-
Convenience method for generating a ComboExpression for joining
expressions using '||'.
- concatenate(Object...) - Static method in class com.healthmarketscience.sqlbuilder.ComboExpression
-
Convenience method for generating a ComboExpression for joining
the given expressions using '||'.
- concatenate() - Static method in class com.healthmarketscience.sqlbuilder.Expressions
-
Convenience method for generating a ComboExpression for joining
expressions using '||'.
- concatenate(Object...) - Static method in class com.healthmarketscience.sqlbuilder.Expressions
-
Convenience method for generating a ComboExpression for joining
the given expressions using '||'.
- Condition - Class in com.healthmarketscience.sqlbuilder
-
An object representing a conditional expression.
- Condition() - Constructor for class com.healthmarketscience.sqlbuilder.Condition
-
- Conditions - Class in com.healthmarketscience.sqlbuilder
-
Useful static accessors for building conditions.
- Constraint - Interface in com.healthmarketscience.sqlbuilder.dbspec
-
Maintains information about a database (table or column) constraint for use
with the sqlbuilder utilities.
- Constraint.Type - Enum in com.healthmarketscience.sqlbuilder.dbspec
-
- ConstraintClause - Class in com.healthmarketscience.sqlbuilder
-
Outputs a table or column constraint clause (depending on the current
context) [ CONSTRAINT <name> ] <type> [ (<col1> ...) ]
.
- ConstraintClause(Constraint) - Constructor for class com.healthmarketscience.sqlbuilder.ConstraintClause
-
- ConstraintClause(ConstraintClause.Type, Object) - Constructor for class com.healthmarketscience.sqlbuilder.ConstraintClause
-
- ConstraintClause(ConstraintClause.Type, Object, List<?>) - Constructor for class com.healthmarketscience.sqlbuilder.ConstraintClause
-
- ConstraintClause.CheckTime - Enum in com.healthmarketscience.sqlbuilder
-
Enum representing the different times that a constraint can be checked.
- ConstraintClause.Type - Enum in com.healthmarketscience.sqlbuilder
-
Enum representing the types of constraints supported for a column or
table.
- convert(SrcType) - Method in class com.healthmarketscience.sqlbuilder.Converter
-
Converts the given src object to a SqlObject of the expected type.
- Converter<SrcType,DstType> - Class in com.healthmarketscience.sqlbuilder
-
Class which encapsulates various object to SqlObject conversions.
- Converter() - Constructor for class com.healthmarketscience.sqlbuilder.Converter
-
- count() - Static method in class com.healthmarketscience.sqlbuilder.FunctionCall
-
Convenience method for generating a FunctionCall using the standard COUNT
function.
- countAll() - Static method in class com.healthmarketscience.sqlbuilder.FunctionCall
-
Convenience method for generating a FunctionCall using the standard COUNT
function with the single parameter '*'.
- create() - Static method in class com.healthmarketscience.sqlbuilder.SqlObjectList
-
Constructs and returns a new SqlObjectList, conveniently allows
construction without respecifying generic param type.
- create(String) - Static method in class com.healthmarketscience.sqlbuilder.SqlObjectList
-
Constructs and returns a new SqlObjectList, conveniently allows
construction without respecifying generic param type.
- createColumn(DbTable, String, String, Object...) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Creates and returns a new
DbColumn
with the given parameters.
- createColumnCheckConstraint(DbColumn, String, Condition) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
- createColumnConstraint(DbColumn, String, Constraint.Type) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Creates and returns a new column
DbConstraint
with the given
parameters.
- createColumnForeignKeyConstraint(DbColumn, String, DbTable, String) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
- createColumnForeignKeyConstraint(DbColumn, String, DbTable, DbColumn) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
- createFunction(DbFunctionPackage, String) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Creates and returns a new
DbFunction
with the given parameters.
- createFunctionPackage(DbSchema, String) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
- createIndex(DbTable, String, String...) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Creates and returns a new
DbIndex
with the given parameters.
- CreateIndexQuery - Class in com.healthmarketscience.sqlbuilder
-
Query which generates a CREATE INDEX statement.
- CreateIndexQuery(Index) - Constructor for class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
- CreateIndexQuery(Table, String) - Constructor for class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
- CreateIndexQuery(Table, Object) - Constructor for class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
- CreateIndexQuery(Object, Object) - Constructor for class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
- CreateIndexQuery.Hook - Enum in com.healthmarketscience.sqlbuilder
-
The HookAnchors supported for CREATE INDEX queries.
- CreateIndexQuery.IndexType - Enum in com.healthmarketscience.sqlbuilder
-
Enum which defines the optional index type information.
- createJoin(DbTable, DbTable, String[], String[]) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Creates and returns a new
DbJoin
with the given parameters.
- createSchema(String) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Creates and returns a new
DbSchema
with the given parameters.
- createTable(DbSchema, String) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Creates and returns a new
DbTable
with the given parameters.
- createTableCheckConstraint(DbTable, String, Condition) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
- createTableConstraint(DbTable, String, Constraint.Type, String...) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
Creates and returns a new table
DbConstraint
with the given
parameters.
- createTableForeignKeyConstraint(DbTable, String, DbTable, String[], String[]) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
- createTableForeignKeyConstraint(DbTable, String, DbTable, DbColumn[], DbColumn[]) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbSpec
-
- CreateTableQuery - Class in com.healthmarketscience.sqlbuilder
-
Query which generates a CREATE TABLE statement.
- CreateTableQuery(Table) - Constructor for class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
- CreateTableQuery(Table, boolean) - Constructor for class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
- CreateTableQuery(Object) - Constructor for class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
- CreateTableQuery.ColumnConstraint - Enum in com.healthmarketscience.sqlbuilder
-
- CreateTableQuery.Hook - Enum in com.healthmarketscience.sqlbuilder
-
The HookAnchors supported for CREATE TABLE queries.
- CreateTableQuery.TableType - Enum in com.healthmarketscience.sqlbuilder
-
Enum which defines the optional table type information.
- CreateViewQuery - Class in com.healthmarketscience.sqlbuilder
-
Query which generates a CREATE VIEW statement.
- CreateViewQuery(Table) - Constructor for class com.healthmarketscience.sqlbuilder.CreateViewQuery
-
- CreateViewQuery(Object) - Constructor for class com.healthmarketscience.sqlbuilder.CreateViewQuery
-
- cte(String) - Static method in class com.healthmarketscience.sqlbuilder.Expressions
-
Convenience method for generating a common table expression.
- CURRENT_ROW - Static variable in class com.healthmarketscience.sqlbuilder.WindowDefinitionClause.FrameBound
-
- CUSTOM_COLUMN_TO_OBJ - Static variable in class com.healthmarketscience.sqlbuilder.Converter
-
- CUSTOM_TABLE_DEF_TO_OBJ - Static variable in class com.healthmarketscience.sqlbuilder.Converter
-
- CUSTOM_TO_CONDITION - Static variable in class com.healthmarketscience.sqlbuilder.Converter
-
- CUSTOM_TO_CONSTRAINTCLAUSE - Static variable in class com.healthmarketscience.sqlbuilder.Converter
-
- CUSTOM_TO_EXPRESSION - Static variable in class com.healthmarketscience.sqlbuilder.Converter
-
- CUSTOM_TO_OBJ - Static variable in class com.healthmarketscience.sqlbuilder.Converter
-
- CUSTOM_TO_SUBQUERY - Static variable in class com.healthmarketscience.sqlbuilder.Converter
-
- customAppendTo(AppendableExt, HookAnchor) - Method in class com.healthmarketscience.sqlbuilder.CustomizableSqlObject
-
- customAppendTo(AppendableExt, HookAnchor, String) - Method in class com.healthmarketscience.sqlbuilder.CustomizableSqlObject
-
Appends all customizations for the given anchor.
- customCond(Object) - Static method in class com.healthmarketscience.sqlbuilder.Conditions
-
Convenience method for generating a custom condition.
- CustomCondition - Class in com.healthmarketscience.sqlbuilder
-
Outputs the given custom object surrounded by parentheses
"(<customCond>)"
.
- CustomCondition(Object) - Constructor for class com.healthmarketscience.sqlbuilder.CustomCondition
-
- CustomCondition(SqlObject) - Constructor for class com.healthmarketscience.sqlbuilder.CustomCondition
-
- customExpr(Object) - Static method in class com.healthmarketscience.sqlbuilder.Expressions
-
Convenience method for generating a custom expression.
- CustomExpression - Class in com.healthmarketscience.sqlbuilder
-
Outputs the given custom object surrounded by parentheses
"(<customExpr>)"
.
- CustomExpression(Object) - Constructor for class com.healthmarketscience.sqlbuilder.CustomExpression
-
- CustomExpression(SqlObject) - Constructor for class com.healthmarketscience.sqlbuilder.CustomExpression
-
- CustomizableSqlObject - Class in com.healthmarketscience.sqlbuilder
-
Base class for all SqlObjects which support SQL syntax customizations.
- CustomizableSqlObject() - Constructor for class com.healthmarketscience.sqlbuilder.CustomizableSqlObject
-
- CustomSql - Class in com.healthmarketscience.sqlbuilder
-
Outputs the given object as is (can be used to insert any custom SQL into a
statement).
- CustomSql(Object) - Constructor for class com.healthmarketscience.sqlbuilder.CustomSql
-
- customSql(Object) - Static method in class com.healthmarketscience.sqlbuilder.Expressions
-
Convenience method for generating literal sql (not truly an "expression",
but convenient nonetheless).
- CustomSyntax - Class in com.healthmarketscience.sqlbuilder.custom
-
Utility base class for custom SQL syntax instances.
- CustomSyntax() - Constructor for class com.healthmarketscience.sqlbuilder.custom.CustomSyntax
-
- SelectQuery - Class in com.healthmarketscience.sqlbuilder
-
Query which generates a SELECT statement.
- SelectQuery() - Constructor for class com.healthmarketscience.sqlbuilder.SelectQuery
-
- SelectQuery(boolean) - Constructor for class com.healthmarketscience.sqlbuilder.SelectQuery
-
- SelectQuery.Hook - Enum in com.healthmarketscience.sqlbuilder
-
The HookAnchors supported for SELECT queries.
- SelectQuery.JoinType - Enum in com.healthmarketscience.sqlbuilder
-
Enum which defines the join types supported in a FROM clause.
- setAction(Object) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery
-
Sets the alter table action.
- setAddColumn(Column) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery
-
Sets the alter table action to add the given column.
- setAddConstraint(Constraint) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery
-
Sets the alter table action to add the given constraint.
- setAddCustomColumn(Object) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery
-
Sets the alter table action to add the given column.
- setAddCustomConstraint(Object) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery
-
Sets the alter table action to add the given constraint.
- setAllowGranteeToGrant(boolean) - Method in class com.healthmarketscience.sqlbuilder.GrantQuery
-
Sets whether or not grantee is allowed to grant these privileges to
others
- setBehavior(DropQuery.Behavior) - Method in class com.healthmarketscience.sqlbuilder.DropQuery
-
Sets the behavior for the drop query
- setBehavior(DropQuery.Behavior) - Method in class com.healthmarketscience.sqlbuilder.RevokeQuery
-
Sets the behavior for the revoke query
- setBoolean(boolean, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.MultiPlaceHolder
-
- setBoolean(boolean, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
Calls setBoolean on the given PreparedStatement with the given value
for the position of this PlaceHolder.
- setBoolean(Boolean, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
Calls setBoolean on the given PreparedStatement with the given value for
the position of this PlaceHolder.
- setBooleans(PreparedStatement, boolean...) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setBoolean on the given PreparedStatement with the given values
for the positions of this PlaceHolder.
- setBooleans(PreparedStatement, Iterable<? extends Boolean>) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setBoolean on the given PreparedStatement with the given values for
the positions of this PlaceHolder.
- setCheckTime(Object) - Method in class com.healthmarketscience.sqlbuilder.ConstraintClause
-
Sets the check time for this constraint.
- setColumnConstraint(Column, CreateTableQuery.ColumnConstraint) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
- setColumnDefaultValue(Column, Object) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
Sets the given value as the column default value on a previously added
column
- setColumnObject(Column) - Method in class com.healthmarketscience.sqlbuilder.QueryReader.Column
-
Sets the actual sql to be generated by this column.
- setColumns(Collection<Column>) - Method in class com.healthmarketscience.sqlbuilder.ValidationContext
-
- setColumnTypeName(Column, String) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
Sets the given type name as the column type name on a previously added
column (overriding any type info on the column instance itself).
- setContext(Object) - Method in class com.healthmarketscience.common.util.AppendableExt
-
Sets the "context" that will be returned from subsequent
getContext()
calls.
- setCustomColumnObject(Object) - Method in class com.healthmarketscience.sqlbuilder.QueryReader.Column
-
Sets the actual sql to be generated by this column.
- setCustomName(Object) - Method in class com.healthmarketscience.sqlbuilder.BaseCreateQuery
-
Sets the name of the object being created.
- setCustomTableName(Object) - Method in class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
Sets the name of the table which is being indexed.
- setCustomTarget(Object) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery
-
Sets the target for the query.
- setDefaultValue(Object) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddColumnAction
-
Sets the given value as the column default value for this action.
- setDefaultValue(Object) - Method in class com.healthmarketscience.sqlbuilder.dbspec.basic.DbColumn
-
Sets the default value for this column.
- setDisableParens(boolean) - Method in class com.healthmarketscience.sqlbuilder.Condition
-
- setDisableParens(boolean) - Method in class com.healthmarketscience.sqlbuilder.Expression
-
- setFailedVerifiable(Map.Entry<ValidationContext, ? extends Verifiable<?>>) - Method in exception com.healthmarketscience.sqlbuilder.ValidationException
-
- setFetchNext(Object) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Sets the value for the "FETCH NEXT" clause.
- setForUpdate(boolean) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Iff forUpdate is true
, adds the FOR UPDATE clause to the
end of the SELECT clause
- setFrame(Object, Object) - Method in class com.healthmarketscience.sqlbuilder.WindowDefinitionClause
-
Sets the window's "frame" clause to the given units and starting bound.
- setFrame(Object, Object, Object) - Method in class com.healthmarketscience.sqlbuilder.WindowDefinitionClause
-
Sets the window's "frame" clause to the given units, starting bound, and
exclusion.
- setFrameBetween(Object, Object, Object) - Method in class com.healthmarketscience.sqlbuilder.WindowDefinitionClause
-
Sets the window's "frame" clause to the given units and bound range.
- setFrameBetween(Object, Object, Object, Object) - Method in class com.healthmarketscience.sqlbuilder.WindowDefinitionClause
-
Sets the window's "frame" clause to the given units, bound range, and
exclusion.
- setIndexType(CreateIndexQuery.IndexType) - Method in class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
Sets the type of index to be created.
- setInt(int, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.MultiPlaceHolder
-
- setInt(int, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
Calls setInt on the given PreparedStatement with the given value
for the position of this PlaceHolder.
- setInt(Integer, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
Calls setInt on the given PreparedStatement with the given value for
the position of this PlaceHolder.
- setInts(PreparedStatement, int...) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setInt on the given PreparedStatement with the given values for
the positions of this PlaceHolder.
- setInts(PreparedStatement, Iterable<? extends Integer>) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setInt on the given PreparedStatement with the given values for
the positions of this PlaceHolder.
- setIsDistinct(boolean) - Method in class com.healthmarketscience.sqlbuilder.FunctionCall
-
Iff isDistinct is true
, adds the DISTINCT keyword to the
parameter clause
- setIsDistinct(boolean) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Iff isDistinct is true
, adds the DISTINCT keyword to the
SELECT clause so that only unique rows are returned
- setIsPercent(boolean) - Method in class com.healthmarketscience.sqlbuilder.custom.sqlserver.MssTopClause
-
- setLikeEscapeChar(Character) - Method in class com.healthmarketscience.sqlbuilder.BinaryCondition
-
Sets the escape charactor for a [NOT] LIKE condition pattern.
- setLocalOnly(boolean) - Method in class com.healthmarketscience.sqlbuilder.ValidationContext
-
- setLong(long, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.MultiPlaceHolder
-
- setLong(long, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
Calls setLong on the given PreparedStatement with the given value
for the position of this PlaceHolder.
- setLong(Long, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
Calls setLong on the given PreparedStatement with the given value for
the position of this PlaceHolder.
- setLongs(PreparedStatement, long...) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setLong on the given PreparedStatement with the given values
for the positions of this PlaceHolder.
- setLongs(PreparedStatement, Iterable<? extends Long>) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setLong on the given PreparedStatement with the given values for
the positions of this PlaceHolder.
- setName(String) - Method in class com.healthmarketscience.sqlbuilder.BaseCreateQuery
-
Sets the name of the object being created.
- setNegate(boolean) - Method in class com.healthmarketscience.sqlbuilder.BetweenCondition
-
Sets whether or not the between condition should be negated or not
- setNegate(boolean) - Method in class com.healthmarketscience.sqlbuilder.InCondition
-
Sets whether or not the in condition should be negated or not
- setNonNullObject(Object, int, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.MultiPlaceHolder
-
- setNonNullObject(Object, int, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
Calls setObject on the given PreparedStatement with the given value
and the given sql type for the position of this PlaceHolder.
- setNonNullString(String, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.MultiPlaceHolder
-
- setNonNullString(String, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
Calls setString on the given PreparedStatement with the given value
for the position of this PlaceHolder.
- setNull(int, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.MultiPlaceHolder
-
- setNull(int, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
Calls setNull on the given PreparedStatement with the given sql type
for the position of this PlaceHolder.
- setNullOrder(OrderObject.NullOrder) - Method in class com.healthmarketscience.sqlbuilder.OrderObject
-
Sets the null order for this order specification.
- setNulls(int, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setNull on the given PreparedStatement with the given sql type
for the positions of this PlaceHolder.
- setObject(Object, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.MultiPlaceHolder
-
- setObject(Object, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
Calls setObject on the given PreparedStatement with the given value
for the position of this PlaceHolder.
- setObject(Object, int, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
Calls setObject on the given PreparedStatement with the given value
and the given sql type for the position of this PlaceHolder.
- setObjects(PreparedStatement, Object...) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setObject on the given PreparedStatement with the given values
for the positions of this PlaceHolder.
- setObjects(PreparedStatement, Iterable<?>) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setObject on the given PreparedStatement with the given values
for the positions of this PlaceHolder.
- setObjects(int, PreparedStatement, Object...) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setObject on the given PreparedStatement with the given values
and the given sql type for the positions of this PlaceHolder.
- setObjects(int, PreparedStatement, Iterable<?>) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setObject on the given PreparedStatement with the given value and
the given sql type for the position of this PlaceHolder.
- setOffset(Object) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Sets the value for the "OFFSET" clause.
- setOnDeleteAction(Object) - Method in class com.healthmarketscience.sqlbuilder.ForeignKeyConstraintClause
-
Sets the referential action to be taken on delete.
- setOnUpdateAction(Object) - Method in class com.healthmarketscience.sqlbuilder.ForeignKeyConstraintClause
-
Sets the referential action to be taken on update.
- SetOperationQuery<ThisType extends SetOperationQuery<ThisType>> - Class in com.healthmarketscience.sqlbuilder
-
Base query for queries which generate a series of SELECT queries joined by
one or more "set operations", such as UNION [ALL], EXCEPT [ALL], and
INTERSECT [ALL].
- SetOperationQuery(SetOperationQuery.Type) - Constructor for class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
- SetOperationQuery(SetOperationQuery.Type, Object...) - Constructor for class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
- SetOperationQuery.Type - Enum in com.healthmarketscience.sqlbuilder
-
Enumeration representing the type of union to use
- setQuery(Object) - Method in class com.healthmarketscience.sqlbuilder.CommonTableExpression
-
Sets the CTE definition query.
- setQuery(Query<?>) - Method in class com.healthmarketscience.sqlbuilder.SqlContext
-
Sets the handle to the immediate wrapping query
- setRecursive(boolean) - Method in class com.healthmarketscience.sqlbuilder.BaseCTEQuery
-
- setSelectQuery(SelectQuery) - Method in class com.healthmarketscience.sqlbuilder.CreateViewQuery
-
Sets the SELECT query which will generate the data in the view
- setSelectQuery(SelectQuery) - Method in class com.healthmarketscience.sqlbuilder.InsertSelectQuery
-
Sets the SELECT query which will generate the data to insert into the
table
- setStaticValues(PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer
-
- setString(String, PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.PlaceHolder
-
Calls setString on the given PreparedStatement with the given value
for the position of this PlaceHolder.
- setStrings(PreparedStatement, String...) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setString on the given PreparedStatement with the given values for
the positions of this PlaceHolder.
- setStrings(PreparedStatement, Iterable<? extends String>) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ListPlaceHolder
-
Calls setString on the given PreparedStatement with the given values
for the positions of this PlaceHolder.
- setTableAlias(String) - Method in class com.healthmarketscience.sqlbuilder.CommonTableExpression
-
Sets the pseudo Table alias for use by the pseudo Columns when used in
subsequent queries.
- setTableName(String) - Method in class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
Sets the name of the table which is being indexed.
- setTables(Collection<Table>) - Method in class com.healthmarketscience.sqlbuilder.ValidationContext
-
- setTableSpace(String) - Method in class com.healthmarketscience.sqlbuilder.CreateIndexQuery
-
- setTableSpace(String) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
- setTableType(CreateTableQuery.TableType) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
Sets the type of table to be created.
- setTarget(BaseGrantQuery.TargetObject) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery
-
Sets the target for the query.
- setTypeName(String) - Method in class com.healthmarketscience.sqlbuilder.AlterTableQuery.AddColumnAction
-
Sets the given type name as the column type name for this action
(overriding any type info on the column instance itself).
- setUseTableAliases(boolean) - Method in class com.healthmarketscience.sqlbuilder.SqlContext
-
Sets flag indicating whether or not table aliases should be used in the
current SQL generation context.
- setUseTableConstraints(boolean) - Method in class com.healthmarketscience.sqlbuilder.SqlContext
-
Sets flag indicating whether or not table constraints should be used in
the current SQL generation context.
- setValue(PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.BooleanStaticPlaceHolder
-
- setValue(PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.IntegerStaticPlaceHolder
-
- setValue(PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.LongStaticPlaceHolder
-
- setValue(PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.NullStaticPlaceHolder
-
- setValue(PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.ObjectStaticPlaceHolder
-
- setValue(PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.StaticPlaceHolder
-
Calls the appropriate set method on the given PreparedStatement with
the saved static value for the position of this PlaceHolder.
- setValue(PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.StringStaticPlaceHolder
-
- setValue(PreparedStatement) - Method in class com.healthmarketscience.sqlbuilder.QueryPreparer.TypedStaticPlaceHolder
-
- setWindow(Object) - Method in class com.healthmarketscience.sqlbuilder.FunctionCall
-
Sets the window clause for this function call, like
"OVER (<windowClause>)"
.
- setWindowByName(String) - Method in class com.healthmarketscience.sqlbuilder.FunctionCall
-
Sets the window clause for this function call to a reference to the named
window definition, like "OVER <windowClauseName>"
.
- setWithCheckOption(boolean) - Method in class com.healthmarketscience.sqlbuilder.CreateViewQuery
-
Sets whether or not inserts/updates to the view are required to affect
rows with are in fact visible to the view.
- similarTo(Object, Object) - Static method in class com.healthmarketscience.sqlbuilder.custom.postgresql.PgBinaryCondition
-
Convenience method for generating a Condition for testing if a column is
"similar to" a given value (sql regex matching).
- SimpleCaseStatement - Class in com.healthmarketscience.sqlbuilder
-
Outputs a simple case statement like:
"CASE <column1> WHEN <val1> THEN <result1> [ WHEN
<val2> THEN <result2> WHEN ...
- SimpleCaseStatement(Column) - Constructor for class com.healthmarketscience.sqlbuilder.SimpleCaseStatement
-
- SimpleCaseStatement(Object) - Constructor for class com.healthmarketscience.sqlbuilder.SimpleCaseStatement
-
- size() - Method in class com.healthmarketscience.sqlbuilder.SqlObjectList
-
- SqlContext - Class in com.healthmarketscience.sqlbuilder
-
Object which maintains context for the sqlbuilder classes when a SQL
statement is being generated.
- SqlContext() - Constructor for class com.healthmarketscience.sqlbuilder.SqlContext
-
- SqlObject - Class in com.healthmarketscience.sqlbuilder
-
Base object which all classes in this facility extend.
- SqlObject() - Constructor for class com.healthmarketscience.sqlbuilder.SqlObject
-
- SqlObjectList<ObjType extends SqlObject> - Class in com.healthmarketscience.sqlbuilder
-
Maintains a list of SqlObjects.
- SqlObjectList() - Constructor for class com.healthmarketscience.sqlbuilder.SqlObjectList
-
- SqlObjectList(String) - Constructor for class com.healthmarketscience.sqlbuilder.SqlObjectList
-
- SqlObjectList(String, List<ObjType>) - Constructor for class com.healthmarketscience.sqlbuilder.SqlObjectList
-
- StaticPlaceHolder(QueryPreparer) - Constructor for class com.healthmarketscience.sqlbuilder.QueryPreparer.StaticPlaceHolder
-
- StringAppendableExt - Class in com.healthmarketscience.common.util
-
Simple extension of AppendableExt that swallows IOExceptions under the
assumption that it will generally be used with Appendables which do not
actually throw any IOExceptions (i.e.
- StringAppendableExt() - Constructor for class com.healthmarketscience.common.util.StringAppendableExt
-
Initialize a new StringAppendableExt based on a StringBuilder.
- StringAppendableExt(int) - Constructor for class com.healthmarketscience.common.util.StringAppendableExt
-
Initialize a new StringAppendableExt based on a StringBuilder, with a
specified initial capacity.
- StringAppendableExt(int, Object) - Constructor for class com.healthmarketscience.common.util.StringAppendableExt
-
Initialize a new StringAppendableExt based on a StringBuilder, with a
specified initial capacity and given context.
- StringAppendableExt(Appendable) - Constructor for class com.healthmarketscience.common.util.StringAppendableExt
-
Initialize a new StringAppendableExt based on the given Appendable.
- StringAppendableExt(Appendable, Object) - Constructor for class com.healthmarketscience.common.util.StringAppendableExt
-
Initialize a new StringAppendableExt based on the given Appendable and
context.
- StringStaticPlaceHolder(String, QueryPreparer) - Constructor for class com.healthmarketscience.sqlbuilder.QueryPreparer.StringStaticPlaceHolder
-
- subquery(Object) - Static method in class com.healthmarketscience.sqlbuilder.Expressions
-
Convenience method for generating a subquery expression.
- Subquery - Class in com.healthmarketscience.sqlbuilder
-
Outputs the given query surrounded by parentheses
"(<query>)"
, useful for embedding one query within
another.
- Subquery(Object) - Constructor for class com.healthmarketscience.sqlbuilder.Subquery
-
- subtract() - Static method in class com.healthmarketscience.sqlbuilder.ComboExpression
-
Convenience method for generating a ComboExpression for joining
expressions using '-'.
- subtract(Object...) - Static method in class com.healthmarketscience.sqlbuilder.ComboExpression
-
Convenience method for generating a ComboExpression for joining
the given expressions using '-'.
- subtract() - Static method in class com.healthmarketscience.sqlbuilder.Expressions
-
Convenience method for generating a ComboExpression for joining
expressions using '-'.
- subtract(Object...) - Static method in class com.healthmarketscience.sqlbuilder.Expressions
-
Convenience method for generating a ComboExpression for joining
the given expressions using '-'.
- sum() - Static method in class com.healthmarketscience.sqlbuilder.FunctionCall
-
Convenience method for generating a FunctionCall using the standard SUM
function.
- supportsEscape(Object) - Method in class com.healthmarketscience.sqlbuilder.BinaryCondition
-
- supportsEscape(Object) - Method in class com.healthmarketscience.sqlbuilder.custom.postgresql.PgBinaryCondition
-
- validate() - Method in class com.healthmarketscience.sqlbuilder.BaseCaseStatement
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.BaseCaseStatement
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.BaseCreateQuery
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.BaseGrantQuery
-
- validate() - Method in class com.healthmarketscience.sqlbuilder.CommonTableExpression
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.CommonTableExpression
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.CreateTableQuery
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.CreateViewQuery
-
- validate() - Method in class com.healthmarketscience.sqlbuilder.custom.mysql.MysLimitClause
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.custom.mysql.MysLimitClause
-
- validate() - Method in class com.healthmarketscience.sqlbuilder.custom.postgresql.PgLimitClause
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.custom.postgresql.PgLimitClause
-
- validate() - Method in class com.healthmarketscience.sqlbuilder.custom.postgresql.PgOffsetClause
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.custom.postgresql.PgOffsetClause
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.InsertQuery
-
Does Query.validate() and additionally verifies that there are an equal
number of columns and values.
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.InsertSelectQuery
-
- validate() - Method in class com.healthmarketscience.sqlbuilder.Query
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.Query
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
- validate(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.SetOperationQuery
-
- validate() - Method in interface com.healthmarketscience.sqlbuilder.Verifiable
-
Runs validation on this verifiable object.
- validate(ValidationContext) - Method in interface com.healthmarketscience.sqlbuilder.Verifiable
-
Runs validation on this verifiable object using a previously collected
ValidationContext.
- validateAll() - Method in class com.healthmarketscience.sqlbuilder.ValidationContext
-
- validateOrdering(int, SqlObjectList<SqlObject>, boolean) - Static method in class com.healthmarketscience.sqlbuilder.SelectQuery
-
Checks any indexed ordering values for validity using a variety of
criteria.
- validateTables(ValidationContext) - Method in class com.healthmarketscience.sqlbuilder.Query
-
Verifies that any columns referenced in the query have their respective
tables also referenced in the query.
- ValidationContext - Class in com.healthmarketscience.sqlbuilder
-
Object used to accummulate state during query validation.
- ValidationContext() - Constructor for class com.healthmarketscience.sqlbuilder.ValidationContext
-
- ValidationContext(ValidationContext) - Constructor for class com.healthmarketscience.sqlbuilder.ValidationContext
-
- ValidationContext(boolean) - Constructor for class com.healthmarketscience.sqlbuilder.ValidationContext
-
- ValidationContext(Collection<Table>, Collection<Column>) - Constructor for class com.healthmarketscience.sqlbuilder.ValidationContext
-
- ValidationContext(ValidationContext, Collection<Table>, Collection<Column>, boolean) - Constructor for class com.healthmarketscience.sqlbuilder.ValidationContext
-
- ValidationException - Exception in com.healthmarketscience.sqlbuilder
-
Indicates that a sql builder query is not valid.
- ValidationException(String) - Constructor for exception com.healthmarketscience.sqlbuilder.ValidationException
-
- ValidationException(String, Throwable) - Constructor for exception com.healthmarketscience.sqlbuilder.ValidationException
-
- ValidationException(Throwable) - Constructor for exception com.healthmarketscience.sqlbuilder.ValidationException
-
- VALUE_TO_OBJ - Static variable in class com.healthmarketscience.sqlbuilder.Converter
-
- ValueObject - Class in com.healthmarketscience.sqlbuilder
-
Outputs a quoted value "'<value>'"
.
- ValueObject(Object) - Constructor for class com.healthmarketscience.sqlbuilder.ValueObject
-
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.BaseGrantQuery.Privilege.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.BaseGrantQuery.TargetObject.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.BinaryCondition.Op
-
Returns the enum constant of this type with the specified name.
- valueOf(Boolean) - Static method in class com.healthmarketscience.sqlbuilder.BooleanValueObject
-
Returns a BooleanValueObject for the given Boolean value.
- valueOf(boolean) - Static method in class com.healthmarketscience.sqlbuilder.BooleanValueObject
-
Returns a BooleanValueObject for the given boolean value.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.ComboCondition.Op
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.ComboExpression.Op
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.ConstraintClause.CheckTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.ConstraintClause.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.CreateIndexQuery.Hook
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.CreateIndexQuery.IndexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.CreateTableQuery.ColumnConstraint
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.CreateTableQuery.Hook
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.CreateTableQuery.TableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.custom.HookType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.custom.mysql.MysExtractDatePart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.custom.oracle.OraExtractDatePart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.custom.postgresql.PgBinaryCondition.PgOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.custom.postgresql.PgExtractDatePart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.dbspec.Constraint.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.DropQuery.Behavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.DropQuery.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.ExtractExpression.DatePart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.ForeignKeyConstraintClause.ReferentialAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.JdbcEscape.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.OrderObject.Dir
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.OrderObject.NullOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.SelectQuery.Hook
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.SelectQuery.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.SetOperationQuery.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.UnaryCondition.Op
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.WindowDefinitionClause.FrameExclusion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.healthmarketscience.sqlbuilder.WindowDefinitionClause.FrameUnits
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.BaseGrantQuery.Privilege.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.BaseGrantQuery.TargetObject.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.BinaryCondition.Op
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.ComboCondition.Op
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.ComboExpression.Op
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.ConstraintClause.CheckTime
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.ConstraintClause.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.CreateIndexQuery.Hook
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.CreateIndexQuery.IndexType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.CreateTableQuery.ColumnConstraint
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.CreateTableQuery.Hook
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.CreateTableQuery.TableType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.custom.HookType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.custom.mysql.MysExtractDatePart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.custom.oracle.OraExtractDatePart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.custom.postgresql.PgBinaryCondition.PgOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.custom.postgresql.PgExtractDatePart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.dbspec.Constraint.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.DropQuery.Behavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.DropQuery.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.ExtractExpression.DatePart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.ForeignKeyConstraintClause.ReferentialAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.JdbcEscape.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.OrderObject.Dir
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.OrderObject.NullOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.SelectQuery.Hook
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.SelectQuery.JoinType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.SetOperationQuery.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.UnaryCondition.Op
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.WindowDefinitionClause.FrameExclusion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.healthmarketscience.sqlbuilder.WindowDefinitionClause.FrameUnits
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Verifiable<ThisType extends Verifiable<ThisType>> - Interface in com.healthmarketscience.sqlbuilder
-
Interface for SqlObjects wishing to provide verifiablity.