| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.sqlstore.model | |
| com.sun.jdo.spi.persistence.support.sqlstore.sql.generator |
| Modifier and Type | Method and Description |
|---|---|
TableDesc |
ClassDesc.findTableDesc(org.netbeans.modules.dbschema.TableElement mdTable) |
TableDesc |
ClassDesc.getPrimaryTable() |
TableDesc |
ReferenceKeyDesc.getTableDesc() |
| Modifier and Type | Method and Description |
|---|---|
int |
ClassDesc.getTableIndex(TableDesc tableDesc) |
| Constructor and Description |
|---|
ReferenceKeyDesc(TableDesc table,
KeyDesc referencingKey,
KeyDesc referencedKey) |
| Modifier and Type | Method and Description |
|---|---|
TableDesc |
QueryTable.getTableDesc() |
| Modifier and Type | Method and Description |
|---|---|
QueryTable |
QueryPlan.addQueryTable(TableDesc tableDesc) |
QueryTable |
QueryPlan.findQueryTable(TableDesc tableDesc)
Finds the QueryTable object that this query plan is using
to describe the TableDesc indicated by the tableDesc parameter.
|
| Constructor and Description |
|---|
QueryTable(TableDesc tableDesc) |
Copyright © 2017. All rights reserved.