Element index for package System.Data
[ b ]
[ c ]
[ e ]
[ f ]
[ g ]
[ i ]
[ k ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ _ ]
top
top
top
top
top
g
- getActive
- in file TDbConnection.php, method TDbConnection::getActive()
- getActive
- in file TDbTransaction.php, method TDbTransaction::getActive()
- getAttribute
- in file TDbConnection.php, method TDbConnection::getAttribute()
Obtains a specific DB connection attribute information.
- getAutoCommit
- in file TDbConnection.php, method TDbConnection::getAutoCommit()
- getAvailableDrivers
- in file TDbConnection.php, method TDbConnection::getAvailableDrivers()
- getCharset
- in file TDbConnection.php, method TDbConnection::getCharset()
- getClientVersion
- in file TDbConnection.php, method TDbConnection::getClientVersion()
- getColumnCase
- in file TDbConnection.php, method TDbConnection::getColumnCase()
- getColumnCount
- in file TDbDataReader.php, method TDbDataReader::getColumnCount()
- getConnection
- in file TDbTransaction.php, method TDbTransaction::getConnection()
- getConnection
- in file TDbCommand.php, method TDbCommand::getConnection()
- getConnectionClass
- in file TDataSourceConfig.php, method TDataSourceConfig::getConnectionClass()
- getConnectionID
- in file TDataSourceConfig.php, method TDataSourceConfig::getConnectionID()
- getConnectionStatus
- in file TDbConnection.php, method TDbConnection::getConnectionStatus()
- getConnectionString
- in file TDbConnection.php, method TDbConnection::getConnectionString()
- getCurrentTransaction
- in file TDbConnection.php, method TDbConnection::getCurrentTransaction()
- getDatabase
- in file TDataSourceConfig.php, method TDataSourceConfig::getDatabase()
Alias for getDbConnection().
- getDbConnection
- in file TDataSourceConfig.php, method TDataSourceConfig::getDbConnection()
Gets the TDbConnection from another module if setConnectionID is supplied and valid. Otherwise, a connection of type given by setConnectionClass is created.
- getDebugStatementText
- in file TDbCommand.php, method TDbCommand::getDebugStatementText()
- getDriverName
- in file TDbConnection.php, method TDbConnection::getDriverName()
- getIsClosed
- in file TDbDataReader.php, method TDbDataReader::getIsClosed()
- getLastInsertID
- in file TDbConnection.php, method TDbConnection::getLastInsertID()
Returns the ID of the last inserted row or sequence value.
- getNullConversion
- in file TDbConnection.php, method TDbConnection::getNullConversion()
- getPassword
- in file TDbConnection.php, method TDbConnection::getPassword()
- getPdoInstance
- in file TDbConnection.php, method TDbConnection::getPdoInstance()
- getPdoStatement
- in file TDbCommand.php, method TDbCommand::getPdoStatement()
- getPersistent
- in file TDbConnection.php, method TDbConnection::getPersistent()
- getPrefetch
- in file TDbConnection.php, method TDbConnection::getPrefetch()
- getRowCount
- in file TDbDataReader.php, method TDbDataReader::getRowCount()
- getServerInfo
- in file TDbConnection.php, method TDbConnection::getServerInfo()
- getServerVersion
- in file TDbConnection.php, method TDbConnection::getServerVersion()
- getText
- in file TDbCommand.php, method TDbCommand::getText()
- getTimeout
- in file TDbConnection.php, method TDbConnection::getTimeout()
- getUsername
- in file TDbConnection.php, method TDbConnection::getUsername()
top
i
- init
- in file TDataSourceConfig.php, method TDataSourceConfig::init()
Initalize the database connection properties from attributes in <database> tag.
top
top
top
n
- next
- in file TDbDataReader.php, method TDbDataReader::next()
Moves the internal pointer to the next row.
- nextResult
- in file TDbDataReader.php, method TDbDataReader::nextResult()
Advances the reader to the next result when reading the results of a batch of statements.
top
top
top
q
- query
- in file TDbCommand.php, method TDbCommand::query()
Executes the SQL statement and returns query result.
- queryColumn
- in file TDbCommand.php, method TDbCommand::queryColumn()
Executes the SQL statement and returns the first column of the result.
- queryRow
- in file TDbCommand.php, method TDbCommand::queryRow()
Executes the SQL statement and returns the first row of the result.
- queryScalar
- in file TDbCommand.php, method TDbCommand::queryScalar()
Executes the SQL statement and returns the value of the first column in the first row of data.
- quoteString
- in file TDbConnection.php, method TDbConnection::quoteString()
Quotes a string for use in a query.
top
top
s
- setActive
- in file TDbConnection.php, method TDbConnection::setActive()
Open or close the DB connection.
- setActive
- in file TDbTransaction.php, method TDbTransaction::setActive()
- setAttribute
- in file TDbConnection.php, method TDbConnection::setAttribute()
Sets an attribute on the database connection.
- setAutoCommit
- in file TDbConnection.php, method TDbConnection::setAutoCommit()
- setCharset
- in file TDbConnection.php, method TDbConnection::setCharset()
- setColumnCase
- in file TDbConnection.php, method TDbConnection::setColumnCase()
- setConnectionCharset
- in file TDbConnection.php, method TDbConnection::setConnectionCharset()
- setConnectionClass
- in file TDataSourceConfig.php, method TDataSourceConfig::setConnectionClass()
The database connection class name to be created when getDbConnection
- setConnectionID
- in file TDataSourceConfig.php, method TDataSourceConfig::setConnectionID()
The module ID of another TDataSourceConfig. The getDbConnection property of this configuration will equal to getDbConnection of the given TDataSourceConfig module.
- setConnectionString
- in file TDbConnection.php, method TDbConnection::setConnectionString()
- setFetchMode
- in file TDbDataReader.php, method TDbDataReader::setFetchMode()
- setNullConversion
- in file TDbConnection.php, method TDbConnection::setNullConversion()
- setPassword
- in file TDbConnection.php, method TDbConnection::setPassword()
- setPersistent
- in file TDbConnection.php, method TDbConnection::setPersistent()
- setText
- in file TDbCommand.php, method TDbCommand::setText()
Specifies the SQL statement to be executed.
- setUsername
- in file TDbConnection.php, method TDbConnection::setUsername()
top
top
top
v
- valid
- in file TDbDataReader.php, method TDbDataReader::valid()
Returns whether there is a row of data at current position.
top
|