Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
org.apache.empire.db.expr.join |
This package contains SQL-generator classes for join expressions used in the from clause.
|
org.apache.empire.db.sqlite |
Modifier and Type | Field and Description |
---|---|
protected List<DBJoinExpr> |
DBCommand.joins |
Modifier and Type | Method and Description |
---|---|
List<DBJoinExpr> |
DBCommand.getJoins()
Returns a copy of the defined joins.
|
Modifier and Type | Method and Description |
---|---|
void |
DBCommand.join(DBJoinExpr join)
Adds a join to the list of join expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
DBCommand.addJoins(List<DBJoinExpr> joinExprList)
Adds a list of join expressions to the command.
|
Modifier and Type | Class and Description |
---|---|
class |
DBColumnJoinExpr |
class |
DBCompareJoinExpr
This class is used for building a join expression of an SQL statement.
|
class |
DBCrossJoinExpr
This class is used for building a join expression of an SQL statement.
|
Modifier and Type | Method and Description |
---|---|
DBJoinExpr |
DBColumnJoinExpr.and(DBColumnExpr c1,
DBColumnExpr c2)
This function adds an additional constraint to the join.
|
Modifier and Type | Method and Description |
---|---|
void |
DBDatabaseDriverSQLite.DBCommandSQLite.addJoins(List<DBJoinExpr> joinExprList) |
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.