Uses of Class
org.apache.empire.db.expr.set.DBSetExpr
Packages that use DBSetExpr
Package
Description
This package contains the core Empire-DB implementation classes.
This package contains SQL-generator classes for set expressions used in the set clause.
-
Uses of DBSetExpr in org.apache.empire.db
Fields in org.apache.empire.db with type parameters of type DBSetExprMethods in org.apache.empire.db that return DBSetExprModifier and TypeMethodDescriptionCreates and returns a new DBSetExpr object.Methods in org.apache.empire.db that return types with arguments of type DBSetExprModifier and TypeMethodDescriptionDBCommand.getSetExpressions()Returns all set expressions as unmodifiable listMethods in org.apache.empire.db with parameters of type DBSetExprModifier and TypeMethodDescriptionAdds a single set expressions to this command Use column.to(...) to create a set expressionfinal DBCommandAdds a list of set expressions to this command Use column.to(...) to create a set expressionMethod parameters in org.apache.empire.db with type arguments of type DBSetExprModifier and TypeMethodDescriptionfinal DBCommandDBCommand.selectSetExpressions(List<DBSetExpr> setExprList) Selects all set expressions i.e. converts all calls like cmd.set(COL.to(VALUE)) into a select of the form cmd.select(VALUE.as(COL)) -
Uses of DBSetExpr in org.apache.empire.db.expr.set
Methods in org.apache.empire.db.expr.set that return DBSetExpr