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 | Method and Description |
---|---|
DBColumnJoinExpr |
DBCommand.join(DBColumnExpr left,
DBColumn right)
Adds an inner join based on two columns to the list of join expressions.
|
DBColumnJoinExpr |
DBCommand.join(DBColumnExpr left,
DBColumnExpr right,
DBJoinType joinType)
Adds a join based on two columns to the list of join expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
DBCompareJoinExpr
This class is used for building a join expression of an SQL statement.
|
Modifier and Type | Method and Description |
---|---|
DBColumnJoinExpr |
DBDatabaseDriverSQLite.DBCommandSQLite.join(DBColumnExpr left,
DBColumnExpr right,
DBJoinType joinType) |
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.