void
createCommand
( $connection, $parameter, [ $skip = null], [ $max = null])
-
$connection
-
$parameter
-
$skip
-
$max
void
executeInsert
( $connection, $parameter)
void
executeQueryForList
( $connection, $parameter, [ $result = null], [ $skip = -1], [ $max = -1], [ $delegate = null])
-
$connection
-
$parameter
-
$result
-
$skip
-
$max
-
$delegate
Implementation of:
- IMappedStatement::executeQueryForList()
- Executes the SQL and retuns a subset of the rows selected.
void
executeQueryForMap
( $connection, $parameter, $keyProperty, [ $valueProperty = null], [ $skip = -1], [ $max = -1], [ $delegate = null])
-
$connection
-
$parameter
-
$keyProperty
-
$valueProperty
-
$skip
-
$max
-
$delegate
Implementation of:
- IMappedStatement::executeQueryForMap()
- Executes the SQL and retuns all rows selected in a map that is keyed on
void
executeQueryForObject
( $connection, $parameter, [ $result = null])
-
$connection
-
$parameter
-
$result
Implementation of:
- IMappedStatement::executeQueryForObject()
- Executes an SQL statement that returns a single row as an object of the type of the <tt>$result</tt> passed in as a parameter.
void
executeUpdate
( $connection, $parameter)
Implementation of:
- IMappedStatement::executeUpdate()
- Execute an update statement. Also used for delete statement. Return the number of row effected.
void
getCacheKey
( $object)
Inherited 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::__call()
TComponent::__get()
TComponent::__set()
TComponent::__sleep()
TComponent::__wakeup()