creole.util.sql
[ class tree: creole.util.sql ] [ index: creole.util.sql ] [ all elements ]

Index of all elements

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

a

$adapter
in file ODBCConnection.php, variable ODBCConnection::$adapter
    Implements driver-specific behavior
$affixMap
in file CreoleTypes.php, variable CreoleTypes::$affixMap
    Map of Creole type integers to the setter/getter affix.
$allRecordsRetrieved
in file DataSet.php, variable DataSet::$allRecordsRetrieved
    have all records been retrieved with the fetchRecords?
$autocommit
in file ConnectionCommon.php, variable ConnectionCommon::$autocommit
absolute
in file ResultSet.php, method ResultSet::absolute()
    Moves the cursor to an absolute cursor position and fetches the row at that position.
absolute
in file ResultSetCommon.php, method ResultSetCommon::absolute()
addAttrib
in file KeyDef.php, method KeyDef::addAttrib()
    Adds the named attribute to the KeyDef.
addColumn
in file IndexInfo.php, method IndexInfo::addColumn()
addColumn
in file PrimaryKeyInfo.php, method PrimaryKeyInfo::addColumn()
addColumn
in file TableInfo.php, method TableInfo::addColumn()
    Adds a column to this table.
addRecord
in file TableDataSet.php, method TableDataSet::addRecord()
    Creates a new Record within this DataSet
addReference
in file ForeignKeyInfo.php, method ForeignKeyInfo::addReference()
    Adds a foreign-local mapping.
addTable
in file DatabaseInfo.php, method DatabaseInfo::addTable()
    Adds a table to this db.
afterLast
in file ResultSet.php, method ResultSet::afterLast()
    Sets cursort to after the last record. This does not actually seek(), but simply sets the cursor pos to last + 1.
afterLast
in file ResultSetCommon.php, method ResultSetCommon::afterLast()
allRecordsRetrieved
in file DataSet.php, method DataSet::allRecordsRetrieved()
    Check if all the records have been retrieve
applyLimit
in file SQLiteConnection.php, method SQLiteConnection::applyLimit()
applyLimit
in file PgSQLConnection.php, method PgSQLConnection::applyLimit()
applyLimit
in file MySQLAdapter.php, method MySQLAdapter::applyLimit()
applyLimit
in file ODBCConnection.php, method ODBCConnection::applyLimit()
applyLimit
in file MSSQLConnection.php, method MSSQLConnection::applyLimit()
    Returns false since MSSQL doesn't support this method.
applyLimit
in file MySQLConnection.php, method MySQLConnection::applyLimit()
applyLimit
in file Connection.php, method Connection::applyLimit()
    If RDBMS supports native LIMIT/OFFSET then query SQL is modified so that no emulation is performed in ResultSet.
applyLimit
in file OCI8Connection.php, method OCI8Connection::applyLimit()
    Build Oracle-style query with limit or offset.
applyLimit
in file ODBCAdapter.php, method ODBCAdapter::applyLimit()
DATE
in file CreoleTypes.php, class constant CreoleTypes::DATE
VARBINARY
in file CreoleTypes.php, class constant CreoleTypes::VARBINARY
VARCHAR
in file CreoleTypes.php, class constant CreoleTypes::VARCHAR
top

b

$boundInVars
in file PreparedStatementCommon.php, variable PreparedStatementCommon::$boundInVars
    Map of index => value for bound params.
beforeFirst
in file ResultSetCommon.php, method ResultSetCommon::beforeFirst()
beforeFirst
in file ResultSet.php, method ResultSet::beforeFirst()
    Sets cursort to before first record. This does not actually seek(), but simply sets cursor pos to 0.
Blob
in file Blob.php, class Blob
    A class for handling binary LOBs.
Blob.php
procedural page Blob.php
top

c

$cacheLobs
in file ODBCCachedResultSet.php, variable ODBCCachedResultSet::$cacheLobs
    True if blobs/clobs should also be cached.
$colsLoaded
in file TableInfo.php, variable TableInfo::$colsLoaded
$columns
in file TableInfo.php, variable TableInfo::$columns
$columns
in file DataSet.php, variable DataSet::$columns
    the columns in the SELECT statement for this DataSet
$conn
in file Query.php, variable Query::$conn
$conn
in file DatabaseInfo.php, variable DatabaseInfo::$conn
    The database Connection.
$conn
in file DataSet.php, variable DataSet::$conn
    this DataSet's connection object
$conn
in file ResultSetCommon.php, variable ResultSetCommon::$conn
    DB connection.
$conn
in file PreparedStatementCommon.php, variable PreparedStatementCommon::$conn
    The database connection.
$conn
in file TableInfo.php, variable TableInfo::$conn
    Database Connection.
$conn
in file StatementCommon.php, variable StatementCommon::$conn
    The database connection.
$creoleTypeMap
in file CreoleTypes.php, variable CreoleTypes::$creoleTypeMap
    Map of Creole type integers to their textual name.
$cursorPos
in file ResultSetCommon.php, variable ResultSetCommon::$cursorPos
    The current cursor position (row number). First row is 0.
CallableStatement
in file CallableStatement.php, class CallableStatement
    Interface for callable statements.
clearRecords
in file DataSet.php, method DataSet::clearRecords()
    Remove all records from the DataSet and nulls those records out and close() the DataSet.
Clob
in file Clob.php, class Clob
    A class for handling character (ASCII) LOBs.
close
in file ODBCConnection.php, method ODBCConnection::close()
close
in file ODBCResultSet.php, method ODBCResultSet::close()
close
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::close()
close
in file OCI8ResultSet.php, method OCI8ResultSet::close()
close
in file MySQLConnection.php, method MySQLConnection::close()
close
in file MySQLResultSet.php, method MySQLResultSet::close()
close
in file OCI8PreparedStatement.php, method OCI8PreparedStatement::close()
    Because MySQL doesn't support prepared statements, this does nothing.
close
in file SQLiteConnection.php, method SQLiteConnection::close()
close
in file StatementCommon.php, method StatementCommon::close()
    Free resources associated with this statement.
close
in file MSSQLResultSet.php, method MSSQLResultSet::close()
close
in file PreparedStatementCommon.php, method PreparedStatementCommon::close()
    Nothing to close for emulated prepared statements.
close
in file ResultSet.php, method ResultSet::close()
    Frees the resources allocated for this result set.
close
in file PreparedStatement.php, method PreparedStatement::close()
    Free resources associated with this statement.
close
in file PgSQLResultSet.php, method PgSQLResultSet::close()
close
in file SQLiteResultSet.php, method SQLiteResultSet::close()
    Simply empties array as there is no result free method for sqlite.
close
in file ODBCResultSetCommon.php, method ODBCResultSetCommon::close()
close
in file PgSQLConnection.php, method PgSQLConnection::close()
close
in file Statement.php, method Statement::close()
    Free resources associated with this statement.
close
in file OCI8Connection.php, method OCI8Connection::close()
close
in file Connection.php, method Connection::close()
    Free the db resources.
close
in file DataSet.php, method DataSet::close()
    Releases the records, closes the ResultSet and the Statement, and nulls the Schema and Connection references.
close
in file MSSQLConnection.php, method MSSQLConnection::close()
close
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::close()
CodeBaseAdapter
in file CodeBaseAdapter.php, class CodeBaseAdapter
    CodeBase driver-specific behavior.
ColumnInfo
in file ColumnInfo.php, class ColumnInfo
    Represents a Column.
columns
in file Record.php, method Record::columns()
    Get the column names for current record.
columnsLoaded
in file TableInfo.php, method TableInfo::columnsLoaded()
    Have columns been loaded?
commit
in file MySQLConnection.php, method MySQLConnection::commit()
    Commit the current transaction.
commit
in file ODBCConnection.php, method ODBCConnection::commit()
commit
in file Connection.php, method Connection::commit()
    Commits statements in a transaction.
commit
in file PgSQLConnection.php, method PgSQLConnection::commit()
    Commit the current transaction.
commit
in file MSSQLConnection.php, method MSSQLConnection::commit()
    Commit the current transaction.
commit
in file OCI8Connection.php, method OCI8Connection::commit()
    Commit the current transaction.
commit
in file SQLiteConnection.php, method SQLiteConnection::commit()
    Commit the current transaction.
connect
in file Connection.php, method Connection::connect()
    Connect to a database and log in as the specified user.
connect
in file PgSQLConnection.php, method PgSQLConnection::connect()
    Connect to a database and log in as the specified user.
connect
in file MSSQLConnection.php, method MSSQLConnection::connect()
connect
in file ODBCConnection.php, method ODBCConnection::connect()
connect
in file MySQLConnection.php, method MySQLConnection::connect()
    Connect to a database and log in as the specified user.
connect
in file OCI8Connection.php, method OCI8Connection::connect()
    Connect to a database and log in as the specified user.
connect
in file SQLiteConnection.php, method SQLiteConnection::connect()
Connection
in file Connection.php, class Connection
    Connection is an abstract base class for DB dialect implementations, and must be inherited by all such.
connection
in file DataSet.php, method DataSet::connection()
    Gets the current database connection
ConnectionCommon
in file ConnectionCommon.php, class ConnectionCommon
    Class that contains some shared/default information for connections. Classes may wish to extend this so as not to worry about the sleep/wakeup methods, etc.
containsAttrib
in file KeyDef.php, method KeyDef::containsAttrib()
    Determines if the KeyDef contains the requested Attribute.
containsRecord
in file DataSet.php, method DataSet::containsRecord()
    Check to see if the DataSet contains a Record at 0 based position
create
in file ODBCIdGenerator.php, method ODBCIdGenerator::create()
    Creates the sequence emulation table.
createResultSet
in file MySQLAdapter.php, method MySQLAdapter::createResultSet()
createResultSet
in file ODBCAdapter.php, method ODBCAdapter::createResultSet()
    Returns an instance of the default resultset.
createResultSet
in file ODBCConnection.php, method ODBCConnection::createResultSet()
    Creates the appropriate ResultSet
createResultSet
in file CodeBaseAdapter.php, method CodeBaseAdapter::createResultSet()
createStatement
in file SQLiteConnection.php, method SQLiteConnection::createStatement()
createStatement
in file ODBCConnection.php, method ODBCConnection::createStatement()
createStatement
in file OCI8Connection.php, method OCI8Connection::createStatement()
createStatement
in file MySQLConnection.php, method MySQLConnection::createStatement()
createStatement
in file Connection.php, method Connection::createStatement()
    Creates a new empty Statement.
createStatement
in file MSSQLConnection.php, method MSSQLConnection::createStatement()
createStatement
in file PgSQLConnection.php, method PgSQLConnection::createStatement()
Creole
in file Creole.php, class Creole
    This is the class that manages the database drivers.
CreoleTypes
in file CreoleTypes.php, class CreoleTypes
    Generic Creole types modeled on JDBC types.
CallableStatement.php
procedural page CallableStatement.php
ConnectionCommon.php
procedural page ConnectionCommon.php
Connection.php
procedural page Connection.php
CreoleTypes.php
procedural page CreoleTypes.php
Creole.php
procedural page Creole.php
CodeBaseAdapter.php
procedural page CodeBaseAdapter.php
ColumnInfo.php
procedural page ColumnInfo.php
Clob.php
procedural page Clob.php
current
in file DataSet.php, method DataSetIterator::current()
current
in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::current()
    Returns the row (assoc array) at current cursor pos.
current
in file ResultSetIterator.php, method ResultSetIterator::current()
    Returns the row (assoc array) at current cursor pos.
top

d

$data
in file Lob.php, variable Lob::$data
    The contents of the Lob.
$database
in file TableInfo.php, variable TableInfo::$database
    The parent DatabaseInfo object.
$dblink
in file DatabaseInfo.php, variable DatabaseInfo::$dblink
    Database link
$dblink
in file TableInfo.php, variable TableInfo::$dblink
    Shortcut to db resource link id (needed by drivers for queries).
$dblink
in file ConnectionCommon.php, variable ConnectionCommon::$dblink
    DB connection resource id.
$dbname
in file DatabaseInfo.php, variable DatabaseInfo::$dbname
    Database name.
$dbname
in file TableInfo.php, variable TableInfo::$dbname
    Shortcut to db name (needed by many drivers for queries).
$defaultValue
in file ColumnInfo.php, variable ColumnInfo::$defaultValue
    Default value
$delimiter
in file SQLStatementExtractor.php, variable SQLStatementExtractor::$delimiter
$dsn
in file ConnectionCommon.php, variable ConnectionCommon::$dsn
    Array hash of connection properties.
