Packages:
System.IO
default
System.Web.UI
System.Web.UI.ActiveControls
System.Web.UI.WebControls
System.Web.UI.WebControls.assets
System.Web
System.Web.Services
System.Xml
System.Data.Common.Pgsql
System.Data.Common.Mssql
System.Data.Common
System.Data.Common.Mysql
System.Data.Commom.Sqlite
System.Data.Common.Oracle
System.Data.Common.Sqlite
System.Data
System.Data.ActiveRecord
System.Data.ActiveRecord.Relations
System.Data.ActiveReecord.Scaffold.InputBuilder
System.Data.ActiveRecord.Scaffold
System.Data.DataGateway
System.Data.SqlMap
System.Data.SqlMap.Statements
System.Data.SqlMap.Configuration
System.I18N
System.Util
System
System.Collections
System.Caching
System.Security
System.Exceptions


Classes:
Keyword

Element index for package System.Data

[ b ] [ c ] [ e ] [ f ] [ g ] [ i ] [ k ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

__construct
in file TDbTransaction.php, method TDbTransaction::__construct()
    Constructor.
__construct
in file TDbDataReader.php, method TDbDataReader::__construct()
    Constructor.
__construct
in file TDbConnection.php, method TDbConnection::__construct()
    Constructor.
__construct
in file TDbCommand.php, method TDbCommand::__construct()
    Constructor.
__sleep
in file TDbCommand.php, method TDbCommand::__sleep()
    Set the statement to null when serializing.
__sleep
in file TDbConnection.php, method TDbConnection::__sleep()
    Close the connection when serializing.
top

b

beginTransaction
in file TDbConnection.php, method TDbConnection::beginTransaction()
    Starts a transaction.
bindColumn
in file TDbDataReader.php, method TDbDataReader::bindColumn()
    Binds a column to a PHP variable.
bindParameter
in file TDbCommand.php, method TDbCommand::bindParameter()
    Binds a parameter to the SQL statement to be executed.
bindValue
in file TDbCommand.php, method TDbCommand::bindValue()
    Binds a value to a parameter.
top

c

cancel
in file TDbCommand.php, method TDbCommand::cancel()
    Cancels the execution of the SQL statement.
close
in file TDbDataReader.php, method TDbDataReader::close()
    Closes the reader.
close
in file TDbConnection.php, method TDbConnection::close()
    Closes the currently active DB connection.
commit
in file TDbTransaction.php, method TDbTransaction::commit()
    Commits a transaction.
createCommand
in file TDbConnection.php, method TDbConnection::createCommand()
    Creates a command for execution.
current
in file TDbDataReader.php, method TDbDataReader::current()
    Returns the current row.
top

e

execute
in file TDbCommand.php, method TDbCommand::execute()
    Executes the SQL statement.
top

f

findConnectionByID
in file TDataSourceConfig.php, method TDataSourceConfig::findConnectionByID()
    Finds the database connection instance from the Application modules.
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

k

key
in file TDbDataReader.php, method TDbDataReader::key()
    Returns the index of the current row.
top

m

EmptyStringToNull
in file TDbConnection.php, class constant TDbNullConversionMode::EmptyStringToNull
    Empty string is converted to NULL
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

o

LowerCase
in file TDbConnection.php, class constant TDbColumnCaseMode::LowerCase
    Column names are converted to lower case
open
in file TDbConnection.php, method TDbConnection::open()
    Opens DB connection if it is currently not
top

p

prepare
in file TDbCommand.php, method TDbCommand::prepare()
    Prepares the SQL statement to be executed.
UpperCase
in file TDbConnection.php, class constant TDbColumnCaseMode::UpperCase
    Column names are converted to upper case
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

r

Preserved
in file TDbConnection.php, class constant TDbColumnCaseMode::Preserved
    Column name cases are kept as is from the database
Preserved
in file TDbConnection.php, class constant TDbNullConversionMode::Preserved
    No conversion is performed for null and empty values.
read
in file TDbDataReader.php, method TDbDataReader::read()
    Advances the reader to the next row in a result set.
readAll
in file TDbDataReader.php, method TDbDataReader::readAll()
    Reads the whole result set into an array.
readColumn
in file TDbDataReader.php, method TDbDataReader::readColumn()
    Returns a single column from the next row of a result set.
readObject
in file TDbDataReader.php, method TDbDataReader::readObject()
    Returns a single column from the next row of a result set.
rewind
in file TDbDataReader.php, method TDbDataReader::rewind()
    Resets the iterator to the initial state.
rollback
in file TDbTransaction.php, method TDbTransaction::rollback()
    Rolls back a transaction.
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

t

TDataSourceConfig.php
procedural page TDataSourceConfig.php
TDbCommand.php
procedural page TDbCommand.php
TDbConnection.php
procedural page TDbConnection.php
TDbDataReader.php
procedural page TDbDataReader.php
TDbTransaction.php
procedural page TDbTransaction.php
TDataSourceConfig
in file TDataSourceConfig.php, class TDataSourceConfig
    TDataSourceConfig module class provides <module> configuration for database connections.
TDbColumnCaseMode
in file TDbConnection.php, class TDbColumnCaseMode
    TDbColumnCaseMode
TDbCommand
in file TDbCommand.php, class TDbCommand
    TDbCommand class.
TDbConnection
in file TDbConnection.php, class TDbConnection
    TDbConnection class
TDbDataReader
in file TDbDataReader.php, class TDbDataReader
    TDbDataReader class.
TDbNullConversionMode
in file TDbConnection.php, class TDbNullConversionMode
    TDbNullConversionMode
TDbTransaction
in file TDbTransaction.php, class TDbTransaction
    TDbTransaction class.
top

u

NullToEmptyString
in file TDbConnection.php, class constant TDbNullConversionMode::NullToEmptyString
    NULL is converted to empty string
top

v

valid
in file TDbDataReader.php, method TDbDataReader::valid()
    Returns whether there is a row of data at current position.
top