Class TInsertMappedStatement

Description

TInsertMappedStatement class.

  • author: Wei Zhuo <weizho[at]gmail[dot]com>
  • version: $Id: TInsertMappedStatement.php 2996 2011-06-20 15:24:57Z ctrlaltca@gmail.com $
  • since: 3.1

Located in /Data/SqlMap/Statements/TInsertMappedStatement.php (line 21)

TComponent
   |
   --TMappedStatement
      |
      --TInsertMappedStatement
Method Summary
void executeQueryForList ( $connection,  $parameter, [ $result = null], [ $skip = -1], [ $max = -1])
void executeQueryForMap ( $connection,  $parameter,  $keyProperty, [ $valueProperty = null])
void executeQueryForObject ( $connection,  $parameter, [ $result = null])
void executeUpdate ( $connection,  $parameter)
Methods
executeQueryForList (line 36)
  • access: public
void executeQueryForList ( $connection,  $parameter, [ $result = null], [ $skip = -1], [ $max = -1])
  • $connection
  • $parameter
  • $result
  • $skip
  • $max

Redefinition of:
TMappedStatement::executeQueryForList()
Executes the SQL and retuns a List of result objects.
executeQueryForMap (line 23)
  • access: public
void executeQueryForMap ( $connection,  $parameter,  $keyProperty, [ $valueProperty = null])
  • $connection
  • $parameter
  • $keyProperty
  • $valueProperty

Redefinition of:
TMappedStatement::executeQueryForMap()
Executes the SQL and retuns all rows selected in a map that is keyed on the property named in the keyProperty parameter. The value at each key will be the value of the property specified in the valueProperty parameter.
executeQueryForObject (line 43)
  • access: public
void executeQueryForObject ( $connection,  $parameter, [ $result = null])
  • $connection
  • $parameter
  • $result

Redefinition of:
TMappedStatement::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.
executeUpdate (line 30)
  • access: public
void executeUpdate ( $connection,  $parameter)
  • $connection
  • $parameter

Redefinition of:
TMappedStatement::executeUpdate()
Execute an update statement. Also used for delete statement.

Inherited Methods

Inherited From TMappedStatement

TMappedStatement::__construct()
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()
TMappedStatement::__sleep()
TMappedStatement::__wakeup()

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()
Class Constants

Documentation generated on Mon, 25 Jun 2012 14:38:31 +0200 by phpDocumentor 1.4.3