Uses of Interface
com.sun.jdo.spi.persistence.support.sqlstore.ValueFetcher
-
-
Uses of ValueFetcher in com.sun.jdo.spi.persistence.support.sqlstore
Methods in com.sun.jdo.spi.persistence.support.sqlstore with parameters of type ValueFetcher Modifier and Type Method Description ObjectPersistenceManager. retrieve(RetrieveDesc action, ValueFetcher parameters)Executes the given retrieve descriptor.ObjectPersistenceStore. retrieve(PersistenceManager pm, RetrieveDesc action, ValueFetcher parameters)ObjectSQLStoreManager. retrieve(PersistenceManager pm, RetrieveDesc action, ValueFetcher parameters)The retrieve method builds and executes the SQL query described by the action parameter. -
Uses of ValueFetcher in com.sun.jdo.spi.persistence.support.sqlstore.impl
Methods in com.sun.jdo.spi.persistence.support.sqlstore.impl with parameters of type ValueFetcher Modifier and Type Method Description ObjectPersistenceManagerImpl. retrieve(RetrieveDesc action, ValueFetcher parameters)Executes the given retrieve descriptor. -
Uses of ValueFetcher in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc
Classes in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc that implement ValueFetcher Modifier and Type Class Description classQueryValueFetcherClass wrapping the actual query parameters to make them accessible through the ValueFetcher interface.Methods in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc that return ValueFetcher Modifier and Type Method Description ValueFetcherParameterTable. getValueFetcher()Wraps the actual parameter array into a ValueFetcher instnace. -
Uses of ValueFetcher 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 ValueFetcher Modifier and Type Method Description voidSelectStatement. bindInputValues(DBStatement s, ValueFetcher parameters)Binds input valus corrsponding to thisStatementobject to database statement s.StringSelectStatement. getFormattedSQLText(ValueFetcher parameters)Gets formatted sql text corrsponding to this statement object.
-