DatabaseInfo.php
procedural page DatabaseInfo.php
DatabaseInfo
in file DatabaseInfo.php, class DatabaseInfo
    "Info" metadata class for a database.
dataset
in file Record.php, method Record::dataset()
    Gets the DataSet for this Record.
DataSet
in file DataSet.php, class DataSet
    The DataSet represents the results of a query.
DataSetException
in file DataSetException.php, class DataSetException
    A DataSetException represents exception specific to the DataSet/Record layer.
DataSetIterator
in file DataSet.php, class DataSetIterator
    The Iterator returned by DataSet::getIterator() that loops through the records.
delete
in file Record.php, method Record::delete()
    Shortcut method to delete this record.
deregisterDriver
in file Creole.php, method Creole::deregisterDriver()
    Removes the driver for a PHP type. Note that this will remove user-registered drivers _and_ the default drivers.
drop
in file ODBCIdGenerator.php, method ODBCIdGenerator::drop()
    Drops the sequence emulation table.
dump
in file Clob.php, method Clob::dump()
    Dump the contents of the file using fpassthru().
dump
in file Blob.php, method Blob::dump()
    Dump the contents of the file using fpassthru().
dump
in file Lob.php, method Lob::dump()
    Dump the contents of the file to stdout.
DataSetException.php
procedural page DataSetException.php
DataSet.php
procedural page DataSet.php
top

e

BEFOREDELETE
in file Record.php, class constant Record::BEFOREDELETE
BEFOREINSERT
in file Record.php, class constant Record::BEFOREINSERT
BEFOREUPDATE
in file Record.php, class constant Record::BEFOREUPDATE
DECIMAL
in file CreoleTypes.php, class constant CreoleTypes::DECIMAL
DELETE
in file Record.php, class constant Record::DELETE
endsWith
in file SQLStatementExtractor.php, method SQLStatementExtractor::endsWith()
    Tests if a string ends with a given string.
escape
in file SQLitePreparedStatement.php, method SQLitePreparedStatement::escape()
    Quotes string using native sqlite_escape_string() function.
escape
in file MySQLPreparedStatement.php, method MySQLPreparedStatement::escape()
    Quotes string using native mysql function.
escape
in file OCI8PreparedStatement.php, method OCI8PreparedStatement::escape()
    ' -> ''
escape
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::escape()
escape
in file MySQLAdapter.php, method MySQLAdapter::escape()
escape
in file ODBCAdapter.php, method ODBCAdapter::escape()
escape
in file MSSQLPreparedStatement.php, method MSSQLPreparedStatement::escape()
    Add quotes using str_replace.
escape
in file PgSQLPreparedStatement.php, method PgSQLPreparedStatement::escape()
    Quotes string using native pgsql function (pg_escape_string).
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.
execute
in file Statement.php, method Statement::execute()
    Generic execute() function has to check to see whether SQL is an update or select query.
executeQuery
in file PgSQLConnection.php, method PgSQLConnection::executeQuery()
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 Connection.php, method Connection::executeQuery()
    Executes the SQL query in this PreparedStatement object and returns the resultset.
executeQuery
in file PreparedStatement.php, method PreparedStatement::executeQuery()
    Executes the SQL query in this PreparedStatement object and returns the resultset generated by the query.
executeQuery
in file ODBCStatement.php, method ODBCStatement::executeQuery()
executeQuery
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::executeQuery()
executeQuery
in file ODBCConnection.php, method ODBCConnection::executeQuery()
executeQuery
in file OCI8Connection.php, method OCI8Connection::executeQuery()
executeQuery
in file MSSQLConnection.php, method MSSQLConnection::executeQuery()
executeQuery
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::executeQuery()
executeQuery
in file Statement.php, method Statement::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.
executeQuery
in file SQLiteConnection.php, method SQLiteConnection::executeQuery()
executeQuery
in file MSSQLPreparedStatement.php, method MSSQLPreparedStatement::executeQuery()
    MSSQL must emulate OFFSET/LIMIT support.
executeQuery
in file MSSQLStatement.php, method MSSQLStatement::executeQuery()
    Executes the SQL query in this PreparedStatement object and returns the resultset generated by the query.
executeQuery
in file MySQLConnection.php, method MySQLConnection::executeQuery()
executeQuery
in file OCI8PreparedStatement.php, method OCI8PreparedStatement::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 SQLiteConnection.php, method SQLiteConnection::executeUpdate()
executeUpdate
in file Statement.php, method Statement::executeUpdate()
    Executes the SQL INSERT, UPDATE, or DELETE statement in this PreparedStatement object.
executeUpdate
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::executeUpdate()
executeUpdate
in file OCI8Connection.php, method OCI8Connection::executeUpdate()
executeUpdate
in file MySQLConnection.php, method MySQLConnection::executeUpdate()
executeUpdate
in file PreparedStatementCommon.php, method PreparedStatementCommon::executeUpdate()
    Executes the SQL INSERT, UPDATE, or DELETE statement in this PreparedStatement object.
executeUpdate
in file Connection.php, method Connection::executeUpdate()
    Executes the SQL INSERT, UPDATE, or DELETE statement.
executeUpdate
in file OCI8PreparedStatement.php, method OCI8PreparedStatement::executeUpdate()
    Executes the SQL INSERT, UPDATE, or DELETE statement in this PreparedStatement object.
executeUpdate
in file MSSQLConnection.php, method MSSQLConnection::executeUpdate()
executeUpdate
in file PgSQLConnection.php, method PgSQLConnection::executeUpdate()
executeUpdate
in file ODBCConnection.php, method ODBCConnection::executeUpdate()
executeUpdate
in file PreparedStatement.php, method PreparedStatement::executeUpdate()
    Executes the SQL INSERT, UPDATE, or DELETE statement in this PreparedStatement object.
extract
in file SQLStatementExtractor.php, method SQLStatementExtractor::extract()
    Extract statements from string.
extractFile
in file SQLStatementExtractor.php, method SQLStatementExtractor::extractFile()
    Get SQL statements from file.
extractStatements
in file SQLStatementExtractor.php, method SQLStatementExtractor::extractStatements()
    Extract SQL statements from array of lines.
FETCHMODE_ASSOC
in file ResultSet.php, class constant ResultSet::FETCHMODE_ASSOC
    Index result set by field name.
FETCHMODE_NUM
in file ResultSet.php, class constant ResultSet::FETCHMODE_NUM
    Index result set numerically.
PERSISTENT
in file Creole.php, class constant Creole::PERSISTENT
    Constant that indicates a connection object should be used.
REAL
in file CreoleTypes.php, class constant CreoleTypes::REAL
SEQUENCE
in file IdGenerator.php, class constant IdGenerator::SEQUENCE
    SEQUENCE id generator type
TEXT
in file CreoleTypes.php, class constant CreoleTypes::TEXT
YEAR
in file CreoleTypes.php, class constant CreoleTypes::YEAR
top

f

$fetchmode
in file ResultSetCommon.php, variable ResultSetCommon::$fetchmode
    The fetchmode for this recordset.
$fields
in file ResultSetCommon.php, variable ResultSetCommon::$fields
    The current unprocessed record/row from the db.
$fksLoaded
in file TableInfo.php, variable TableInfo::$fksLoaded
$flags
in file ConnectionCommon.php, variable ConnectionCommon::$flags
    Flags (e.g. Connection::PERSISTENT) for current connection.
$foreignKeys
in file TableInfo.php, variable TableInfo::$foreignKeys
AFTERDELETE
in file Record.php, class constant Record::AFTERDELETE
AFTERINSERT
in file Record.php, class constant Record::AFTERINSERT
AFTERUPDATE
in file Record.php, class constant Record::AFTERUPDATE
ForeignKeyInfo.php
procedural page ForeignKeyInfo.php
fetchRecords
in file DataSet.php, method DataSet::fetchRecords()
    Causes the DataSet to hit the database and fetch max records, starting at start. Record count begins at 0.
fetchRecords
in file TableDataSet.php, method TableDataSet::fetchRecords()
    Fetch start to max records. start is at Record 0
findRecord
in file DataSet.php, method DataSet::findRecord()
    Find Record at 0 based index position. This is an internal alternative to getRecord which tries to be smart about the type of record it is.
first
in file ResultSetCommon.php, method ResultSetCommon::first()
first
in file ResultSet.php, method ResultSet::first()
    Move cursor to beginning of recordset.
ForeignKeyInfo
in file ForeignKeyInfo.php, class ForeignKeyInfo
    Represents a foreign key.
foreignKeysLoaded
in file TableInfo.php, method TableInfo::foreignKeysLoaded()
    Have foreign keys been loaded?
top

g

get
in file ResultSet.php, method ResultSet::get()
    A generic get method returns unformatted (=string) value.
get
in file ResultSetCommon.php, method ResultSetCommon::get()
getAdapter
in file ODBCConnection.php, method ODBCConnection::getAdapter()
    Returns driver-specific ODBCAdapter.
getAffix
in file CreoleTypes.php, method CreoleTypes::getAffix()
    Gets the "affix" to use for ResultSet::get*() and PreparedStatement::set*() methods.
getArray
in file ResultSetCommon.php, method ResultSetCommon::getArray()
getArray
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::getArray()
getArray
in file CallableStatement.php, method CallableStatement::getArray()
getArray
in file ResultSet.php, method ResultSet::getArray()
    Reads a column as an array.
getArray
in file PgSQLResultSet.php, method PgSQLResultSet::getArray()
    Reads a column as an array.
getAssoc
in file Query.php, method Query::getAssoc()
    Fetch the entire result set of a query and return it as an associative array using the first column as the key.
getAttrib
in file KeyDef.php, method KeyDef::getAttrib()
    getAttrib is 1 based. Setting pos to 0 will attempt to return pos 1.
getAutoCommit
in file Connection.php, method Connection::getAutoCommit()
    Get auto-commit status.
getAutoCommit
in file ConnectionCommon.php, method ConnectionCommon::getAutoCommit()
    Get auto-commit status.
getBlob
in file ResultSet.php, method ResultSet::getBlob()
    Returns Blob with contents of column value.
getBlob
in file ResultSetCommon.php, method ResultSetCommon::getBlob()
getBlob
in file ODBCResultSet.php, method ODBCResultSet::getBlob()
getBlob
in file PgSQLResultSet.php, method PgSQLResultSet::getBlob()
    Returns Blob with contents of column value.
getBlob
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::getBlob()
getBlob
in file SQLiteResultSet.php, method SQLiteResultSet::getBlob()
    Performs sqlite_udf_decode_binary on binary data.
getBlob
in file CallableStatement.php, method CallableStatement::getBlob()
getBoolean
in file CallableStatement.php, method CallableStatement::getBoolean()
getBoolean
in file ResultSet.php, method ResultSet::getBoolean()
    Returns value translated to boolean.
getBoolean
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::getBoolean()
getBoolean
in file ResultSetCommon.php, method ResultSetCommon::getBoolean()
getBoolean
in file PgSQLResultSet.php, method PgSQLResultSet::getBoolean()
getClob
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::getClob()
getClob
in file CallableStatement.php, method CallableStatement::getClob()
getClob
in file ResultSet.php, method ResultSet::getClob()
    Returns Clob with contents of column value.
getClob
in file ResultSetCommon.php, method ResultSetCommon::getClob()
getClob
in file ODBCResultSet.php, method ODBCResultSet::getClob()
getCol
in file Query.php, method Query::getCol()
    Gets array of values for first column in result set.
getColumn
in file TableInfo.php, method TableInfo::getColumn()
    Get the ColumnInfo object for specified column.
getColumns
in file DataSet.php, method DataSet::getColumns()
    Returns the columns attribute for the DataSet
getColumns
in file IndexInfo.php, method IndexInfo::getColumns()
getColumns
in file TableInfo.php, method TableInfo::getColumns()
    Get array of columns for this table.
getColumns
in file PrimaryKeyInfo.php, method PrimaryKeyInfo::getColumns()
getConnection
in file Creole.php, method Creole::getConnection()
    Create a new DB connection object and connect to the specified database
getConnection
in file StatementCommon.php, method StatementCommon::getConnection()
    Gets the db Connection that created this statement.
getConnection
in file PreparedStatementCommon.php, method PreparedStatementCommon::getConnection()
getConnection
in file PreparedStatement.php, method PreparedStatement::getConnection()
    Gets the db Connection that created this statement.
getConnection
in file DatabaseInfo.php, method DatabaseInfo::getConnection()
    Returns Connection being used.
getConnection
in file Statement.php, method Statement::getConnection()
    Gets the db Connection that created this statement.
getContents
in file Lob.php, method Lob::getContents()
    Get the contents of the LOB.
