| Modifier and Type | Method and Description |
|---|---|
Object |
PersistenceStore.retrieve(PersistenceManager pm,
RetrieveDesc action,
ValueFetcher parameters) |
Object |
SQLStoreManager.retrieve(PersistenceManager pm,
RetrieveDesc action,
ValueFetcher parameters)
The retrieve method builds and executes the SQL query described by
the action parameter.
|
Object |
PersistenceManager.retrieve(RetrieveDesc action,
ValueFetcher parameters)
Executes the given retrieve descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
PersistenceManagerImpl.retrieve(RetrieveDesc action,
ValueFetcher parameters)
Executes the given retrieve descriptor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryValueFetcher
Class wrapping the actual query parameters to make them
accessible through the ValueFetcher interface.
|
| Modifier and Type | Method and Description |
|---|---|
ValueFetcher |
ParameterTable.getValueFetcher()
Wraps the actual parameter array into a ValueFetcher instnace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectStatement.bindInputValues(DBStatement s,
ValueFetcher parameters)
Binds input valus corrsponding to this
Statement object to
database statement s. |
String |
SelectStatement.getFormattedSQLText(ValueFetcher parameters)
Gets formatted sql text corrsponding to this statement object.
|
Copyright © 2019. All rights reserved.