Class TCachingStatement
TCacheingStatement class.
| Constructor Summary |
| public |
|
| Method Summary |
|
protected
void
|
createCommand
( mixed $connection, mixed $parameter, mixed $skip, mixed $max)
|
|
void
|
|
|
void
|
executeQueryForList
( mixed $connection, mixed $parameter, mixed $result, mixed $skip, mixed $max, mixed $delegate)
|
|
void
|
executeQueryForMap
( mixed $connection, mixed $parameter, mixed $keyProperty, mixed $valueProperty, mixed $skip, mixed $max, mixed $delegate)
|
|
void
|
|
|
void
|
|
|
protected
void
|
|
|
void
|
|
|
void
|
|
|
void
|
|
| Methods Inherited From TComponent |
|
TComponent::addParsedObject(), TComponent::attachEventHandler(), TComponent::canGetProperty(), TComponent::canSetProperty(), TComponent::createdOnTemplate(), TComponent::detachEventHandler(), TComponent::evaluateExpression(), TComponent::evaluateStatements(), TComponent::getEventHandlers(), TComponent::getSubProperty(), TComponent::hasEvent(), TComponent::hasEventHandler(), TComponent::hasProperty(), TComponent::raiseEvent(), TComponent::setSubProperty(), TComponent::__get(), TComponent::__set()
|
| Constructor Details |
__construct
|
| Method Details |
createCommand
| protected void createCommand |
(mixed $connection , mixed $parameter , mixed $skip , mixed $max ) |
| Input |
| mixed | $connection | |
| mixed | $parameter | |
| mixed | $skip | |
| mixed | $max | |
| Output |
| Exception |
|
executeInsert
| public void executeInsert |
(mixed $connection , mixed $parameter ) |
| Input |
| mixed | $connection | |
| mixed | $parameter | |
| Output |
| Exception |
|
executeQueryForList
| public void executeQueryForList |
(mixed $connection , mixed $parameter , mixed $result , mixed $skip , mixed $max , mixed $delegate ) |
| Input |
| mixed | $connection | |
| mixed | $parameter | |
| mixed | $result | |
| mixed | $skip | |
| mixed | $max | |
| mixed | $delegate | |
| Output |
| Exception |
|
executeQueryForMap
| public void executeQueryForMap |
(mixed $connection , mixed $parameter , mixed $keyProperty , mixed $valueProperty , mixed $skip , mixed $max , mixed $delegate ) |
| Input |
| mixed | $connection | |
| mixed | $parameter | |
| mixed | $keyProperty | |
| mixed | $valueProperty | |
| mixed | $skip | |
| mixed | $max | |
| mixed | $delegate | |
| Output |
| Exception |
|
executeQueryForObject
| public void executeQueryForObject |
(mixed $connection , mixed $parameter , mixed $result ) |
| Input |
| mixed | $connection | |
| mixed | $parameter | |
| mixed | $result | |
| Output |
| Exception |
|
executeUpdate
| public void executeUpdate |
(mixed $connection , mixed $parameter ) |
| Input |
| mixed | $connection | |
| mixed | $parameter | |
| Output |
| Exception |
|
getCacheKey
| protected void getCacheKey |
(mixed $object ) |
| Input |
| mixed | $object | |
| Output |
| Exception |
|
getID
|
getManager
| public void getManager |
() |
|
getStatement
| public void getStatement |
() |
|
|