Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.sql.generator.Statement
-
Packages that use Statement Package Description com.sun.jdo.spi.persistence.support.sqlstore.sql.generator -
-
Uses of Statement in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Subclasses of Statement in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator Modifier and Type Class Description classSelectOneStatementThis statement checks the existance of a certain row in the database, as no columns are selected.classSelectStatementThis class generates select statements.classUpdateStatementThis class is used to generate update/insert/delete statements.Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator that return Statement Modifier and Type Method Description protected StatementQueryPlan. addStatement(QueryTable t)protected StatementQueryPlan. createStatement(QueryTable t)protected StatementQueryPlan. getStatement(QueryTable t)protected StatementCorrelatedExistSelectPlan. newStatement()protected abstract StatementQueryPlan. newStatement()protected StatementSelectQueryPlan. newStatement()protected StatementUpdateQueryPlan. newStatement()protected StatementVerificationSelectPlan. newStatement()Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type Statement Modifier and Type Method Description voidStatement. addSecondaryTableStatement(Statement s)
-