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.dbms.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 |
---|---|
DBCommand |
DBCommand.join(DBJoinExpr join)
Adds a join to the list of join expressions.
|
DBCommand |
DBCommand.joinLeft(DBJoinExpr join)
Adds a left join to the list of join expressions.
|
DBCommand |
DBCommand.joinRight(DBJoinExpr join)
Adds a left 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 |
---|---|
abstract DBJoinExpr |
DBJoinExpr.copy(DBCommand newCmd)
Copy Command
|
DBJoinExpr |
DBCrossJoinExpr.copy(DBCommand newCmd)
Copy Command
|
DBJoinExpr |
DBCompareJoinExpr.copy(DBCommand newCmd)
Copy Command
|
DBJoinExpr |
DBColumnJoinExpr.copy(DBCommand newCmd)
Copy Command
|
Modifier and Type | Method and Description |
---|---|
DBMSHandlerSQLite.DBCommandSQLite |
DBMSHandlerSQLite.DBCommandSQLite.join(DBJoinExpr join) |
Modifier and Type | Method and Description |
---|---|
void |
DBMSHandlerSQLite.DBCommandSQLite.addJoins(List<DBJoinExpr> joinExprList) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.