Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.model.TableDesc
-
Packages that use TableDesc Package Description com.sun.jdo.spi.persistence.support.sqlstore.model com.sun.jdo.spi.persistence.support.sqlstore.sql.generator -
-
Uses of TableDesc in com.sun.jdo.spi.persistence.support.sqlstore.model
Methods in com.sun.jdo.spi.persistence.support.sqlstore.model that return TableDesc Modifier and Type Method Description TableDescClassDesc. findTableDesc(org.netbeans.modules.dbschema.TableElement mdTable)TableDescClassDesc. getPrimaryTable()TableDescReferenceKeyDesc. getTableDesc()Methods in com.sun.jdo.spi.persistence.support.sqlstore.model with parameters of type TableDesc Modifier and Type Method Description intClassDesc. getTableIndex(TableDesc tableDesc)Constructors in com.sun.jdo.spi.persistence.support.sqlstore.model with parameters of type TableDesc Constructor Description ReferenceKeyDesc(TableDesc table, KeyDesc referencingKey, KeyDesc referencedKey) -
Uses of TableDesc in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator that return TableDesc Modifier and Type Method Description TableDescQueryTable. getTableDesc()Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type TableDesc Modifier and Type Method Description QueryTableQueryPlan. addQueryTable(TableDesc tableDesc)QueryTableQueryPlan. findQueryTable(TableDesc tableDesc)Finds the QueryTable object that this query plan is using to describe the TableDesc indicated by the tableDesc parameter.Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type TableDesc Constructor Description QueryTable(TableDesc tableDesc)
-