Element index for package System.Data.SqlMap.Statements
[ a ]
[ b ]
[ c ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ _ ]
top
top
top
top
e
- enquequePostSelect
- in file TMappedStatement.php, method TMappedStatement::enquequePostSelect()
Add nested result property to post select queue.
- executeInsert
- in file TSelectMappedStatement.php, method TSelectMappedStatement::executeInsert()
- executeInsert
- in file TUpdateMappedStatement.php, method TUpdateMappedStatement::executeInsert()
- executeInsert
- in file TCachingStatement.php, method TCachingStatement::executeInsert()
- executeInsert
- in file TMappedStatement.php, method TMappedStatement::executeInsert()
Execute an insert statement. Fill the parameter object with the ouput parameters if any, also could return the insert generated key.
- executePostSelect
- in file TMappedStatement.php, method TMappedStatement::executePostSelect()
Process 'select' result properties
- executeQueryForList
- in file TCachingStatement.php, method TCachingStatement::executeQueryForList()
- executeQueryForList
- in file TUpdateMappedStatement.php, method TUpdateMappedStatement::executeQueryForList()
- executeQueryForList
- in file IMappedStatement.php, method IMappedStatement::executeQueryForList()
Executes the SQL and retuns a subset of the rows selected.
- executeQueryForList
- in file TMappedStatement.php, method TMappedStatement::executeQueryForList()
Executes the SQL and retuns a List of result objects.
- executeQueryForList
- in file TInsertMappedStatement.php, method TInsertMappedStatement::executeQueryForList()
- executeQueryForMap
- in file TMappedStatement.php, method 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.
- executeQueryForMap
- in file TCachingStatement.php, method TCachingStatement::executeQueryForMap()
- executeQueryForMap
- in file IMappedStatement.php, method IMappedStatement::executeQueryForMap()
Executes the SQL and retuns all rows selected in a map that is keyed on
- executeQueryForMap
- in file TUpdateMappedStatement.php, method TUpdateMappedStatement::executeQueryForMap()
- executeQueryForMap
- in file TInsertMappedStatement.php, method TInsertMappedStatement::executeQueryForMap()
- executeQueryForObject
- in file TUpdateMappedStatement.php, method TUpdateMappedStatement::executeQueryForObject()
- executeQueryForObject
- in file IMappedStatement.php, method 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.
- executeQueryForObject
- in file TMappedStatement.php, method 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.
- executeQueryForObject
- in file TCachingStatement.php, method TCachingStatement::executeQueryForObject()
- executeQueryForObject
- in file TInsertMappedStatement.php, method TInsertMappedStatement::executeQueryForObject()
- executeSelectKey
- in file TMappedStatement.php, method TMappedStatement::executeSelectKey()
Execute the select key statement, used to obtain last insert ID.
- executeSQLQueryLimit
- in file TMappedStatement.php, method TMappedStatement::executeSQLQueryLimit()
Execute SQL Query with limits.
- executeUpdate
- in file TInsertMappedStatement.php, method TInsertMappedStatement::executeUpdate()
- executeUpdate
- in file TCachingStatement.php, method TCachingStatement::executeUpdate()
- executeUpdate
- in file TSelectMappedStatement.php, method TSelectMappedStatement::executeUpdate()
- executeUpdate
- in file TMappedStatement.php, method TMappedStatement::executeUpdate()
Execute an update statement. Also used for delete statement.
- executeUpdate
- in file IMappedStatement.php, method IMappedStatement::executeUpdate()
Execute an update statement. Also used for delete statement. Return the number of row effected.
top
top
g
- getCacheKey
- in file TCachingStatement.php, method TCachingStatement::getCacheKey()
- getCollection
- in file TMappedStatement.php, method TSqlMapObjectCollectionTree::getCollection()
- getCommand
- in file TMappedStatement.php, method TMappedStatement::getCommand()
- getGenerate
- in file TSqlMapStatement.php, method TSqlMapSelect::getGenerate()
- getID
- in file IMappedStatement.php, method IMappedStatement::getID()
- getID
- in file TCachingStatement.php, method TCachingStatement::getID()
- getID
- in file TMappedStatement.php, method TMappedStatement::getID()
- getKey
- in file TMappedStatement.php, method TResultSetMapItemParameter::getKey()
- getKeys
- in file TMappedStatement.php, method TPostSelectBinding::getKeys()
- getList
- in file TMappedStatement.php, method TResultSetListItemParameter::getList()
- getManager
- in file TCachingStatement.php, method TCachingStatement::getManager()
- getManager
- in file TMappedStatement.php, method TMappedStatement::getManager()
- getManager
- in file IMappedStatement.php, method IMappedStatement::getManager()
- getMap
- in file TMappedStatement.php, method TResultSetMapItemParameter::getMap()
- getMethod
- in file TMappedStatement.php, method TPostSelectBinding::getMethod()
- getParameter
- in file TMappedStatement.php, method TResultSetListItemParameter::getParameter()
- getParameter
- in file TMappedStatement.php, method TResultSetMapItemParameter::getParameter()
- getParameterNames
- in file TPreparedStatement.php, method TPreparedStatement::getParameterNames()
- getParameterValues
- in file TPreparedStatement.php, method TPreparedStatement::getParameterValues()
- getPostGeneratedSelectKey
- in file TMappedStatement.php, method TMappedStatement::getPostGeneratedSelectKey()
Gets the inserted row ID after executing an insert statement.
- getPostSelectKeys
- in file TMappedStatement.php, method TMappedStatement::getPostSelectKeys()
Finds in the post select property the SQL statement primary selection keys.
- getPreGeneratedSelectKey
- in file TMappedStatement.php, method TMappedStatement::getPreGeneratedSelectKey()
Gets the insert generated ID before executing an insert statement.
- getPreparedSql
- in file TPreparedStatement.php, method TPreparedStatement::getPreparedSql()
- getPreparedStatement
- in file TStaticSql.php, method TStaticSql::getPreparedStatement()
- getResult
- in file TMappedStatement.php, method TResultSetListItemParameter::getResult()
- getResultMapGroupKey
- in file TMappedStatement.php, method TMappedStatement::getResultMapGroupKey()
Gets the result 'group by' groupping key for each row.
- getResultObject
- in file TMappedStatement.php, method TPostSelectBinding::getResultObject()
- getResultProperty
- in file TMappedStatement.php, method TPostSelectBinding::getResultProperty()
- getScalarResult
- in file TMappedStatement.php, method TMappedStatement::getScalarResult()
Converts the first array value to scalar value of given type.
- getSqlString
- in file TMappedStatement.php, method TMappedStatement::getSqlString()
- getStatement
- in file TMappedStatement.php, method TPostSelectBinding::getStatement()
- getStatement
- in file TCachingStatement.php, method TCachingStatement::getStatement()
- getStatement
- in file IMappedStatement.php, method IMappedStatement::getStatement()
- getStatement
- in file TMappedStatement.php, method TMappedStatement::getStatement()
- getValue
- in file TMappedStatement.php, method TResultSetMapItemParameter::getValue()
top
top
top
top
top
top
s
- setGenerate
- in file TSqlMapStatement.php, method TSqlMapSelect::setGenerate()
- setKeys
- in file TMappedStatement.php, method TPostSelectBinding::setKeys()
- setMethod
- in file TMappedStatement.php, method TPostSelectBinding::setMethod()
- setObjectProperty
- in file TMappedStatement.php, method TMappedStatement::setObjectProperty()
Set a property of the result object with appropriate value.
- setParameterNames
- in file TPreparedStatement.php, method TPreparedStatement::setParameterNames()
- setParameterValues
- in file TPreparedStatement.php, method TPreparedStatement::setParameterValues()
- setPreparedSql
- in file TPreparedStatement.php, method TPreparedStatement::setPreparedSql()
- setResultObject
- in file TMappedStatement.php, method TPostSelectBinding::setResultObject()
- setResultProperty
- in file TMappedStatement.php, method TPostSelectBinding::setResultProperty()
- setStatement
- in file TMappedStatement.php, method TPostSelectBinding::setStatement()
top
t
- TCachingStatement.php
- procedural page TCachingStatement.php
- TDeleteMappedStatement.php
- procedural page TDeleteMappedStatement.php
- TInsertMappedStatement.php
- procedural page TInsertMappedStatement.php
- TMappedStatement.php
- procedural page TMappedStatement.php
- TPreparedCommand.php
- procedural page TPreparedCommand.php
- TPreparedStatementFactory.php
- procedural page TPreparedStatementFactory.php
- TPreparedStatement.php
- procedural page TPreparedStatement.php
- TSelectMappedStatement.php
- procedural page TSelectMappedStatement.php
- TSimpleDynamicSql.php
- procedural page TSimpleDynamicSql.php
- TStaticSql.php
- procedural page TStaticSql.php
- TUpdateMappedStatement.php
- procedural page TUpdateMappedStatement.php
- TCachingStatement
- in file TCachingStatement.php, class TCachingStatement
TCacheingStatement class.
- TDeleteMappedStatement
- in file TDeleteMappedStatement.php, class TDeleteMappedStatement
TDeleteMappedStatement class.
- TInsertMappedStatement
- in file TInsertMappedStatement.php, class TInsertMappedStatement
TInsertMappedStatement class.
- TMappedStatement
- in file TMappedStatement.php, class TMappedStatement
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
- in file TMappedStatement.php, class TPostSelectBinding
TPostSelectBinding class.
- TPreparedCommand
- in file TPreparedCommand.php, class TPreparedCommand
TPreparedCommand class.
- TPreparedStatement
- in file TPreparedStatement.php, class TPreparedStatement
TpreparedStatement class.
- TPreparedStatementFactory
- in file TPreparedStatementFactory.php, class TPreparedStatementFactory
TPreparedStatementFactory class.
- TResultSetListItemParameter
- in file TMappedStatement.php, class TResultSetListItemParameter
TResultSetListItemParameter class
- TResultSetMapItemParameter
- in file TMappedStatement.php, class TResultSetMapItemParameter
TResultSetMapItemParameter class.
- TSelectMappedStatement
- in file TSelectMappedStatement.php, class TSelectMappedStatement
TSelectMappedStatment class.
- TSimpleDynamicSql
- in file TSimpleDynamicSql.php, class TSimpleDynamicSql
TSimpleDynamicSql class.
- TSqlMapObjectCollectionTree
- in file TMappedStatement.php, class TSqlMapObjectCollectionTree
TSQLMapObjectCollectionTree class.
- TSqlMapSelect
- in file TSqlMapStatement.php, class TSqlMapSelect
TSqlMapSelect class file.
- TStaticSql
- in file TStaticSql.php, class TStaticSql
TStaticSql class.
- TUpdateMappedStatement
- in file TUpdateMappedStatement.php, class TUpdateMappedStatement
TUpdateMappedStatement class.
top
top
|