Element index for package creole.common
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ l ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ _ ]
top
top
top
top
top
e
- escape
- in file PreparedStatementCommon.php, method PreparedStatementCommon::escape()
Escapes special characters (usu. quotes) using native driver function.
- execute
- in file StatementCommon.php, method StatementCommon::execute()
Generic execute() function has to check to see whether SQL is an update or select query.
- executeQuery
- in file PreparedStatementCommon.php, method PreparedStatementCommon::executeQuery()
Executes the SQL query in this PreparedStatement object and returns the resultset generated by the query.
- executeQuery
- in file StatementCommon.php, method StatementCommon::executeQuery()
Executes the SQL query in this PreparedStatement object and returns the resultset generated by the query.
- executeUpdate
- in file StatementCommon.php, method StatementCommon::executeUpdate()
Executes the SQL INSERT, UPDATE, or DELETE statement in this PreparedStatement object.
- executeUpdate
- in file PreparedStatementCommon.php, method PreparedStatementCommon::executeUpdate()
Executes the SQL INSERT, UPDATE, or DELETE statement in this PreparedStatement object.
top
top
g
- get
- in file ResultSetCommon.php, method ResultSetCommon::get()
- getArray
- in file ResultSetCommon.php, method ResultSetCommon::getArray()
- getAutoCommit
- in file ConnectionCommon.php, method ConnectionCommon::getAutoCommit()
Get auto-commit status.
- getBlob
- in file ResultSetCommon.php, method ResultSetCommon::getBlob()
- getBoolean
- in file ResultSetCommon.php, method ResultSetCommon::getBoolean()
- getClob
- in file ResultSetCommon.php, method ResultSetCommon::getClob()
- getConnection
- in file StatementCommon.php, method StatementCommon::getConnection()
Gets the db Connection that created this statement.
- getConnection
- in file PreparedStatementCommon.php, method PreparedStatementCommon::getConnection()
- getCursorPos
- in file ResultSetCommon.php, method ResultSetCommon::getCursorPos()
- getDate
- in file ResultSetCommon.php, method ResultSetCommon::getDate()
- getDSN
- in file ConnectionCommon.php, method ConnectionCommon::getDSN()
- getFetchmode
- in file ResultSetCommon.php, method ResultSetCommon::getFetchmode()
- getFlags
- in file ConnectionCommon.php, method ConnectionCommon::getFlags()
- getFloat
- in file ResultSetCommon.php, method ResultSetCommon::getFloat()
- getInt
- in file ResultSetCommon.php, method ResultSetCommon::getInt()
- getIterator
- in file ResultSetCommon.php, method ResultSetCommon::getIterator()
- getLimit
- in file StatementCommon.php, method StatementCommon::getLimit()
Returns the maximum number of rows to return or 0 for all.
- getLimit
- in file PreparedStatementCommon.php, method PreparedStatementCommon::getLimit()
- getMoreResults
- in file PreparedStatementCommon.php, method PreparedStatementCommon::getMoreResults()
- getMoreResults
- in file StatementCommon.php, method StatementCommon::getMoreResults()
Gets next result set (if this behavior is supported by driver).
- getOffset
- in file PreparedStatementCommon.php, method PreparedStatementCommon::getOffset()
- getOffset
- in file StatementCommon.php, method StatementCommon::getOffset()
Returns the start row.
- getResource
- in file ConnectionCommon.php, method ConnectionCommon::getResource()
- getResource
- in file PreparedStatementCommon.php, method PreparedStatementCommon::getResource()
Statement resources do not exist for emulated prepared statements, so this just returns .
- getResource
- in file ResultSetCommon.php, method ResultSetCommon::getResource()
- getResultSet
- in file PreparedStatementCommon.php, method PreparedStatementCommon::getResultSet()
- getResultSet
- in file StatementCommon.php, method StatementCommon::getResultSet()
Get result set.
- getRow
- in file ResultSetCommon.php, method ResultSetCommon::getRow()
- getString
- in file ResultSetCommon.php, method ResultSetCommon::getString()
- getTime
- in file ResultSetCommon.php, method ResultSetCommon::getTime()
- getTimestamp
- in file ResultSetCommon.php, method ResultSetCommon::getTimestamp()
- getUpdateCount
- in file StatementCommon.php, method StatementCommon::getUpdateCount()
Get update count.
- getUpdateCount
- in file PreparedStatementCommon.php, method PreparedStatementCommon::getUpdateCount()
top
top
top
top
top
top
s
- $sql
- in file PreparedStatementCommon.php, variable PreparedStatementCommon::$sql
The SQL this class operates on.
- $stmt
- in file StatementCommon.php, variable StatementCommon::$stmt
The prepared statement resource id.
- StatementCommon.php
- procedural page StatementCommon.php
- set
- in file PreparedStatementCommon.php, method PreparedStatementCommon::set()
A generic set method.
- setArray
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setArray()
Sets an array.
- setAutoCommit
- in file ConnectionCommon.php, method ConnectionCommon::setAutoCommit()
Enable/disable automatic commits.
- setBlob
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setBlob()
- setBoolean
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setBoolean()
Sets a boolean value.
- setClob
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setClob()
- setDate
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setDate()
- setDecimal
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setDecimal()
- setDouble
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setDouble()
- setFetchmode
- in file ResultSetCommon.php, method ResultSetCommon::setFetchmode()
- setFloat
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setFloat()
- setInt
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setInt()
- setInteger
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setInteger()
Alias for setInt()
- setLimit
- in file StatementCommon.php, method StatementCommon::setLimit()
Sets the maximum number of rows to return from db.
- setLimit
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setLimit()
- setNull
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setNull()
- setOffset
- in file StatementCommon.php, method StatementCommon::setOffset()
Sets the start row.
- setOffset
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setOffset()
- setString
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setString()
- setTime
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setTime()
- setTimestamp
- in file PreparedStatementCommon.php, method PreparedStatementCommon::setTimestamp()
- StatementCommon
- in file StatementCommon.php, class StatementCommon
Class that contains common/shared functionality for Statements.
top
top
top
w
- $warnings
- in file StatementCommon.php, variable StatementCommon::$warnings
Array of warning objects generated by methods performed on result set.
top
|
|