getCreoleCode
in file CreoleTypes.php, method CreoleTypes::getCreoleCode()
    Given the name of a type (e.g. 'VARCHAR') this method will return the corresponding integer.
getCreoleName
in file CreoleTypes.php, method CreoleTypes::getCreoleName()
    Given the integer type, this method will return the corresponding type name.
getCursorPos
in file ResultSetCommon.php, method ResultSetCommon::getCursorPos()
getCursorPos
in file ResultSet.php, method ResultSet::getCursorPos()
    Returns the current cursor position.
getDatabase
in file TableInfo.php, method TableInfo::getDatabase()
    Get the parent DatabaseInfo object.
getDatabaseInfo
in file PgSQLConnection.php, method PgSQLConnection::getDatabaseInfo()
getDatabaseInfo
in file MySQLConnection.php, method MySQLConnection::getDatabaseInfo()
getDatabaseInfo
in file MSSQLConnection.php, method MSSQLConnection::getDatabaseInfo()
getDatabaseInfo
in file ODBCConnection.php, method ODBCConnection::getDatabaseInfo()
getDatabaseInfo
in file OCI8Connection.php, method OCI8Connection::getDatabaseInfo()
getDatabaseInfo
in file SQLiteConnection.php, method SQLiteConnection::getDatabaseInfo()
getDatabaseInfo
in file Connection.php, method Connection::getDatabaseInfo()
    Gets a DatabaseInfo class for the current database.
getDataSet
in file Query.php, method Query::getDataSet()
    Gets a QueryDataSet representing results of this query.
getDate
in file CallableStatement.php, method CallableStatement::getDate()
    Return a formatted date.
getDate
in file ResultSet.php, method ResultSet::getDate()
    Return a formatted date.
getDate
in file ResultSetCommon.php, method ResultSetCommon::getDate()
getDate
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::getDate()
getDefaultValue
in file ColumnInfo.php, method ColumnInfo::getDefaultValue()
    Get the default value.
getDriver
in file Creole.php, method Creole::getDriver()
    Returns the class path to the driver registered for specified type.
getDSN
in file Connection.php, method Connection::getDSN()
    Get the DSN array used by connect() method to connect to database.
getDSN
in file ConnectionCommon.php, method ConnectionCommon::getDSN()
getFetchmode
in file ResultSetCommon.php, method ResultSetCommon::getFetchmode()
getFetchmode
in file ResultSet.php, method ResultSet::getFetchmode()
    Gets the fetchmode used to retrieve results.
getFieldNum
in file ODBCResultSetCommon.php, method ODBCResultSetCommon::getFieldNum()
    If fetchmode is FETCHMODE_ASSOC, returns the 1-based field index number for the specified column name. Otherwise returns 0 (false).
getFlags
in file Connection.php, method Connection::getFlags()
    Get any flags that were passed to connection.
getFlags
in file ConnectionCommon.php, method ConnectionCommon::getFlags()
getFloat
in file CallableStatement.php, method CallableStatement::getFloat()
getFloat
in file ResultSet.php, method ResultSet::getFloat()
    Returns value cast as a float (in PHP this is same as double).
getFloat
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::getFloat()
getFloat
in file ResultSetCommon.php, method ResultSetCommon::getFloat()
getForeignKey
in file TableInfo.php, method TableInfo::getForeignKey()
    Get specified fk for this table.
getForeignKeys
in file TableInfo.php, method TableInfo::getForeignKeys()
    Get all foreign keys.
getHandle
in file ODBCConnection.php, method ODBCResultResource::getHandle()
getId
in file OCI8IdGenerator.php, method OCI8IdGenerator::getId()
getId
in file IdGenerator.php, method IdGenerator::getId()
    Get the autoincrement or sequence id given the current connection and any additional needed info (e.g. sequence name for sequences).
getId
in file SQLiteIdGenerator.php, method SQLiteIdGenerator::getId()
getId
in file MSSQLIdGenerator.php, method MSSQLIdGenerator::getId()
getId
in file ODBCIdGenerator.php, method ODBCIdGenerator::getId()
getId
in file PgSQLIdGenerator.php, method PgSQLIdGenerator::getId()
getId
in file MySQLIdGenerator.php, method MySQLIdGenerator::getId()
    Returns last-generated auto-increment ID.
getIdGenerator
in file ODBCConnection.php, method ODBCConnection::getIdGenerator()
getIdGenerator
in file PgSQLConnection.php, method PgSQLConnection::getIdGenerator()
getIdGenerator
in file ODBCAdapter.php, method ODBCAdapter::getIdGenerator()
    Returns the default ODBCIdGenerator for emulating sequences.
getIdGenerator
in file SQLiteConnection.php, method SQLiteConnection::getIdGenerator()
getIdGenerator
in file MSSQLConnection.php, method MSSQLConnection::getIdGenerator()
getIdGenerator
in file Connection.php, method Connection::getIdGenerator()
    Loads and returns an IdGenerator object for current RDBMS.
getIdGenerator
in file MySQLConnection.php, method MySQLConnection::getIdGenerator()
getIdGenerator
in file OCI8Connection.php, method OCI8Connection::getIdGenerator()
getIdMethod
in file OCI8IdGenerator.php, method OCI8IdGenerator::getIdMethod()
getIdMethod
in file MSSQLIdGenerator.php, method MSSQLIdGenerator::getIdMethod()
getIdMethod
in file ODBCIdGenerator.php, method ODBCIdGenerator::getIdMethod()
getIdMethod
in file PgSQLIdGenerator.php, method PgSQLIdGenerator::getIdMethod()
getIdMethod
in file SQLiteIdGenerator.php, method SQLiteIdGenerator::getIdMethod()
getIdMethod
in file MySQLIdGenerator.php, method MySQLIdGenerator::getIdMethod()
getIdMethod
in file IdGenerator.php, method IdGenerator::getIdMethod()
    Get the preferred type / style for generating ids for RDBMS.
getIndex
in file TableInfo.php, method TableInfo::getIndex()
    Gets the IndexInfo object for a specified index.
getIndexes
in file TableInfo.php, method TableInfo::getIndexes()
    Get array of IndexInfo objects for this table.
getIndices
in file TableInfo.php, method TableInfo::getIndices()
    Alias for getIndexes() method.
getInputFile
in file Lob.php, method Lob::getInputFile()
    Get the file that we want this LOB read from.
getInt
in file CallableStatement.php, method CallableStatement::getInt()
getInt
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::getInt()
getInt
in file ResultSetCommon.php, method ResultSetCommon::getInt()
getInt
in file ResultSet.php, method ResultSet::getInt()
    Returns value cast as integer.
getIterator
in file SQLiteResultSet.php, method SQLiteResultSet::getIterator()
    Gets optimized SQLiteResultSetIterator.
getIterator
in file DataSet.php, method DataSet::getIterator()
    Return iterator (for IteratorAggregate interface).
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()
getLimit
in file Statement.php, method Statement::getLimit()
    Returns the maximum number of rows to return or 0 for all.
getLimit
in file PreparedStatement.php, method PreparedStatement::getLimit()
    Returns the maximum number of rows to return or 0 for all.
getLines
in file SQLStatementExtractor.php, method SQLStatementExtractor::getLines()
    Convert string buffer into array of lines.
getMoreResults
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::getMoreResults()
getMoreResults
in file PreparedStatement.php, method PreparedStatement::getMoreResults()
    Gets next result set (if this behavior is supported by driver).
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).
getMoreResults
in file Statement.php, method Statement::getMoreResults()
    Gets next result set (if this behavior is supported by driver).
getMoreResults
in file MSSQLStatement.php, method MSSQLStatement::getMoreResults()
    Gets next result set (if this behavior is supported by driver).
getName
in file PrimaryKeyInfo.php, method PrimaryKeyInfo::getName()
    Get foreign key name.
getName
in file DatabaseInfo.php, method DatabaseInfo::getName()
    Get name of database.
getName
in file TableInfo.php, method TableInfo::getName()
    Get table name.
getName
in file ForeignKeyInfo.php, method ForeignKeyInfo::getName()
    Get foreign key name.
getName
in file IndexInfo.php, method IndexInfo::getName()
getName
in file ColumnInfo.php, method ColumnInfo::getName()
    Get column name.
getNativeError
in file SQLException.php, method SQLException::getNativeError()
    Gets driver native error message.
getNativeType
in file MSSQLTypes.php, method MSSQLTypes::getNativeType()
getNativeType
in file MySQLTypes.php, method MySQLTypes::getNativeType()
    This method will return a native type that corresponds to the specified Creole (JDBC-like) type.
getNativeType
in file SQLiteTypes.php, method SQLiteTypes::getNativeType()
    This method will return a native type that corresponds to the specified Creole (JDBC-like) type. Remember that this is really only for "hint" purposes as SQLite is typeless.
getNativeType
in file ColumnInfo.php, method ColumnInfo::getNativeType()
    Gets the native type name.
getNativeType
in file PgSQLTypes.php, method PgSQLTypes::getNativeType()
getNativeType
in file ODBCTypes.php, method ODBCTypes::getNativeType()
    This method will return a native type that corresponds to the specified Creole (JDBC-like) type.
getNativeType
in file CreoleTypes.php, method CreoleTypes::getNativeType()
    This method will return a native type that corresponds to the specified Creole (JDBC-like) type.
getNativeType
in file OCI8Types.php, method OCI8Types::getNativeType()
    This method will return a native type that corresponds to the specified Creole (JDBC-like) type.
getOffset
in file PreparedStatementCommon.php, method PreparedStatementCommon::getOffset()
getOffset
in file PreparedStatement.php, method PreparedStatement::getOffset()
    Returns the start row.
getOffset
in file StatementCommon.php, method StatementCommon::getOffset()
    Returns the start row.
getOffset
in file Statement.php, method Statement::getOffset()
    Returns the start row.
getOne
in file Query.php, method Query::getOne()
    Gets value of first column of first returned row.
getOrder
in file TableDataSet.php, method TableDataSet::getOrder()
    Gets the value of the SQL portion of ORDER.
getOther
in file TableDataSet.php, method TableDataSet::getOther()
    Gets the value of the SQL portion of OTHER.
getOutputFile
in file Lob.php, method Lob::getOutputFile()
    Get the file that we want this LOB saved to.
getPage
in file PagedQuery.php, method PagedQuery::getPage()
    Get current page.
getPrimaryKey
in file TableInfo.php, method TableInfo::getPrimaryKey()
    Get parimary key in this table.
getRecord
in file DataSet.php, method DataSet::getRecord()
    Get Record at 0 based index position
getRecordCount
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::getRecordCount()
getRecordCount
in file ResultSet.php, method ResultSet::getRecordCount()
    Get the number of rows in a result set.
getRecordCount
in file OCI8ResultSet.php, method OCI8ResultSet::getRecordCount()
getRecordCount
in file PgSQLResultSet.php, method PgSQLResultSet::getRecordCount()
getRecordCount
in file MSSQLResultSet.php, method MSSQLResultSet::getRecordCount()
getRecordCount
in file SQLiteResultSet.php, method SQLiteResultSet::getRecordCount()
getRecordCount
in file MySQLResultSet.php, method MySQLResultSet::getRecordCount()
getRecordCount
in file ODBCResultSet.php, method ODBCResultSet::getRecordCount()
getReferences
in file ForeignKeyInfo.php, method ForeignKeyInfo::getReferences()
    Gets the local-foreign column mapping.
getRefreshSql
in file Record.php, method Record::getRefreshSql()
    This builds the SELECT statement in order to refresh the contents of this Record. It depends on a valid KeyDef to exist and it must have been created with a TableDataSet.
getResource
in file ResultSetCommon.php, method ResultSetCommon::getResource()
getResource
in file ConnectionCommon.php, method ConnectionCommon::getResource()
getResource
in file ResultSet.php, method ResultSet::getResource()
    Get the PHP native resource for the result.
getResource
in file PreparedStatementCommon.php, method PreparedStatementCommon::getResource()
    Statement resources do not exist for emulated prepared statements, so this just returns
  1. null
.
getResource
in file PreparedStatement.php, method PreparedStatement::getResource()
    Get the PHP native resource for the statement (if supported).
getResource
in file Connection.php, method Connection::getResource()
    Get the PHP native resource for the database connection/link.
getResource
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::getResource()
getResultSet
in file PreparedStatementCommon.php, method PreparedStatementCommon::getResultSet()
getResultSet
in file PreparedStatement.php, method PreparedStatement::getResultSet()
    Get result set.
getResultSet
in file Statement.php, method Statement::getResultSet()
    Get result set.
getResultSet
in file StatementCommon.php, method StatementCommon::getResultSet()
    Get result set.
