Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.sql.UpdateObjectDescImpl
-
Packages that use UpdateObjectDescImpl Package Description com.sun.jdo.spi.persistence.support.sqlstore.model com.sun.jdo.spi.persistence.support.sqlstore.sql.generator -
-
Uses of UpdateObjectDescImpl in com.sun.jdo.spi.persistence.support.sqlstore.model
Methods in com.sun.jdo.spi.persistence.support.sqlstore.model with parameters of type UpdateObjectDescImpl Modifier and Type Method Description UpdateQueryPlanClassDesc. getUpdateQueryPlan(UpdateObjectDescImpl desc, SQLStoreManager store)Retrieves the update query plan for the specified descriptor. -
Uses of UpdateObjectDescImpl in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type UpdateObjectDescImpl Modifier and Type Method Description voidUpdateStatement. bindInputColumns(DBStatement s, UpdateObjectDescImpl updateDesc)StringUpdateStatement. getFormattedSQLText(UpdateObjectDescImpl updateDesc)Gets formatted sql text corrsponding to this statement object.
-