[System.Data.SqlMap.Statements] element index

Package indexes

All elements
a b c e f g h i m o p r s t u _
_
top
__construct
TPreparedStatementFactory::__construct() in TPreparedStatementFactory.php
__construct
TSimpleDynamicSql::__construct() in TSimpleDynamicSql.php
__construct
TPreparedStatement::__construct() in TPreparedStatement.php
__construct
__construct
TMappedStatement::__construct() in TMappedStatement.php
Creates a new mapped statement.
__construct
__construct
TCachingStatement::__construct() in TCachingStatement.php
a
top
add
TSqlMapObjectCollectionTree::add() in TMappedStatement.php
Add a new node to the object tree graph.
addNode
Find the parent node and add the new node as its child.
addResultMapGroupBy
ResultMap with GroupBy property. Save object collection graph in a tree and collect the result later.
applyParameterMap
applyResultMap
TMappedStatement::applyResultMap() in TMappedStatement.php
Apply result mapping.
b
top
buildPreparedStatement
c
top
collect
collectChildren
Visit all the child nodes and collect them by removing.
create
TPreparedCommand::create() in TPreparedCommand.php
createCommand
TCachingStatement::createCommand() in TCachingStatement.php
createParametersForTextCommand
e
top
enquequePostSelect
Add nested result property to post select queue.
executeInsert
TSelectMappedStatement::executeInsert() in TSelectMappedStatement.php
executeInsert
TUpdateMappedStatement::executeInsert() in TUpdateMappedStatement.php
executeInsert
TCachingStatement::executeInsert() in TCachingStatement.php
executeInsert
TMappedStatement::executeInsert() in TMappedStatement.php
Execute an insert statement. Fill the parameter object with the ouput parameters if any, also could return the insert generated key.
executePostSelect
Process 'select' result properties
executeQueryForList
executeQueryForList
TUpdateMappedStatement::executeQueryForList() in TUpdateMappedStatement.php
executeQueryForList
Executes the SQL and retuns a subset of the rows selected.
executeQueryForList
Executes the SQL and retuns a List of result objects.
executeQueryForList
TInsertMappedStatement::executeQueryForList() in TInsertMappedStatement.php
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.
executeQueryForMap
executeQueryForMap
Executes the SQL and retuns all rows selected in a map that is keyed on
executeQueryForMap
TUpdateMappedStatement::executeQueryForMap() in TUpdateMappedStatement.php
executeQueryForMap
TInsertMappedStatement::executeQueryForMap() in TInsertMappedStatement.php
executeQueryForObject
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.
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.
executeQueryForObject
executeQueryForObject
executeSelectKey
TMappedStatement::executeSelectKey() in TMappedStatement.php
Execute the select key statement, used to obtain last insert ID.
executeSQLQueryLimit
Execute SQL Query with limits.
executeUpdate
TInsertMappedStatement::executeUpdate() in TInsertMappedStatement.php
executeUpdate
TCachingStatement::executeUpdate() in TCachingStatement.php
executeUpdate
TSelectMappedStatement::executeUpdate() in TSelectMappedStatement.php
executeUpdate
TMappedStatement::executeUpdate() in TMappedStatement.php
Execute an update statement. Also used for delete statement.
executeUpdate
IMappedStatement::executeUpdate() in IMappedStatement.php
Execute an update statement. Also used for delete statement. Return the number of row effected.
f
top
fillArrayResultMap
Retrieve the result map as an array.
fillDefaultResultMap
Fill the result map using default settings. If <tt>$resultMap</tt> is null the result object returned will be guessed from <tt>$resultObject</tt>.
fillPropertyWithResultMap
Fills the property with result mapping results.
fillResultArrayList
Apply the result to a TList or an array.
fillResultClass
TMappedStatement::fillResultClass() in TMappedStatement.php
Fill the result using ResultClass, will creates new result object if required.
fillResultMap
TMappedStatement::fillResultMap() in TMappedStatement.php
Fills the result object according to result mappings.
fillResultObjectProperty
Apply the result to an object.
g
top
getCacheKey
TCachingStatement::getCacheKey() in TCachingStatement.php
getCollection
getCommand
TMappedStatement::getCommand() in TMappedStatement.php
getGenerate
TSqlMapSelect::getGenerate() in TSqlMapStatement.php
getID
IMappedStatement::getID() in IMappedStatement.php
getID
TCachingStatement::getID() in TCachingStatement.php
getID
TMappedStatement::getID() in TMappedStatement.php
getKey
TResultSetMapItemParameter::getKey() in TMappedStatement.php
getKeys
TPostSelectBinding::getKeys() in TMappedStatement.php
getList
getManager
IMappedStatement::getManager() in IMappedStatement.php
getManager
TCachingStatement::getManager() in TCachingStatement.php
getManager
TMappedStatement::getManager() in TMappedStatement.php
getMap
TResultSetMapItemParameter::getMap() in TMappedStatement.php
getMethod
TPostSelectBinding::getMethod() in TMappedStatement.php
getParameter
getParameter
getParameterNames
TPreparedStatement::getParameterNames() in TPreparedStatement.php
getParameterValues
getPostGeneratedSelectKey
Gets the inserted row ID after executing an insert statement.
getPostSelectKeys
Finds in the post select property the SQL statement primary selection keys.
getPreGeneratedSelectKey
Gets the insert generated ID before executing an insert statement.
getPreparedSql
TPreparedStatement::getPreparedSql() in TPreparedStatement.php
getPreparedStatement
getPreparedStatement
getResult
getResultMapGroupKey
Gets the result 'group by' groupping key for each row.
getResultObject
getResultProperty
getScalarResult
TMappedStatement::getScalarResult() in TMappedStatement.php
Converts the first array value to scalar value of given type.
getSqlString
TMappedStatement::getSqlString() in TMappedStatement.php
getStatement
TMappedStatement::getStatement() in TMappedStatement.php
getStatement
TCachingStatement::getStatement() in TCachingStatement.php
getStatement
IMappedStatement::getStatement() in IMappedStatement.php
getStatement
TPostSelectBinding::getStatement() in TMappedStatement.php
getValue
h
top
hasChildren
i
top
IMappedStatement.php
IMappedStatement.php in IMappedStatement.php
IMappedStatement
IMappedStatement in IMappedStatement.php
Interface for all mapping statements.
initialGroupByResults
Empty the group by results cache.
isEmpty
m
top
mapDynamicParameter
o
top
onChildNodesVisited
Set the object properties for all the child nodes visited.
onExecuteQuery
TMappedStatement::onExecuteQuery() in TMappedStatement.php
Raise the execute query event.
p
top
prepare
TPreparedStatementFactory::prepare() in TPreparedStatementFactory.php
r
top
raiseRowDelegate
TMappedStatement::raiseRowDelegate() in TMappedStatement.php
Raises delegate handler.
runQueryForList
TMappedStatement::runQueryForList() in TMappedStatement.php
Executes the SQL and retuns a List of result objects.
runQueryForMap
TMappedStatement::runQueryForMap() in TMappedStatement.php
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.
runQueryForObject
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.
s
top
setGenerate
TSqlMapSelect::setGenerate() in TSqlMapStatement.php
setKeys
TPostSelectBinding::setKeys() in TMappedStatement.php
setMethod
TPostSelectBinding::setMethod() in TMappedStatement.php
setObjectProperty
Set a property of the result object with appropriate value.
setParameterNames
TPreparedStatement::setParameterNames() in TPreparedStatement.php
setParameterValues
setPreparedSql
TPreparedStatement::setPreparedSql() in TPreparedStatement.php
setResultObject
setResultProperty
setStatement
TPostSelectBinding::setStatement() in TMappedStatement.php
t
top
TCachingStatement.php
TCachingStatement.php in TCachingStatement.php
TDeleteMappedStatement.php
TDeleteMappedStatement.php in TDeleteMappedStatement.php
TInsertMappedStatement.php
TInsertMappedStatement.php in TInsertMappedStatement.php
TMappedStatement.php
TMappedStatement.php in TMappedStatement.php
TPreparedCommand.php
TPreparedCommand.php in TPreparedCommand.php
TPreparedStatementFactory.php
TPreparedStatementFactory.php in TPreparedStatementFactory.php
TPreparedStatement.php
TPreparedStatement.php in TPreparedStatement.php
TSelectMappedStatement.php
TSelectMappedStatement.php in TSelectMappedStatement.php
TSimpleDynamicSql.php
TSimpleDynamicSql.php in TSimpleDynamicSql.php
TStaticSql.php
TStaticSql.php in TStaticSql.php
TUpdateMappedStatement.php
TUpdateMappedStatement.php in TUpdateMappedStatement.php
TCachingStatement
TCachingStatement in TCachingStatement.php
TCacheingStatement class.
TDeleteMappedStatement
TDeleteMappedStatement in TDeleteMappedStatement.php
TDeleteMappedStatement class.
TInsertMappedStatement
TInsertMappedStatement in TInsertMappedStatement.php
TInsertMappedStatement class.
TMappedStatement
TMappedStatement in TMappedStatement.php
TMappedStatement class executes SQL mapped statements. Mapped Statements can hold any SQL statement and use Parameter Maps and Result Maps for input and output.
TPostSelectBinding
TPostSelectBinding in TMappedStatement.php
TPostSelectBinding class.
TPreparedCommand
TPreparedCommand in TPreparedCommand.php
TPreparedCommand class.
TPreparedStatement
TPreparedStatement in TPreparedStatement.php
TpreparedStatement class.
TPreparedStatementFactory
TPreparedStatementFactory in TPreparedStatementFactory.php
TPreparedStatementFactory class.
TResultSetListItemParameter
TResultSetListItemParameter in TMappedStatement.php
TResultSetListItemParameter class
TResultSetMapItemParameter
TResultSetMapItemParameter in TMappedStatement.php
TResultSetMapItemParameter class.
TSelectMappedStatement
TSelectMappedStatement in TSelectMappedStatement.php
TSelectMappedStatment class.
TSimpleDynamicSql
TSimpleDynamicSql in TSimpleDynamicSql.php
TSimpleDynamicSql class.
TSqlMapObjectCollectionTree
TSqlMapObjectCollectionTree in TMappedStatement.php
TSQLMapObjectCollectionTree class.
TSqlMapSelect
TSqlMapSelect in TSqlMapStatement.php
TSqlMapSelect class file.
TStaticSql
TStaticSql in TStaticSql.php
TStaticSql class.
TUpdateMappedStatement
TUpdateMappedStatement in TUpdateMappedStatement.php
TUpdateMappedStatement class.
u
top
QUERY_FOR_ARRAY
TMappedStatement::QUERY_FOR_ARRAY in TMappedStatement.php
QUERY_FOR_LIST
TMappedStatement::QUERY_FOR_LIST in TMappedStatement.php
QUERY_FOR_OBJECT
TMappedStatement::QUERY_FOR_OBJECT in TMappedStatement.php
a b c e f g h i m o p r s t u _