|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StoreManager in com.triactive.jdo |
Methods in com.triactive.jdo that return StoreManager | |
StoreManager |
StateManager.getStoreManager()
|
StoreManager |
PersistenceManagerImpl.getStoreManager()
|
StoreManager |
PersistenceManager.getStoreManager()
Returns the store manager used for storage by this persistence manager. |
Uses of StoreManager in com.triactive.jdo.state |
Methods in com.triactive.jdo.state that return StoreManager | |
StoreManager |
StateManagerImpl.getStoreManager()
|
Uses of StoreManager in com.triactive.jdo.store |
Methods in com.triactive.jdo.store that return StoreManager | |
static StoreManager |
StoreManager.getInstance(PersistenceManagerFactoryImpl pmf,
java.lang.String userName,
java.lang.String password)
Obtains a store manager instance. |
StoreManager |
StoreManager.MgmtTransaction.getStoreManager()
Returns the store manager that initiated this transaction. |
Methods in com.triactive.jdo.store with parameters of type StoreManager | |
abstract OID |
OIDGenerator.next(StoreManager storeMgr)
Generates the next unique OID value. |
OID |
NondurableOIDGenerator.next(StoreManager storeMgr)
|
OID |
DatastoreOIDGenerator.next(StoreManager storeMgr)
|
Uses of StoreManager in com.triactive.jdo.store.adapter |
Methods in com.triactive.jdo.store.adapter with parameters of type StoreManager | |
QueryStatement |
DatabaseAdapter.newQueryStatement(StoreManager storeMgr,
Table table)
|
QueryStatement |
DatabaseAdapter.newQueryStatement(StoreManager storeMgr,
Table table,
CorrelationName rangeVar)
|
QueryStatement |
DatabaseAdapter.newQueryStatement(StoreManager storeMgr,
Table table,
CorrelationName rangeVar,
QueryStatement subquery)
|
Uses of StoreManager in com.triactive.jdo.store.query |
Fields in com.triactive.jdo.store.query declared as StoreManager | |
protected StoreManager |
Query.storeMgr
|
Methods in com.triactive.jdo.store.query that return StoreManager | |
StoreManager |
Query.getStoreManager()
Get the StoreManager associated with this Query. |
Uses of StoreManager in com.triactive.jdo.store.sql |
Methods in com.triactive.jdo.store.sql with parameters of type StoreManager | |
SchemaName |
SchemaName.fullyQualified(StoreManager storeMgr)
Returns a new schema name object representing this name fully-qualified (if possible) with catalog. |
java.lang.String |
SchemaName.effectiveCatalogName(StoreManager storeMgr)
Returns the effective catalog name for this object. |
QualifiedName |
QualifiedName.fullyQualified(StoreManager storeMgr)
Returns a new qualified name object representing this name fully-qualified (if possible) with catalog and schema. |
java.lang.String |
QualifiedName.effectiveCatalogName(StoreManager storeMgr)
Returns the effective catalog name for this object. |
java.lang.String |
QualifiedName.effectiveSchemaName(StoreManager storeMgr)
Returns the effective schema name for this object. |
Uses of StoreManager in com.triactive.jdo.store.sql.expr |
Fields in com.triactive.jdo.store.sql.expr declared as StoreManager | |
protected StoreManager |
QueryStatement.storeMgr
The associated store manager. |
Methods in com.triactive.jdo.store.sql.expr that return StoreManager | |
StoreManager |
QueryStatement.getStoreManager()
Returns the associated store manager. |
Constructors in com.triactive.jdo.store.sql.expr with parameters of type StoreManager | |
QueryStatement(StoreManager storeMgr,
Table initialTable,
CorrelationName initialRangeVar,
QueryStatement superquery)
Constructs a new query statement. |
Uses of StoreManager in com.triactive.jdo.util |
Methods in com.triactive.jdo.util with parameters of type StoreManager | |
void |
MacroString.IdentifierMacro.resolve(StoreManager storeMgr)
Resolves the identifier macro. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |