Class TInsertMappedStatement
TInsertMappedStatement class.
| Method Summary |
|
void
|
executeQueryForList
( mixed $connection, mixed $parameter, mixed $result, mixed $skip, mixed $max)
|
|
void
|
executeQueryForMap
( mixed $connection, mixed $parameter, mixed $keyProperty, mixed $valueProperty)
|
|
void
|
|
|
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 |
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 |
|
executeUpdate
| public void executeUpdate |
(mixed $connection , mixed $parameter ) |
| Input |
| mixed | $connection | |
| mixed | $parameter | |
| Output |
| Exception |
|
|