getRow
in file ResultSet.php, method ResultSet::getRow()
    Gets current fields (assoc array).
getRow
in file ResultSetCommon.php, method ResultSetCommon::getRow()
getRow
in file Query.php, method Query::getRow()
    Gets first rows (hash).
getRows
in file Query.php, method Query::getRows()
    Gets array of rows (hashes).
getRowsPerPage
in file PagedQuery.php, method PagedQuery::getRowsPerPage()
    Get number of rows per page.
getSaveType
in file Record.php, method Record::getSaveType()
    Gets the internal save type as one of the defined privates (ie: ZOMBIE)
getScale
in file ColumnInfo.php, method ColumnInfo::getScale()
    Get column scale.
getSchema
in file OCI8DatabaseInfo.php, method OCI8DatabaseInfo::getSchema()
getSelectSql
in file DataSet.php, method DataSet::getSelectSql()
    Classes extending this class must implement this method.
getSelectSql
in file TableDataSet.php, method TableDataSet::getSelectSql()
    Builds the select string that was used to populate this TableDataSet.
getSelectSql
in file QueryDataSet.php, method QueryDataSet::getSelectSql()
    get the Select String that was used to create this QueryDataSet
getSequences
in file DatabaseInfo.php, method DatabaseInfo::getSequences()
    Gets array of ? objects.
getSize
in file ColumnInfo.php, method ColumnInfo::getSize()
    Get column size.
getString
in file ResultSet.php, method ResultSet::getString()
    Returns value cast as string.
getString
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::getString()
getString
in file MySQLResultSet.php, method MySQLResultSet::getString()
    Get string version of column.
getString
in file CallableStatement.php, method CallableStatement::getString()
getString
in file ResultSetCommon.php, method ResultSetCommon::getString()
getTable
in file DatabaseInfo.php, method DatabaseInfo::getTable()
    Get the TableInfo object for specified table name.
getTable
in file ColumnInfo.php, method ColumnInfo::getTable()
    Get parent table.
getTables
in file DatabaseInfo.php, method DatabaseInfo::getTables()
    Gets array of TableInfo objects.
getTime
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::getTime()
getTime
in file CallableStatement.php, method CallableStatement::getTime()
    Return a formatted time.
getTime
in file ResultSet.php, method ResultSet::getTime()
    Return a formatted time.
getTime
in file ResultSetCommon.php, method ResultSetCommon::getTime()
getTimestamp
in file CallableStatement.php, method CallableStatement::getTimestamp()
    Return a formatted timestamp.
getTimestamp
in file MySQLResultSet.php, method MySQLResultSet::getTimestamp()
    Returns a unix epoch timestamp based on either a TIMESTAMP or DATETIME field.
getTimestamp
in file ResultSetCommon.php, method ResultSetCommon::getTimestamp()
getTimestamp
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::getTimestamp()
getTimestamp
in file ResultSet.php, method ResultSet::getTimestamp()
    Return a formatted timestamp.
getTotalRecordCount
in file PagedQuery.php, method PagedQuery::getTotalRecordCount()
    Gets the total number (un-LIMITed) of records.
getType
in file PgSQLTypes.php, method PgSQLTypes::getType()
getType
in file OCI8Types.php, method OCI8Types::getType()
    This method returns the generic Creole (JDBC-like) type when given the native db type.
getType
in file ODBCTypes.php, method ODBCTypes::getType()
    This method returns the generic Creole (JDBC-like) type when given the native db type.
getType
in file ColumnInfo.php, method ColumnInfo::getType()
    Get column type.
getType
in file SQLiteTypes.php, method SQLiteTypes::getType()
    This method returns the generic Creole (JDBC-like) type when given the native db type. If no match is found then we just return CreoleTypes::TEXT because SQLite is typeless.
getType
in file CreoleTypes.php, method CreoleTypes::getType()
    This method returns the generic Creole (JDBC-like) type when given the native db type.
getType
in file MSSQLTypes.php, method MSSQLTypes::getType()
getType
in file MySQLTypes.php, method MySQLTypes::getType()
    This method returns the generic Creole (JDBC-like) type when given the native db type.
getUpdateCount
in file MySQLConnection.php, method MySQLConnection::getUpdateCount()
    Gets the number of rows affected by the data manipulation query.
getUpdateCount
in file PgSQLConnection.php, method PgSQLConnection::getUpdateCount()
    Gets the number of rows affected by the data manipulation query.
getUpdateCount
in file PreparedStatement.php, method PreparedStatement::getUpdateCount()
    Get update count.
getUpdateCount
in file PreparedStatementCommon.php, method PreparedStatementCommon::getUpdateCount()
getUpdateCount
in file Statement.php, method Statement::getUpdateCount()
    Get update count.
getUpdateCount
in file MSSQLConnection.php, method MSSQLConnection::getUpdateCount()
    Gets the number of rows affected by the last query.
getUpdateCount
in file SQLiteConnection.php, method SQLiteConnection::getUpdateCount()
    Gets the number of rows affected by the data manipulation query.
getUpdateCount
in file StatementCommon.php, method StatementCommon::getUpdateCount()
    Get update count.
getUpdateCount
in file OCI8Connection.php, method OCI8Connection::getUpdateCount()
    Gets the number of rows affected by the data manipulation query.
getUpdateCount
in file ODBCConnection.php, method ODBCConnection::getUpdateCount()
getUpdateCount
in file Connection.php, method Connection::getUpdateCount()
    Gets the number of rows affected by the data manipulation query.
getUserInfo
in file SQLException.php, method SQLException::getUserInfo()
    Returns the additional / debug information for this error.
getValue
in file Record.php, method Record::getValue()
    Gets the value for specified column.
getWhere
in file TableDataSet.php, method TableDataSet::getWhere()
    Gets the value of the SQL portion of WHERE.
top

h

$handle
in file ODBCConnection.php, variable ODBCResultResource::$handle
CHAR
in file CreoleTypes.php, class constant CreoleTypes::CHAR
hasLimitOffset
in file MySQLAdapter.php, method MySQLAdapter::hasLimitOffset()
hasLimitOffset
in file ODBCAdapter.php, method ODBCAdapter::hasLimitOffset()
    Returns true if ODBC driver supports LIMIT/OFFSET via SQL.
top

i

$ignoreAssocCase
in file ResultSetCommon.php, variable ResultSetCommon::$ignoreAssocCase
    Whether to convert assoc col case.
$indexes
in file TableInfo.php, variable TableInfo::$indexes
$indexesLoaded
in file TableInfo.php, variable TableInfo::$indexesLoaded
$inFile
in file Lob.php, variable Lob::$inFile
    File that blob should be read in from
$isNullable
in file ColumnInfo.php, variable ColumnInfo::$isNullable
    Is nullable?
BIGINT
in file CreoleTypes.php, class constant CreoleTypes::BIGINT
BINARY
in file CreoleTypes.php, class constant CreoleTypes::BINARY
IdGenerator.php
procedural page IdGenerator.php
IndexInfo.php
procedural page IndexInfo.php
IdGenerator
in file IdGenerator.php, class IdGenerator
    Interface for classes that provide functionality to get SEQUENCE or AUTO-INCREMENT ids from the database.
import
in file Creole.php, method Creole::import()
    Include once a file specified in DOT notation.
indexesLoaded
in file TableInfo.php, method TableInfo::indexesLoaded()
    Has index information been loaded?
IndexInfo
in file IndexInfo.php, class IndexInfo
    Represents an index.
initColumns
in file PgSQLTableInfo.php, method PgSQLTableInfo::initColumns()
    Load the columns for this table
initColumns
in file MSSQLTableInfo.php, method MSSQLTableInfo::initColumns()
    Loads the columns for this table.
initColumns
in file MySQLTableInfo.php, method MySQLTableInfo::initColumns()
    Loads the columns for this table.
initColumns
in file OCI8TableInfo.php, method OCI8TableInfo::initColumns()
    Loads the columns for this table.
initColumns
in file SQLiteTableInfo.php, method SQLiteTableInfo::initColumns()
    Loads the columns for this table.
initColumns
in file ODBCTableInfo.php, method ODBCTableInfo::initColumns()
initColumns
in file TableInfo.php, method TableInfo::initColumns()
    Loads the columns.
initForeignKeys
in file MySQLTableInfo.php, method MySQLTableInfo::initForeignKeys()
    Load foreign keys (unsupported in MySQL).
initForeignKeys
in file PgSQLTableInfo.php, method PgSQLTableInfo::initForeignKeys()
    Load foreign keys for this table.
initForeignKeys
in file OCI8TableInfo.php, method OCI8TableInfo::initForeignKeys()
    Load foreign keys
initForeignKeys
in file ODBCTableInfo.php, method ODBCTableInfo::initForeignKeys()
initForeignKeys
in file SQLiteTableInfo.php, method SQLiteTableInfo::initForeignKeys()
    Load foreign keys (unsupported in SQLite).
initForeignKeys
in file MSSQLTableInfo.php, method MSSQLTableInfo::initForeignKeys()
    Loads the foreign keys for this table.
initForeignKeys
in file TableInfo.php, method TableInfo::initForeignKeys()
    Loads the foreign keys for this table.
initIndexes
in file MySQLTableInfo.php, method MySQLTableInfo::initIndexes()
    Loads the indexes for this table.
initIndexes
in file OCI8TableInfo.php, method OCI8TableInfo::initIndexes()
    Loads the indexes for this table.
initIndexes
in file ODBCTableInfo.php, method ODBCTableInfo::initIndexes()
initIndexes
in file MSSQLTableInfo.php, method MSSQLTableInfo::initIndexes()
    Loads the indexes for this table.
initIndexes
in file TableInfo.php, method TableInfo::initIndexes()
    Loads the indexes information for this table.
initIndexes
in file SQLiteTableInfo.php, method SQLiteTableInfo::initIndexes()
    Loads the indexes for this table.
initIndexes
in file PgSQLTableInfo.php, method PgSQLTableInfo::initIndexes()
    Load indexes for this table
initPrimaryKey
in file ODBCTableInfo.php, method ODBCTableInfo::initPrimaryKey()
initPrimaryKey
in file OCI8TableInfo.php, method OCI8TableInfo::initPrimaryKey()
    Loads the primary key information for this table.
initPrimaryKey
in file SQLiteTableInfo.php, method SQLiteTableInfo::initPrimaryKey()
    Loads the primary key information for this table.
initPrimaryKey
in file MySQLTableInfo.php, method MySQLTableInfo::initPrimaryKey()
    Loads the primary key information for this table.
initPrimaryKey
in file TableInfo.php, method TableInfo::initPrimaryKey()
    Loads the primary key information for this table.
initPrimaryKey
in file PgSQLTableInfo.php, method PgSQLTableInfo::initPrimaryKey()
    Loads the primary keys for this table.
initPrimaryKey
in file MSSQLTableInfo.php, method MSSQLTableInfo::initPrimaryKey()
    Loads the primary key info for this table.
initSequences
in file DatabaseInfo.php, method DatabaseInfo::initSequences()
initSequences
in file PgSQLDatabaseInfo.php, method PgSQLDatabaseInfo::initSequences()
    PgSQL sequences.
initSequences
in file MSSQLDatabaseInfo.php, method MSSQLDatabaseInfo::initSequences()
initSequences
in file OCI8DatabaseInfo.php, method OCI8DatabaseInfo::initSequences()
    Oracle supports sequences.
initSequences
in file SQLiteDatabaseInfo.php, method SQLiteDatabaseInfo::initSequences()
    SQLite does not support sequences.
initSequences
in file MySQLDatabaseInfo.php, method MySQLDatabaseInfo::initSequences()
    MySQL does not support sequences.
initSequences
in file ODBCDatabaseInfo.php, method ODBCDatabaseInfo::initSequences()
initTables
in file ODBCDatabaseInfo.php, method ODBCDatabaseInfo::initTables()
initTables
in file SQLiteDatabaseInfo.php, method SQLiteDatabaseInfo::initTables()
initTables
in file PgSQLDatabaseInfo.php, method PgSQLDatabaseInfo::initTables()
initTables
in file MySQLDatabaseInfo.php, method MySQLDatabaseInfo::initTables()
initTables
in file OCI8DatabaseInfo.php, method OCI8DatabaseInfo::initTables()
initTables
in file DatabaseInfo.php, method DatabaseInfo::initTables()
initTables
in file MSSQLDatabaseInfo.php, method MSSQLDatabaseInfo::initTables()
isAfterInsert
in file OCI8IdGenerator.php, method OCI8IdGenerator::isAfterInsert()
isAfterInsert
in file SQLiteIdGenerator.php, method SQLiteIdGenerator::isAfterInsert()
isAfterInsert
in file ODBCIdGenerator.php, method ODBCIdGenerator::isAfterInsert()
isAfterInsert
in file MySQLIdGenerator.php, method MySQLIdGenerator::isAfterInsert()
isAfterInsert
in file IdGenerator.php, method IdGenerator::isAfterInsert()
    Convenience method that returns TRUE if id is generated after an INSERT statement. This is the same as checking whether the generator type is AUTOINCREMENT.
