Package | Description |
---|---|
net.ontopia.persistence.query.sql |
Object model for representing SQL queries.
|
Modifier and Type | Field and Description |
---|---|
protected SQLColumns |
SQLJoin.left |
protected SQLColumns |
SQLJoin.right |
Modifier and Type | Method and Description |
---|---|
SQLColumns |
SQLJoin.getLeft() |
SQLColumns |
SQLJoin.getRight() |
Modifier and Type | Method and Description |
---|---|
protected void |
RedundantTablesSQLOptimizer.addTableColumns(SQLExpressionIF expr,
SQLColumns cols) |
protected void |
AbstractSQLAnalyzer.analyzeColumns(SQLExpressionIF expr,
SQLColumns value) |
protected SQLValueIF |
FilterSQLOptimizer.filterColumns(SQLColumns value) |
protected void |
GenericSQLGenerator.selectSQLColumns(SQLColumns columns,
SQLValueIF refvalue,
boolean register,
StringBuilder sql,
net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info,
boolean nonagg) |
void |
SQLJoin.setLeft(SQLColumns left) |
void |
SQLJoin.setRight(SQLColumns right) |
Constructor and Description |
---|
SQLIn(SQLColumns left,
SQLParameter right) |
SQLJoin(SQLColumns left,
SQLColumns right) |
SQLJoin(SQLColumns left,
SQLColumns right,
int jointype) |