Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.sql.generator.DBStatement
-
Packages that use DBStatement Package Description com.sun.jdo.spi.persistence.support.sqlstore.sql.generator -
-
Uses of DBStatement in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator that return DBStatement Modifier and Type Method Description DBStatementUpdateStatement. getDBStatement(Transaction tran, Connection conn)Returns the cached db statement for the specified connection.DBStatementUpdateStatement. removeDBStatement(Transaction tran)Removes the db statement for the specified connection from the cache and closes this statement.Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type DBStatement Modifier and Type Method Description voidUpdateStatement. bindInputColumns(DBStatement s, UpdateObjectDescImpl updateDesc)voidSelectStatement. bindInputValues(DBStatement s, ValueFetcher parameters)Binds input valus corrsponding to thisStatementobject to database statement s.voidStatement. bindInputValues(DBStatement s)Binds input valus corrsponding to thisStatementobject to database statement s.
-