| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.sqlstore.sql.generator |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectOneStatement
This statement checks the existance of a certain row in the
database, as no columns are selected.
|
class |
SelectStatement
This class generates select statements.
|
class |
UpdateStatement
This class is used to generate update/insert/delete statements.
|
| Modifier and Type | Method and Description |
|---|---|
protected Statement |
QueryPlan.addStatement(QueryTable t) |
protected Statement |
QueryPlan.createStatement(QueryTable t) |
protected Statement |
QueryPlan.getStatement(QueryTable t) |
protected Statement |
UpdateQueryPlan.newStatement() |
protected Statement |
VerificationSelectPlan.newStatement() |
protected Statement |
CorrelatedExistSelectPlan.newStatement() |
protected Statement |
SelectQueryPlan.newStatement() |
protected abstract Statement |
QueryPlan.newStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.addSecondaryTableStatement(Statement s) |
Copyright © 2017. All rights reserved.