Class TUpdateMappedStatement
Direct Known Sub-classes:
TUpdateMappedStatement class.
Method Summary |
void
|
|
void
|
executeQueryForList
( mixed $connection, mixed $parameter, mixed $result, mixed $skip, mixed $max)
|
void
|
executeQueryForMap
( mixed $connection, mixed $parameter, mixed $keyProperty, mixed $valueProperty)
|
void
|
|
Methods Inherited From TMappedStatement |
TMappedStatement::addResultMapGroupBy(), TMappedStatement::applyResultMap(), TMappedStatement::enquequePostSelect(), TMappedStatement::executeInsert(), TMappedStatement::executePostSelect(), TMappedStatement::executeQueryForList(), TMappedStatement::executeQueryForMap(), TMappedStatement::executeQueryForObject(), TMappedStatement::executeSelectKey(), TMappedStatement::executeSQLQueryLimit(), TMappedStatement::executeUpdate(), TMappedStatement::fillArrayResultMap(), TMappedStatement::fillDefaultResultMap(), TMappedStatement::fillPropertyWithResultMap(), TMappedStatement::fillResultArrayList(), TMappedStatement::fillResultClass(), TMappedStatement::fillResultMap(), TMappedStatement::fillResultObjectProperty(), TMappedStatement::getCommand(), TMappedStatement::getID(), TMappedStatement::getManager(), TMappedStatement::getPostGeneratedSelectKey(), TMappedStatement::getPostSelectKeys(), TMappedStatement::getPreGeneratedSelectKey(), TMappedStatement::getResultMapGroupKey(), TMappedStatement::getScalarResult(), TMappedStatement::getSqlString(), TMappedStatement::getStatement(), TMappedStatement::initialGroupByResults(), TMappedStatement::onExecuteQuery(), TMappedStatement::raiseRowDelegate(), TMappedStatement::runQueryForList(), TMappedStatement::runQueryForMap(), TMappedStatement::runQueryForObject(), TMappedStatement::setObjectProperty()
|
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()
|
Method Details |
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 ) |
Input |
mixed | $connection | |
mixed | $parameter | |
mixed | $result | |
mixed | $skip | |
mixed | $max | |
Output |
Exception |
|
executeQueryForMap
public void executeQueryForMap |
(mixed $connection , mixed $parameter , mixed $keyProperty , mixed $valueProperty ) |
Input |
mixed | $connection | |
mixed | $parameter | |
mixed | $keyProperty | |
mixed | $valueProperty | |
Output |
Exception |
|
executeQueryForObject
public void executeQueryForObject |
(mixed $connection , mixed $parameter , mixed $result ) |
Input |
mixed | $connection | |
mixed | $parameter | |
mixed | $result | |
Output |
Exception |
|
|