Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.sql.generator.QueryTable
-
Packages that use QueryTable Package Description com.sun.jdo.spi.persistence.support.sqlstore.sql.generator -
-
Uses of QueryTable in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Fields in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator declared as QueryTable Modifier and Type Field Description QueryTableQueryTable. prevTableMethods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator that return QueryTable Modifier and Type Method Description QueryTableQueryPlan. addQueryTable(TableDesc tableDesc)QueryTableQueryPlan. addQueryTable(org.netbeans.modules.dbschema.TableElement tableElement, ClassDesc persistenceConfig)Identifies a database table which will become part of this query plan.QueryTableQueryPlan. findQueryTable(TableDesc tableDesc)Finds the QueryTable object that this query plan is using to describe the TableDesc indicated by the tableDesc parameter.QueryTableQueryPlan. 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.protected QueryTableStatement. findQueryTable(org.netbeans.modules.dbschema.TableElement tableElement)Matches the table elementtableElementto the corresponding query table from the listtableList.QueryTableColumnRef. getQueryTable()Return the QueryTable associated with this column.Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type QueryTable Modifier and Type Method Description ColumnRefSelectStatement. addColumn(org.netbeans.modules.dbschema.ColumnElement columnElement, QueryTable queryTable)voidStatement. addQueryTable(QueryTable table)protected StatementQueryPlan. addStatement(QueryTable t)voidSelectStatement. appendTableText(StringBuilder text, QueryTable table)voidStatement. appendTableText(StringBuilder text, QueryTable table)protected StatementQueryPlan. createStatement(QueryTable t)protected StatementQueryPlan. getStatement(QueryTable t)protected booleanSelectStatement. isUpdateLockRequired(QueryTable table)Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type QueryTable Constructor Description ColumnRef(org.netbeans.modules.dbschema.ColumnElement columnElement, QueryTable table)
-