| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.sqlstore.sql.generator |
| Modifier and Type | Field and Description |
|---|---|
QueryTable |
QueryTable.prevTable |
| Modifier and Type | Method and Description |
|---|---|
QueryTable |
QueryPlan.addQueryTable(TableDesc tableDesc) |
QueryTable |
QueryPlan.addQueryTable(org.netbeans.modules.dbschema.TableElement tableElement,
ClassDesc persistenceConfig)
Identifies a database table which will become part of this
query plan.
|
QueryTable |
QueryPlan.findQueryTable(TableDesc tableDesc)
Finds the QueryTable object that this query plan is using
to describe the TableDesc indicated by the tableDesc parameter.
|
protected QueryTable |
Statement.findQueryTable(org.netbeans.modules.dbschema.TableElement tableElement)
Matches the table element
tableElement to the
corresponding query table from the list tableList. |
QueryTable |
QueryPlan.findQueryTable(org.netbeans.modules.dbschema.TableElement tableElement)
Finds the QueryTable object that this query plan is using
to describe the TableElement indicated by the tableElement parameter.
|
QueryTable |
ColumnRef.getQueryTable()
Return the QueryTable associated with this column.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnRef |
SelectStatement.addColumn(org.netbeans.modules.dbschema.ColumnElement columnElement,
QueryTable queryTable) |
void |
Statement.addQueryTable(QueryTable table) |
protected Statement |
QueryPlan.addStatement(QueryTable t) |
void |
SelectStatement.appendTableText(StringBuffer text,
QueryTable table) |
void |
Statement.appendTableText(StringBuffer text,
QueryTable table) |
protected Statement |
QueryPlan.createStatement(QueryTable t) |
protected Statement |
QueryPlan.getStatement(QueryTable t) |
protected boolean |
SelectStatement.isUpdateLockRequired(QueryTable table) |
| Constructor and Description |
|---|
ColumnRef(org.netbeans.modules.dbschema.ColumnElement columnElement,
QueryTable table) |
Copyright © 2017. All rights reserved.