Uses of Class
org.apache.empire.db.expr.join.DBJoinExpr
Packages that use DBJoinExpr
Package
Description
This package contains the core Empire-DB implementation classes.
This package contains SQL-generator classes for join expressions used in the from clause.
-
Uses of DBJoinExpr in org.apache.empire.db
Fields in org.apache.empire.db with type parameters of type DBJoinExprMethods in org.apache.empire.db that return types with arguments of type DBJoinExprMethods in org.apache.empire.db with parameters of type DBJoinExprModifier and TypeMethodDescriptionDBCommand.join(DBJoinExpr join) Adds a join to the list of join expressions.final DBCommandDBCommand.join(DBJoinExpr join, DBJoinType joinType) Adds a join to the list of join expressions.final DBCommandDBCommand.joinLeft(DBJoinExpr join) Adds a left join to the list of join expressions.final DBCommandDBCommand.joinRight(DBJoinExpr join) Adds a left join to the list of join expressions.Method parameters in org.apache.empire.db with type arguments of type DBJoinExprModifier and TypeMethodDescriptionvoidDBCommand.addJoins(List<DBJoinExpr> joinExprList) Adds a list of join expressions to the command. -
Uses of DBJoinExpr in org.apache.empire.db.expr.join
Subclasses of DBJoinExpr in org.apache.empire.db.expr.joinModifier and TypeClassDescriptionclassclassThis class is used for building a join expression of an SQL statement.classThis class is used for building a join expression of an SQL statement.Methods in org.apache.empire.db.expr.join that return DBJoinExprModifier and TypeMethodDescriptionCopy CommandCopy CommandCopy Commandabstract DBJoinExprCopy Command -
Uses of DBJoinExpr in org.apache.empire.dbms.sqlite
Methods in org.apache.empire.dbms.sqlite with parameters of type DBJoinExprMethod parameters in org.apache.empire.dbms.sqlite with type arguments of type DBJoinExprModifier and TypeMethodDescriptionvoidDBMSHandlerSQLite.DBCommandSQLite.addJoins(List<DBJoinExpr> joinExprList)