isAfterInsert
in file MSSQLIdGenerator.php, method MSSQLIdGenerator::isAfterInsert()
isAfterInsert
in file PgSQLIdGenerator.php, method PgSQLIdGenerator::isAfterInsert()
isAfterLast
in file ResultSet.php, method ResultSet::isAfterLast()
    Checks whether cursor is after the last record.
isAfterLast
in file ResultSetCommon.php, method ResultSetCommon::isAfterLast()
isAfterLast
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::isAfterLast()
isAZombie
in file Record.php, method Record::isAZombie()
    Determines if this record is a Zombie. A Zombie is a record that has been deleted from the database, but not yet removed from the DataSet.
isBeforeFirst
in file ResultSetCommon.php, method ResultSetCommon::isBeforeFirst()
isBeforeFirst
in file ResultSet.php, method ResultSet::isBeforeFirst()
    Checks whether cursor is before the first record.
isBeforeInsert
in file SQLiteIdGenerator.php, method SQLiteIdGenerator::isBeforeInsert()
isBeforeInsert
in file OCI8IdGenerator.php, method OCI8IdGenerator::isBeforeInsert()
isBeforeInsert
in file MSSQLIdGenerator.php, method MSSQLIdGenerator::isBeforeInsert()
isBeforeInsert
in file IdGenerator.php, method IdGenerator::isBeforeInsert()
    Convenience method that returns TRUE if id is generated before an INSERT statement. This is the same as checking whether the generator type is SEQUENCE.
isBeforeInsert
in file ODBCIdGenerator.php, method ODBCIdGenerator::isBeforeInsert()
isBeforeInsert
in file MySQLIdGenerator.php, method MySQLIdGenerator::isBeforeInsert()
isBeforeInsert
in file PgSQLIdGenerator.php, method PgSQLIdGenerator::isBeforeInsert()
isFromFile
in file Lob.php, method Lob::isFromFile()
    Returns whether this Lob is loaded from file.
isIgnoreAssocCase
in file ResultSetCommon.php, method ResultSetCommon::isIgnoreAssocCase()
isIgnoreAssocCase
in file ResultSet.php, method ResultSet::isIgnoreAssocCase()
    Whether assoc result keys get left alone -- as opposed to converted to lowercase.
isModified
in file Lob.php, method Lob::isModified()
    Whether LOB contents have been modified after initial setting.
isNullable
in file ColumnInfo.php, method ColumnInfo::isNullable()
    Is column nullable?
isSelect
in file StatementCommon.php, method StatementCommon::isSelect()
    Returns whether the passed SQL is a SELECT statement.
isSequence
in file DatabaseInfo.php, method DatabaseInfo::isSequence()
TIME
in file CreoleTypes.php, class constant CreoleTypes::TIME
TIMESTAMP
in file CreoleTypes.php, class constant CreoleTypes::TIMESTAMP
TINYINT
in file CreoleTypes.php, class constant CreoleTypes::TINYINT
top

k

$keyDef
in file DataSet.php, variable DataSet::$keyDef
    the KeyDef for this DataSet
KeyDef.php
procedural page KeyDef.php
key
in file DataSet.php, method DataSetIterator::key()
key
in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::key()
    Returns the cursor position. Note that this will not necessarily be 1 for the first row, since no rewind is performed at beginning of iteration.
key
in file ResultSetIterator.php, method ResultSetIterator::key()
    Returns the cursor position.
KeyDef
in file KeyDef.php, class KeyDef
    A KeyDef is a way to define the key columns in a table.
keydef
in file DataSet.php, method DataSet::keydef()
    gets the KeyDef object for this DataSet
top

l

$lastFetchSize
in file DataSet.php, variable DataSet::$lastFetchSize
    number of records that were last fetched
$lastPos
in file ODBCCachedResultSet.php, variable ODBCCachedResultSet::$lastPos
    Tracks the last cursor position of the recordset.
$lastStmt
in file OCI8Connection.php, variable OCI8Connection::$lastStmt
$limit
in file ODBCResultSetCommon.php, variable ODBCResultSetCommon::$limit
    Maximum rows to retrieve, or 0 if all (for emulated limit).
$limit
in file PreparedStatementCommon.php, variable PreparedStatementCommon::$limit
    Max rows to retrieve from DB.
$limit
in file StatementCommon.php, variable StatementCommon::$limit
    Max rows to retrieve from DB.
ALL_RECORDS
in file DataSet.php, class constant DataSet::ALL_RECORDS
    indicates that all records should be retrieved during a fetch
BLOB
in file CreoleTypes.php, class constant CreoleTypes::BLOB
CLOB
in file CreoleTypes.php, class constant CreoleTypes::CLOB
Lob.php
procedural page Lob.php
FLOAT
in file CreoleTypes.php, class constant CreoleTypes::FLOAT
last
in file ResultSet.php, method ResultSet::last()
    Move cursor to end of recordset.
last
in file ResultSetCommon.php, method ResultSetCommon::last()
lastFetchSize
in file DataSet.php, method DataSet::lastFetchSize()
    The number of records that were fetched with the last fetchRecords.
loadCache
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::loadCache()
    Caches specified records up to and including the specified 1-based record position. If -1 is specified, all records will be cached.
loadTypeMap
in file ODBCTypes.php, method ODBCTypes::loadTypeMap()
    Loads the map of ODBC data types to Creole (JDBC) types.
Lob
in file Lob.php, class Lob
    An abstract class for handling LOB (Locator Object) columns.
top

m

$max
in file Query.php, variable Query::$max
MSSQLDatabaseInfo.php
procedural page MSSQLDatabaseInfo.php
MSSQLTableInfo.php
procedural page MSSQLTableInfo.php
MSSQLCallableStatement.php
procedural page MSSQLCallableStatement.php
MSSQLConnection.php
procedural page MSSQLConnection.php
MSSQLIdGenerator.php
procedural page MSSQLIdGenerator.php
MSSQLPreparedStatement.php
procedural page MSSQLPreparedStatement.php
MSSQLResultSet.php
procedural page MSSQLResultSet.php
MSSQLStatement.php
procedural page MSSQLStatement.php
MSSQLTypes.php
procedural page MSSQLTypes.php
MySQLDatabaseInfo.php
procedural page MySQLDatabaseInfo.php
MySQLTableInfo.php
procedural page MySQLTableInfo.php
MySQLConnection.php
procedural page MySQLConnection.php
MySQLIdGenerator.php
procedural page MySQLIdGenerator.php
MySQLPreparedStatement.php
procedural page MySQLPreparedStatement.php
MySQLResultSet.php
procedural page MySQLResultSet.php
MySQLStatement.php
procedural page MySQLStatement.php
MySQLTypes.php
procedural page MySQLTypes.php
MySQLAdapter.php
procedural page MySQLAdapter.php
markForInsert
in file Record.php, method Record::markForInsert()
    Marks this record to be inserted when a save is executed.
markForUpdate
in file Record.php, method Record::markForUpdate()
    Marks this record to be updated when a save is executed.
markRecordClean
in file Record.php, method Record::markRecordClean()
    Marks all the values in this record as clean.
markToBeDeleted
in file Record.php, method Record::markToBeDeleted()
    Marks this record to be deleted when a save is executed.
markValueClean
in file Record.php, method Record::markValueClean()
    Marks a value with a given column name as clean (unmodified).
markValueDirty
in file Record.php, method Record::markValueDirty()
    Marks a value with a given column as "dirty" (modified).
MSSQLCallableStatement
in file MSSQLCallableStatement.php, class MSSQLCallableStatement
    MS SQL Server class to handle stored procedure execution.
MSSQLConnection
in file MSSQLConnection.php, class MSSQLConnection
    MS SQL Server implementation of Connection.
MSSQLDatabaseInfo
in file MSSQLDatabaseInfo.php, class MSSQLDatabaseInfo
    MSSQL impementation of DatabaseInfo.
MSSQLIdGenerator
in file MSSQLIdGenerator.php, class MSSQLIdGenerator
    MSSQL IdGenerator implimenation.
MSSQLPreparedStatement
in file MSSQLPreparedStatement.php, class MSSQLPreparedStatement
    MSSQL specific PreparedStatement functions.
MSSQLResultSet
in file MSSQLResultSet.php, class MSSQLResultSet
    MSSQL implementation of ResultSet.
MSSQLStatement
in file MSSQLStatement.php, class MSSQLStatement
    Class that contains MSSQL functionality for Statements.
MSSQLTableInfo
in file MSSQLTableInfo.php, class MSSQLTableInfo
    MSSQL implementation of TableInfo.
MSSQLTypes
in file MSSQLTypes.php, class MSSQLTypes
    MSSQL types / type map.
MySQLAdapter
in file MySQLAdapter.php, class MySQLAdapter
    Implements MySQL driver-specific behavior.
MySQLConnection
in file MySQLConnection.php, class MySQLConnection
    MySQL implementation of Connection.
MySQLDatabaseInfo
in file MySQLDatabaseInfo.php, class MySQLDatabaseInfo
    MySQL implementation of DatabaseInfo.
MySQLIdGenerator
in file MySQLIdGenerator.php, class MySQLIdGenerator
    MySQL IdGenerator implimenation.
MySQLPreparedStatement
in file MySQLPreparedStatement.php, class MySQLPreparedStatement
    MySQL subclass for prepared statements.
MySQLResultSet
in file MySQLResultSet.php, class MySQLResultSet
    MySQL implementation of ResultSet class.
MySQLStatement
in file MySQLStatement.php, class MySQLStatement
    MySQL Statement
MySQLTableInfo
in file MySQLTableInfo.php, class MySQLTableInfo
    MySQL implementation of TableInfo.
MySQLTypes
in file MySQLTypes.php, class MySQLTypes
    MySQL types / type map.
SMALLINT
in file CreoleTypes.php, class constant CreoleTypes::SMALLINT
top

n

$name
in file TableInfo.php, variable TableInfo::$name
$name
in file ColumnInfo.php, variable ColumnInfo::$name
    Column name
$nativeError
in file SQLException.php, variable SQLException::$nativeError
    Native RDBMS error string
$nativeType
in file ColumnInfo.php, variable ColumnInfo::$nativeType
    Column native type
$numRows
in file ODBCResultSet.php, variable ODBCResultSet::$numRows
    Number of rows in resultset.
INSERT
in file Record.php, class constant Record::INSERT
INTEGER
in file CreoleTypes.php, class constant CreoleTypes::INTEGER
nativeError
in file OCI8Connection.php, method OCI8Connection::nativeError()
    Get the native Oracle Error Message as a string.
nativeError
in file ODBCConnection.php, method ODBCConnection::nativeError()
    Returns a formatted ODBC error string.
needsToBeSaved
in file Record.php, method Record::needsToBeSaved()
    If the record is not clean, needs to be saved with an Update, Delete or Insert, it returns true.
next
in file ResultSetIterator.php, method ResultSetIterator::next()
    This method does not actually do anything since we have already advanced the cursor pos in valid().
next
in file SQLiteResultSet.php, method SQLiteResultSet::next()
next
in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::next()
    Advances internal cursor pos.
next
in file ResultSet.php, method ResultSet::next()
    Moves the internal cursor to the next position and fetches the row at that position.
next
in file DataSet.php, method DataSetIterator::next()
next
in file MySQLResultSet.php, method MySQLResultSet::next()
next
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::next()
next
in file OCI8ResultSet.php, method OCI8ResultSet::next()
next
in file MSSQLResultSet.php, method MSSQLResultSet::next()
next
in file ODBCResultSet.php, method ODBCResultSet::next()
next
in file PgSQLResultSet.php, method PgSQLResultSet::next()
UNKNOWN
in file Record.php, class constant Record::UNKNOWN
top

o

$odbcresult
in file ODBCConnection.php, variable ODBCConnection::$odbcresult
    Last ODBC result resource from executeQuery/executeUpdate. Used in getUpdateCount()
$offset
in file ODBCResultSetCommon.php, variable ODBCResultSetCommon::$offset
    Offset at which to start reading rows (for emulated offset).
$offset
in file PreparedStatementCommon.php, variable PreparedStatementCommon::$offset
    Offset at which to start processing DB rows.
