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
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 .
- 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
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
|
|