$offset
in file StatementCommon.php, variable StatementCommon::$offset
    Offset at which to start processing DB rows.
$outFile
in file Lob.php, variable Lob::$outFile
    File that blob should be written out to.
BOOLEAN
in file CreoleTypes.php, class constant CreoleTypes::BOOLEAN
ODBCAdapter.php
procedural page ODBCAdapter.php
ODBCDatabaseInfo.php
procedural page ODBCDatabaseInfo.php
ODBCTableInfo.php
procedural page ODBCTableInfo.php
ODBCCachedResultSet.php
procedural page ODBCCachedResultSet.php
ODBCConnection.php
procedural page ODBCConnection.php
ODBCIdGenerator.php
procedural page ODBCIdGenerator.php
ODBCPreparedStatement.php
procedural page ODBCPreparedStatement.php
ODBCResultSetCommon.php
procedural page ODBCResultSetCommon.php
ODBCResultSet.php
procedural page ODBCResultSet.php
ODBCStatement.php
procedural page ODBCStatement.php
ODBCTypes.php
procedural page ODBCTypes.php
OCI8DatabaseInfo.php
procedural page OCI8DatabaseInfo.php
OCI8TableInfo.php
procedural page OCI8TableInfo.php
OCI8Connection.php
procedural page OCI8Connection.php
OCI8IdGenerator.php
procedural page OCI8IdGenerator.php
OCI8PreparedStatement.php
procedural page OCI8PreparedStatement.php
OCI8ResultSet.php
procedural page OCI8ResultSet.php
OCI8Statement.php
procedural page OCI8Statement.php
OCI8Types.php
procedural page OCI8Types.php
DOUBLE
in file CreoleTypes.php, class constant CreoleTypes::DOUBLE
LONGVARBINARY
in file CreoleTypes.php, class constant CreoleTypes::LONGVARBINARY
LONGVARCHAR
in file CreoleTypes.php, class constant CreoleTypes::LONGVARCHAR
NO_ASSOC_LOWER
in file Creole.php, class constant Creole::NO_ASSOC_LOWER
    Flag to pass to the connection to indicate that no case conversions should be performed by ResultSet on keys of fetched rows.
OCI8Connection
in file OCI8Connection.php, class OCI8Connection
    Oracle implementation of Connection.
OCI8DatabaseInfo
in file OCI8DatabaseInfo.php, class OCI8DatabaseInfo
    Oracle (OCI8) implementation of DatabaseInfo.
OCI8IdGenerator
in file OCI8IdGenerator.php, class OCI8IdGenerator
    Oracle (OCI8) IdGenerator implimenation.
OCI8PreparedStatement
in file OCI8PreparedStatement.php, class OCI8PreparedStatement
    Oracle (OCI8) implementation of PreparedStatement.
OCI8ResultSet
in file OCI8ResultSet.php, class OCI8ResultSet
    Oracle (OCI8) implementation of ResultSet class.
OCI8Statement
in file OCI8Statement.php, class OCI8Statement
    Oracle (OCI8) Statement implementation.
OCI8TableInfo
in file OCI8TableInfo.php, class OCI8TableInfo
    Oracle (OCI8) implementation of TableInfo.
OCI8Types
in file OCI8Types.php, class OCI8Types
    Oracle types / type map.
ODBCAdapter
in file ODBCAdapter.php, class ODBCAdapter
    Default class for ODBC driver-specific behavior.
ODBCCachedResultSet
in file ODBCCachedResultSet.php, class ODBCCachedResultSet
    ODBC implementation of a cached ResultSet.
ODBCConnection
in file ODBCConnection.php, class ODBCConnection
    ODBC implementation of Connection.
ODBCDatabaseInfo
in file ODBCDatabaseInfo.php, class ODBCDatabaseInfo
    ODBC implementation of DatabaseInfo.
ODBCIdGenerator
in file ODBCIdGenerator.php, class ODBCIdGenerator
    ODBC IdGenerator implimenation.
ODBCPreparedStatement
in file ODBCPreparedStatement.php, class ODBCPreparedStatement
    ODBC specific PreparedStatement functions.
ODBCResultResource
in file ODBCConnection.php, class ODBCResultResource
    This is a simple wrapper class to manage the lifetime of an ODBC result resource
ODBCResultSet
in file ODBCResultSet.php, class ODBCResultSet
    ODBC implementation of ResultSet.
ODBCResultSetCommon
in file ODBCResultSetCommon.php, class ODBCResultSetCommon
    Base class for ODBC implementation of ResultSet.
ODBCStatement
in file ODBCStatement.php, class ODBCStatement
    ODBC Statement
ODBCTableInfo
in file ODBCTableInfo.php, class ODBCTableInfo
    ODBC implementation of TableInfo.
ODBCTypes
in file ODBCTypes.php, class ODBCTypes
    ODBC types / type map.
optimisticLockingCol
in file TableDataSet.php, method TableDataSet::optimisticLockingCol()
    Gets the table column used for optomistic locking.
order
in file TableDataSet.php, method TableDataSet::order()
other
in file TableDataSet.php, method TableDataSet::other()
    Sets the value for the SQL portion of the OTHER statement
ZOMBIE
in file Record.php, class constant Record::ZOMBIE
top

p

$pkLoaded
in file TableInfo.php, variable TableInfo::$pkLoaded
$positions
in file PreparedStatementCommon.php, variable PreparedStatementCommon::$positions
    The string positions of the parameters in the SQL.
$positionsCount
in file PreparedStatementCommon.php, variable PreparedStatementCommon::$positionsCount
    Number of positions (simply to save processing).
$primaryKey
in file TableInfo.php, variable TableInfo::$primaryKey
PreparedStatementCommon.php
procedural page PreparedStatementCommon.php
PgSQLDatabaseInfo.php
procedural page PgSQLDatabaseInfo.php
PgSQLTableInfo.php
procedural page PgSQLTableInfo.php
PgSQLConnection.php
procedural page PgSQLConnection.php
PgSQLIdGenerator.php
procedural page PgSQLIdGenerator.php
PgSQLPreparedStatement.php
procedural page PgSQLPreparedStatement.php
PgSQLResultSet.php
procedural page PgSQLResultSet.php
PgSQLStatement.php
procedural page PgSQLStatement.php
PgSQLTypes.php
procedural page PgSQLTypes.php
PrimaryKeyInfo.php
procedural page PrimaryKeyInfo.php
PreparedStatement.php
procedural page PreparedStatement.php
PagedQuery.php
procedural page PagedQuery.php
PagedQuery
in file PagedQuery.php, class PagedQuery
    Class for representing a SQL query for retrieving paged results from a database.
parseDSN
in file Creole.php, method Creole::parseDSN()
    Parse a data source name.
PgSQLConnection
in file PgSQLConnection.php, class PgSQLConnection
    PgSQL implementation of Connection.
PgSQLDatabaseInfo
in file PgSQLDatabaseInfo.php, class PgSQLDatabaseInfo
    MySQL implementation of DatabaseInfo.
PgSQLIdGenerator
in file PgSQLIdGenerator.php, class PgSQLIdGenerator
    PostgreSQL IdGenerator implemenation.
PgSQLPreparedStatement
in file PgSQLPreparedStatement.php, class PgSQLPreparedStatement
    PgSQL subclass for prepared statements.
PgSQLResultSet
in file PgSQLResultSet.php, class PgSQLResultSet
    PostgreSQL implementation of ResultSet.
PgSQLStatement
in file PgSQLStatement.php, class PgSQLStatement
    PostgreSQL Statement implementation.
PgSQLTableInfo
in file PgSQLTableInfo.php, class PgSQLTableInfo
    PgSQL implementation of TableInfo.
PgSQLTypes
in file PgSQLTypes.php, class PgSQLTypes
    PostgreSQL types / type map.
prepareCall
in file OCI8Connection.php, method OCI8Connection::prepareCall()
prepareCall
in file ODBCConnection.php, method ODBCConnection::prepareCall()
prepareCall
in file ConnectionCommon.php, method ConnectionCommon::prepareCall()
    Creates a CallableStatement object for calling database stored procedures.
prepareCall
in file Connection.php, method Connection::prepareCall()
    Creates a CallableStatement object for calling database stored procedures.
prepareCall
in file SQLiteConnection.php, method SQLiteConnection::prepareCall()
prepareCall
in file MSSQLConnection.php, method MSSQLConnection::prepareCall()
    Creates a CallableStatement object for calling database stored procedures.
prepareCall
in file MySQLConnection.php, method MySQLConnection::prepareCall()
prepareCall
in file PgSQLConnection.php, method PgSQLConnection::prepareCall()
PreparedStatement
in file PreparedStatement.php, class PreparedStatement
    Interface for a pre-compiled SQL statement.
PreparedStatementCommon
in file PreparedStatementCommon.php, class PreparedStatementCommon
    Class that represents a shared code for handling emulated pre-compiled statements.
prepareStatement
in file Connection.php, method Connection::prepareStatement()
    Prepares a query for multiple execution with execute().
prepareStatement
in file SQLiteConnection.php, method SQLiteConnection::prepareStatement()
prepareStatement
in file MSSQLConnection.php, method MSSQLConnection::prepareStatement()
prepareStatement
in file PgSQLConnection.php, method PgSQLConnection::prepareStatement()
prepareStatement
in file MySQLConnection.php, method MySQLConnection::prepareStatement()
prepareStatement
in file OCI8Connection.php, method OCI8Connection::prepareStatement()
    Oracle supports native prepared statements, but the OCIParse call is actually called by the OCI8PreparedStatement class because some additional SQL processing may be necessary (e.g. to apply limit).
prepareStatement
in file ODBCConnection.php, method ODBCConnection::prepareStatement()
preservesColumnCase
in file ODBCAdapter.php, method ODBCAdapter::preservesColumnCase()
    Returns true if column case is preserved in the database when a table is first created. Returns false if table does not preserve case (i.e.
preservesColumnCase
in file CodeBaseAdapter.php, method CodeBaseAdapter::preservesColumnCase()
previous
in file ResultSetCommon.php, method ResultSetCommon::previous()
previous
in file ResultSet.php, method ResultSet::previous()
    Moves the internal cursor to the previous position and fetches the row at that position.
PrimaryKeyInfo
in file PrimaryKeyInfo.php, class PrimaryKeyInfo
    Represents a PrimaryKey
primaryKeyLoaded
in file TableInfo.php, method TableInfo::primaryKeyLoaded()
    Has primary key info been loaded?
UPDATE
in file Record.php, class constant Record::UPDATE
top

q

QueryDataSet.php
procedural page QueryDataSet.php
Query.php
procedural page Query.php
Query
in file Query.php, class Query
    Class for representing a SQL query for RETRIEVING results from a database.
QueryDataSet
in file QueryDataSet.php, class QueryDataSet
    This class is used to represent the results of a SQL select statements on the database.
top

r

$recordRetrievedCount
in file DataSet.php, variable DataSet::$recordRetrievedCount
    number of records retrieved
$records
in file DataSet.php, variable DataSet::$records
    this DataSet's collection of Record objects
$recs
in file ODBCCachedResultSet.php, variable ODBCCachedResultSet::$recs
    Record cache
$result
in file ResultSetCommon.php, variable ResultSetCommon::$result
    Resource identifier used for native result set handling.
$resultClass
in file StatementCommon.php, variable StatementCommon::$resultClass
    The ResultSet class name.
$resultSet
in file StatementCommon.php, variable StatementCommon::$resultSet
    Temporarily hold a ResultSet object after an execute() query.
$resultSet
in file PreparedStatementCommon.php, variable PreparedStatementCommon::$resultSet
    Temporarily hold a ResultSet object after an execute() query.
$resultSet
in file DataSet.php, variable DataSet::$resultSet
    the result set for this DataSet
$reverseMap
in file ODBCTypes.php, variable ODBCTypes::$reverseMap
    Reverse mapping, created on demand.
ARR
in file CreoleTypes.php, class constant CreoleTypes::ARR
    this is "ARRAY" from JDBC types
ResultSetCommon.php
procedural page ResultSetCommon.php
ResultSetIterator.php
procedural page ResultSetIterator.php
ResultSet.php
procedural page ResultSet.php
Record.php
procedural page Record.php
readFromFile
in file Lob.php, method Lob::readFromFile()
    Read LOB data from file (binary safe).
readFromFile
in file Clob.php, method Clob::readFromFile()
    Read LOB data from file.
readLobData
in file ODBCResultSetCommon.php, method ODBCResultSetCommon::readLobData()
    Reads in any unread LOB data. For long char fields, we may already have up to odbc_longreadlen() bytes in the buffer. These are passed in via the $curdata parm. For long binary fields, no data is read initially since odbc_binmode() is set to ODBC_BINMODE_PASSTHRU.
Record
in file Record.php, class Record
    A Record represents a row in the database. It contains a hash of values which represent the column values for each row.
recordIsClean
in file Record.php, method Record::recordIsClean()
    Goes through all the values in the record to determine if it is clean or not.
refresh
in file Record.php, method Record::refresh()
    This method refreshes this Record's Value's. It can only be performed on a Record that has not been modified and has been created with a TableDataSet and corresponding KeyDef.
refresh
in file TableDataSet.php, method TableDataSet::refresh()
    This method refreshes all of the Records stored in this TableDataSet.
refreshOnSave
in file TableDataSet.php, method TableDataSet::refreshOnSave()
    Setting this causes each Record to refresh itself when a save() is performed on it.
registerDriver
in file Creole.php, method Creole::registerDriver()
    Register your own RDBMS driver class.
registerOutParameter
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::registerOutParameter()
registerOutParameter
in file CallableStatement.php, method CallableStatement::registerOutParameter()
    Register a parameter as an output param.
relative
in file ResultSetCommon.php, method ResultSetCommon::relative()
relative
in file ResultSet.php, method ResultSet::relative()
    Moves the cursor a relative number of rows, either positive or negative and fetches the row at that position.
releaseRecords
in file DataSet.php, method DataSet::releaseRecords()
    Removes the records from the DataSet, but does not null the records out
removeDeletedRecords
in file TableDataSet.php, method TableDataSet::removeDeletedRecords()
    Removes any records that are marked as a zombie.
removeRecord
in file DataSet.php, method DataSet::removeRecord()
    Remove a record from the DataSet's internal storage
replaceParams
in file PreparedStatementCommon.php, method PreparedStatementCommon::replaceParams()
    Replaces placeholders with the specified parameter values in the SQL.
replaceParams
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::replaceParams()
    This does nothing since ODBC natively supports prepared statements.
reset
in file DataSet.php, method DataSet::reset()
    Essentially the same as releaseRecords, but it won't work on a QueryDataSet that has been created with a ResultSet
resultSet
in file DataSet.php, method DataSet::resultSet()
    Gets the ResultSet for this DataSet
ResultSet
in file ResultSet.php, class ResultSet
    This is the interface for classes the wrap db results.
ResultSetCommon
in file ResultSetCommon.php, class ResultSetCommon
    This class implements many shared or common methods needed by resultset drivers.
ResultSetIterator
in file ResultSetIterator.php, class ResultSetIterator
    Basic ResultSet Iterator.
rewind
in file DataSet.php, method DataSetIterator::rewind()
rewind
in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::rewind()
    This method actually has no effect, since we do not rewind ResultSet for iteration.
rewind
in file ResultSetIterator.php, method ResultSetIterator::rewind()
    If not at start of resultset, this method will call seek(0).
rollback
in file MySQLConnection.php, method MySQLConnection::rollback()
    Roll back (undo) the current transaction.
rollback
in file OCI8Connection.php, method OCI8Connection::rollback()
    Roll back (undo) the current transaction.
rollback
in file Connection.php, method Connection::rollback()
    Rollback changes in a transaction.
rollback
in file PgSQLConnection.php, method PgSQLConnection::rollback()
    Roll back (undo) the current transaction.
rollback
in file MSSQLConnection.php, method MSSQLConnection::rollback()
    Roll back (undo) the current transaction.
rollback
in file SQLiteConnection.php, method SQLiteConnection::rollback()
    Roll back (undo) the current transaction.
rollback
in file ODBCConnection.php, method ODBCConnection::rollback()
top

s

$scale
in file ColumnInfo.php, variable ColumnInfo::$scale
    Column scale (number of digits after decimal )
$selectSql
in file DataSet.php, variable DataSet::$selectSql
    the select string that was used to build this DataSet
$seqsLoaded
in file DatabaseInfo.php, variable DatabaseInfo::$seqsLoaded
    have sequences been loaded
$sequences
in file DatabaseInfo.php, variable DatabaseInfo::$sequences
$size
in file ColumnInfo.php, variable ColumnInfo::$size
    Column length
$sql
in file PreparedStatementCommon.php, variable PreparedStatementCommon::$sql
    The SQL this class operates on.
$sql
in file Query.php, variable Query::$sql
$start
in file Query.php, variable Query::$start
$stmt
in file StatementCommon.php, variable StatementCommon::$stmt
    The prepared statement resource id.
$stmt
in file DataSet.php, variable DataSet::$stmt
    the Statement for this DataSet
StatementCommon.php
procedural page StatementCommon.php
SQLiteDatabaseInfo.php
procedural page SQLiteDatabaseInfo.php
SQLiteTableInfo.php
procedural page SQLiteTableInfo.php
SQLiteConnection.php
procedural page SQLiteConnection.php
SQLiteIdGenerator.php
procedural page SQLiteIdGenerator.php
SQLitePreparedStatement.php
procedural page SQLitePreparedStatement.php
SQLiteResultSetIterator.php
procedural page SQLiteResultSetIterator.php
SQLiteResultSet.php
procedural page SQLiteResultSet.php
SQLiteStatement.php
procedural page SQLiteStatement.php
SQLiteTypes.php
procedural page SQLiteTypes.php
SQLException.php
procedural page SQLException.php
Statement.php
procedural page Statement.php
SQLStatementExtractor.php
procedural page SQLStatementExtractor.php
save
in file Record.php, method Record::save()
    Saves the data in this Record to the database.
save
in file TableDataSet.php, method TableDataSet::save()
    Saves all the records in the DataSet.
schema
in file DataSet.php, method DataSet::schema()
    Gets the Schema for this DataSet
seek
in file PgSQLResultSet.php, method PgSQLResultSet::seek()
    Postgres doesn't actually move the db pointer. The specific row is fetched by call to pg_fetch_array() rather than by a seek and then an unspecified pg_fetch_array() call.
seek
in file OCI8ResultSet.php, method OCI8ResultSet::seek()
seek
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::seek()
seek
in file ResultSet.php, method ResultSet::seek()
    Moves cursor position WITHOUT FETCHING ROW AT THAT POSITION.
seek
in file ODBCResultSet.php, method ODBCResultSet::seek()
seek
in file SQLiteResultSet.php, method SQLiteResultSet::seek()
seek
in file MySQLResultSet.php, method MySQLResultSet::seek()
seek
in file MSSQLResultSet.php, method MSSQLResultSet::seek()
set
in file PreparedStatement.php, method PreparedStatement::set()
    A generic set method.
set
in file PreparedStatementCommon.php, method PreparedStatementCommon::set()
    A generic set method.
setAllRecordsRetrieved
in file DataSet.php, method DataSet::setAllRecordsRetrieved()
    Set all records retrieved
setArray
in file PreparedStatementCommon.php, method PreparedStatementCommon::setArray()
    Sets an array.
setArray
in file PreparedStatement.php, method PreparedStatement::setArray()
    Sets an array.
setArray
in file PgSQLPreparedStatement.php, method PgSQLPreparedStatement::setArray()
    Sets an array.
setArray
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::setArray()
setAutoCommit
in file ODBCConnection.php, method ODBCConnection::setAutoCommit()
setAutoCommit
in file Connection.php, method Connection::setAutoCommit()
    Enable/disable automatic commits.
setAutoCommit
in file ConnectionCommon.php, method ConnectionCommon::setAutoCommit()
    Enable/disable automatic commits.
setBlob
in file PreparedStatementCommon.php, method PreparedStatementCommon::setBlob()
setBlob
in file PreparedStatement.php, method PreparedStatement::setBlob()
setBlob
in file MSSQLPreparedStatement.php, method MSSQLPreparedStatement::setBlob()
    MSSQL-specific implementation of setBlob().
setBlob
in file SQLitePreparedStatement.php, method SQLitePreparedStatement::setBlob()
    Applies sqlite_udf_encode_binary() to ensure that binary contents will be handled correctly by sqlite.
setBlob
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::setBlob()
setBlob
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::setBlob()
setBlob
in file OCI8PreparedStatement.php, method OCI8PreparedStatement::setBlob()
setBlob
in file PgSQLPreparedStatement.php, method PgSQLPreparedStatement::setBlob()
    Applies sqlite_udf_encode_binary() to ensure that binary contents will be handled correctly by sqlite.
setBoolean
in file PreparedStatement.php, method PreparedStatement::setBoolean()
    Sets a boolean value.
setBoolean
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::setBoolean()
setBoolean
in file PgSQLPreparedStatement.php, method PgSQLPreparedStatement::setBoolean()
    For setting value of Postgres BOOLEAN column.
setBoolean
in file PreparedStatementCommon.php, method PreparedStatementCommon::setBoolean()
    Sets a boolean value.
setClob
in file PreparedStatementCommon.php, method PreparedStatementCommon::setClob()
setClob
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::setClob()
setClob
in file OCI8PreparedStatement.php, method OCI8PreparedStatement::setClob()
setClob
in file PreparedStatement.php, method PreparedStatement::setClob()
setClob
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::setClob()
setContents
in file Lob.php, method Lob::setContents()
    Set the contents of this LOB.
setDate
in file PreparedStatementCommon.php, method PreparedStatementCommon::setDate()
setDate
in file PreparedStatement.php, method PreparedStatement::setDate()
setDate
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::setDate()
setDecimal
in file PreparedStatementCommon.php, method PreparedStatementCommon::setDecimal()
setDouble
in file PreparedStatementCommon.php, method PreparedStatementCommon::setDouble()
setFetchmode
in file ResultSet.php, method ResultSet::setFetchmode()
    Sets the fetchmode used to retrieve results.
setFetchmode
in file ResultSetCommon.php, method ResultSetCommon::setFetchmode()
setFloat
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::setFloat()
setFloat
in file PreparedStatementCommon.php, method PreparedStatementCommon::setFloat()
setFloat
in file PreparedStatement.php, method PreparedStatement::setFloat()
setInputFile
in file Lob.php, method Lob::setInputFile()
    Specify the file that we want this LOB read from.
setInt
in file PreparedStatement.php, method PreparedStatement::setInt()
setInt
in file PreparedStatementCommon.php, method PreparedStatementCommon::setInt()
setInt
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::setInt()
setInteger
in file PreparedStatementCommon.php, method PreparedStatementCommon::setInteger()
    Alias for setInt()
setLimit
in file PreparedStatement.php, method PreparedStatement::setLimit()
    Sets the maximum number of rows to return from db.
setLimit
in file Statement.php, method Statement::setLimit()
    Sets the maximum number of rows to return from db.
setLimit
in file PreparedStatementCommon.php, method PreparedStatementCommon::setLimit()
setLimit
in file StatementCommon.php, method StatementCommon::setLimit()
    Sets the maximum number of rows to return from db.
setMax
in file Query.php, method Query::setMax()
    Sets max rows (limit).
setModified
in file Lob.php, method Lob::setModified()
    Set whether LOB contents have been modified after initial setting.
setNativeError
in file SQLException.php, method SQLException::setNativeError()
    Sets driver native error message.
setNull
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::setNull()
setNull
in file PreparedStatement.php, method PreparedStatement::setNull()
setNull
in file PreparedStatementCommon.php, method PreparedStatementCommon::setNull()
setNull
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::setNull()
setOffset
in file StatementCommon.php, method StatementCommon::setOffset()
    Sets the start row.
setOffset
in file PreparedStatementCommon.php, method PreparedStatementCommon::setOffset()
setOffset
in file Statement.php, method Statement::setOffset()
    Sets the start row.
setOffset
in file PreparedStatement.php, method PreparedStatement::setOffset()
    Sets the start row.
setOptimisticLockingColumn
in file TableDataSet.php, method TableDataSet::setOptimisticLockingColumn()
    Sets the table column used for optomistic locking.
setOutputFile
in file Lob.php, method Lob::setOutputFile()
    Specify the file that we want this LOB saved to.
setPage
in file PagedQuery.php, method PagedQuery::setPage()
    Set the current page number (First page is 1).
setParentDataSet
in file Record.php, method Record::setParentDataSet()
    Sets the parent DataSet for this record.
setRefreshOnSave
in file TableDataSet.php, method TableDataSet::setRefreshOnSave()
    Setting this causes each Record to refresh itself when a save() is performed on it.
setRowsPerPage
in file PagedQuery.php, method PagedQuery::setRowsPerPage()
    Set the number of rows per page.
setSaveType
in file Record.php, method Record::setSaveType()
    Sets the internal save type as one of the defined privates (ie: ZOMBIE)
setSql
in file Query.php, method Query::setSql()
    Sets the SQL we are using.
setStart
in file Query.php, method Query::setStart()
    Sets the start row or offset.
setString
in file PreparedStatementCommon.php, method PreparedStatementCommon::setString()
setString
in file PreparedStatement.php, method PreparedStatement::setString()
setString
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::setString()
setTime
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::setTime()
setTime
in file PreparedStatement.php, method PreparedStatement::setTime()
setTime
in file PreparedStatementCommon.php, method PreparedStatementCommon::setTime()
setTimestamp
in file PreparedStatement.php, method PreparedStatement::setTimestamp()
setTimestamp
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::setTimestamp()
setTimestamp
in file PreparedStatementCommon.php, method PreparedStatementCommon::setTimestamp()
setUserInfo
in file SQLException.php, method SQLException::setUserInfo()
    Sets additional user / debug information for this error.
setValue
in file Record.php, method Record::setValue()
    Sets the value of col.
size
in file KeyDef.php, method KeyDef::size()
    Returns number of columns in KeyDef.
size
in file DataSet.php, method DataSet::size()
    Gets the number of Records in this DataSet. It is 0 based.
size
in file Record.php, method Record::size()
    The number of columns in this object.
SQLException
in file SQLException.php, class SQLException
    A class for handling database-related errors.
SQLiteConnection
in file SQLiteConnection.php, class SQLiteConnection
    SQLite implementation of Connection.
SQLiteDatabaseInfo
in file SQLiteDatabaseInfo.php, class SQLiteDatabaseInfo
    SQLite implementation of DatabaseInfo.
SQLiteIdGenerator
in file SQLiteIdGenerator.php, class SQLiteIdGenerator
    SQLite IdGenerator implimenation.
SQLitePreparedStatement
in file SQLitePreparedStatement.php, class SQLitePreparedStatement
    MySQL subclass for prepared statements.
SQLiteResultSet
in file SQLiteResultSet.php, class SQLiteResultSet
    SQLite implementation of ResultSet class.
SQLiteResultSetIterator
in file SQLiteResultSetIterator.php, class SQLiteResultSetIterator
    Optimized iterator for SQLite.
SQLiteStatement
in file SQLiteStatement.php, class SQLiteStatement
    SQLite Statement
SQLiteTableInfo
in file SQLiteTableInfo.php, class SQLiteTableInfo
    MySQL implementation of TableInfo.
SQLiteTypes
in file SQLiteTypes.php, class SQLiteTypes
    MySQL types / type map.
SQLStatementExtractor
in file SQLStatementExtractor.php, class SQLStatementExtractor
    Static class for extracting SQL statements from a string or file.
startsWith
in file SQLStatementExtractor.php, method SQLStatementExtractor::startsWith()
    Tests if a string starts with a given string.
Statement
in file Statement.php, class Statement
    Class that represents a SQL statement.
StatementCommon
in file StatementCommon.php, class StatementCommon
    Class that contains common/shared functionality for Statements.
substring
in file SQLStatementExtractor.php, method SQLStatementExtractor::substring()
    a natural way of getting a subtring, php's circular string buffer and strange
top

t

$table
in file ColumnInfo.php, variable ColumnInfo::$table
    Table
$tables
in file DatabaseInfo.php, variable DatabaseInfo::$tables
$tablesLoaded
in file DatabaseInfo.php, variable DatabaseInfo::$tablesLoaded
    have tables been loaded
$totalFetchCount
in file DataSet.php, variable DataSet::$totalFetchCount
    number of records total that have been fetched
$transactionOpcount
in file ConnectionCommon.php, variable ConnectionCommon::$transactionOpcount
    The depth level of current transaction.
$type
in file ColumnInfo.php, variable ColumnInfo::$type
    Column Creole type.
$typeMap
in file ODBCTypes.php, variable ODBCTypes::$typeMap
    Map ODBC native types to Creole (JDBC) types.
TableInfo.php
procedural page TableInfo.php
TableDataSet.php
procedural page TableDataSet.php
OTHER
in file CreoleTypes.php, class constant CreoleTypes::OTHER
TableDataSet
in file TableDataSet.php, class TableDataSet
    This class is used for doing select/insert/delete/update on the database.
TableInfo
in file TableInfo.php, class TableInfo
    Represents a table.
tableInfo
in file TableDataSet.php, method TableDataSet::tableInfo()
    Load the TableInfo (metadata) object for this table.
tableName
in file TableDataSet.php, method TableDataSet::tableName()
    Gets the tableName defined in the schema
toBeSavedWithDelete
in file Record.php, method Record::toBeSavedWithDelete()
    Whether or not this Record is to be saved with an SQL delete statement
toBeSavedWithInsert
in file Record.php, method Record::toBeSavedWithInsert()
    Whether or not this Record is to be saved with an SQL insert statement
toBeSavedWithUpdate
in file Record.php, method Record::toBeSavedWithUpdate()
    Whether or not this Record is to be saved with an SQL update statement
toString
in file TableInfo.php, method TableInfo::toString()
toString
in file PrimaryKeyInfo.php, method PrimaryKeyInfo::toString()
toString
in file ColumnInfo.php, method ColumnInfo::toString()
toString
in file ForeignKeyInfo.php, method ForeignKeyInfo::toString()
toString
in file IndexInfo.php, method IndexInfo::toString()
toString
in file SQLException.php, method SQLException::toString()
top

u

$updateCount
in file StatementCommon.php, variable StatementCommon::$updateCount
    Temporary hold the affected row cound after an execute() query.
$updateCount
in file PreparedStatementCommon.php, variable PreparedStatementCommon::$updateCount
    Temporary hold the affected row cound after an execute() query.
$userInfo
in file SQLException.php, variable SQLException::$userInfo
    Information that provides additional information for context of Exception (e.g. SQL statement or DSN).
AUTOINCREMENT
in file IdGenerator.php, class constant IdGenerator::AUTOINCREMENT
    AUTO INCREMENT id generator type
NUMERIC
in file CreoleTypes.php, class constant CreoleTypes::NUMERIC
unmarkToBeDeleted
in file Record.php, method Record::unmarkToBeDeleted()
    Unmarks a record that has been marked for deletion.
top

v

valid
in file ResultSetIterator.php, method ResultSetIterator::valid()
    This method checks to see whether there are more results by advancing the cursor position.
valid
in file DataSet.php, method DataSetIterator::valid()
valid
in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::valid()
valueIsClean
in file Record.php, method Record::valueIsClean()
    Determines whether or not a value stored in the record is clean.
top

w

$warnings
in file StatementCommon.php, variable StatementCommon::$warnings
    Array of warning objects generated by methods performed on result set.
where
in file TableDataSet.php, method TableDataSet::where()
    Sets the value for the SQL portion of the WHERE statement.
writeToFile
in file Lob.php, method Lob::writeToFile()
    Write LOB data to file (binary safe).
writeToFile
in file Clob.php, method Clob::writeToFile()
    Write LOB data to file.
top

_

_execute
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::_execute()
    Internal function to call native ODBC prepare/execute functions.
_setLimit
in file MSSQLResultSet.php, method MSSQLResultSet::_setLimit()
    This MSSQL-only function exists to set limit after ResultSet is instantiated.
_setLimit
in file ODBCResultSetCommon.php, method ODBCResultSetCommon::_setLimit()
    This function exists to set limit after ResultSet is instantiated.
_setOffset
in file MSSQLResultSet.php, method MSSQLResultSet::_setOffset()
    This MSSQL-only function exists to set offset after ResultSet is instantiated.
_setOffset
in file ODBCResultSetCommon.php, method ODBCResultSetCommon::_setOffset()
    This function exists to set offset after ResultSet is instantiated.
__construct
in file ODBCConnection.php, method ODBCResultResource::__construct()
__construct
in file ColumnInfo.php, method ColumnInfo::__construct()
    Construct a new ColumnInfo object.
__construct
in file ODBCIdGenerator.php, method ODBCIdGenerator::__construct()
    Creates a new IdGenerator class, saves passed connection for use later by getId() method.
__construct
in file Record.php, method Record::__construct()
    Creates a new Record and sets the parent dataset to the passed in value.
__construct
in file OCI8TableInfo.php, method OCI8TableInfo::__construct()
__construct
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::__construct()
__construct
in file QueryDataSet.php, method QueryDataSet::__construct()
    Creates a new QueryDataSet based on a connection and a select string
__construct
in file ODBCResultSet.php, method ODBCResultSet::__construct()
__construct
in file PreparedStatementCommon.php, method PreparedStatementCommon::__construct()
    Create new prepared statement instance.
__construct
in file PrimaryKeyInfo.php, method PrimaryKeyInfo::__construct()
__construct
in file PgSQLIdGenerator.php, method PgSQLIdGenerator::__construct()
    Creates a new IdGenerator class, saves passed connection for use later by getId() method.
__construct
in file PagedQuery.php, method PagedQuery::__construct()
    Create a new Query.
__construct
in file ODBCResultSetCommon.php, method ODBCResultSetCommon::__construct()
__construct
in file OCI8IdGenerator.php, method OCI8IdGenerator::__construct()
    Creates a new IdGenerator class, saves passed connection for use later by getId() method.
__construct
in file Query.php, method Query::__construct()
    Create a new Query.
__construct
in file OCI8DatabaseInfo.php, method OCI8DatabaseInfo::__construct()
__construct
in file SQLiteIdGenerator.php, method SQLiteIdGenerator::__construct()
    Creates a new IdGenerator class, saves passed connection for use later by getId() method.
__construct
in file SQLException.php, method SQLException::__construct()
    Constructs a SQLException.
__construct
in file DataSet.php, method DataSetIterator::__construct()
__construct
in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::__construct()
    Construct the iterator.
__construct
in file DatabaseInfo.php, method DatabaseInfo::__construct()
__construct
in file TableInfo.php, method TableInfo::__construct()
__construct
in file TableDataSet.php, method TableDataSet::__construct()
    Construct new TableDataSet instance.
__construct
in file StatementCommon.php, method StatementCommon::__construct()
    Create new statement instance.
__construct
in file ForeignKeyInfo.php, method ForeignKeyInfo::__construct()
__construct
in file IndexInfo.php, method IndexInfo::__construct()
__construct
in file MSSQLIdGenerator.php, method MSSQLIdGenerator::__construct()
    Creates a new IdGenerator class, saves passed connection for use later by getId() method.
__construct
in file MySQLIdGenerator.php, method MySQLIdGenerator::__construct()
    Creates a new IdGenerator class, saves passed connection for use later by getId() method.
__construct
in file MSSQLCallableStatement.php, method MSSQLCallableStatement::__construct()
    Construct new MSSQLCallableStatement.
__construct
in file ResultSetIterator.php, method ResultSetIterator::__construct()
    Construct the iterator.
__construct
in file KeyDef.php, method KeyDef::__construct()
    Construct a keydef.
__construct
in file Lob.php, method Lob::__construct()
    Construct a new Lob.
__construct
in file ResultSetCommon.php, method ResultSetCommon::__construct()
__destruct
in file ResultSetCommon.php, method ResultSetCommon::__destruct()
    Destructor
__destruct
in file ODBCConnection.php, method ODBCResultResource::__destruct()
__destruct
in file ODBCConnection.php, method ODBCConnection::__destruct()
    Shouldn't this be in ConnectionCommon.php?
__sleep
in file ColumnInfo.php, method ColumnInfo::__sleep()
    This "magic" method is invoked upon serialize().
__sleep
in file TableInfo.php, method TableInfo::__sleep()
    This "magic" method is invoked upon serialize().
__sleep
in file ConnectionCommon.php, method ConnectionCommon::__sleep()
    This "magic" method is invoked upon serialize() and works in tandem with the __wakeup() method to ensure that your database connection is serializable.
__sleep
in file DatabaseInfo.php, method DatabaseInfo::__sleep()
    This method is invoked upon serialize().
__toString
in file Record.php, method Record::__toString()
    This returns a representation of this Record.
__toString
in file Lob.php, method Lob::__toString()
    Convenience method to get contents of LOB as string.
__toString
in file DataSet.php, method DataSet::__toString()
    This returns a represention of this DataSet
__wakeup
in file TableInfo.php, method TableInfo::__wakeup()
    This "magic" method is invoked upon unserialize().
__wakeup
in file DatabaseInfo.php, method DatabaseInfo::__wakeup()
    This method is invoked upon unserialize().
__wakeup
in file ConnectionCommon.php, method ConnectionCommon::__wakeup()
    This "magic" method is invoked upon unserialize().
top

Documentation generated on Mon, 23 Aug 2004 21:51:02 -0400 by phpDocumentor 1.3.0RC3