Element Index

Indexes by package:
default


b c d e f g i l m n o p r s v
  top
b
Bofin file recordset.php, method DlRecordset::Bof()
    Is the result set at the beginning?
  top
c
Closein file pgsql-recordset.php, method DlPgSqlRecordset::Close()
    Frees memory associated with the recordset
Closein file pgsql-database.php, method DlPgSqlDatabase::Close()
    Close the database connection
Closein file sqlserver-database.php, method DlSqlServerDatabase::Close()
    Close the database connection
Closein file sqlserver-recordset.php, method DlSqlServerRecordset::Close()
    Frees memory associated with the recordset
Closein file sybase-recordset.php, method DlSybaseRecordset::Close()
    Frees memory associated with the recordset
Closein file sybase-database.php, method DlSybaseDatabase::Close()
    Close the database connection
Closein file oracle8-recordset.php, method DlOracleRecordset::Close()
    Frees memory associated with the recordset
Closein file oracle8-database.php, method DlOracleDatabase::Close()
    Close the database connection
Closein file mysql-database.php, method DlMySqlDatabase::Close()
    Close the database connection
Closein file ibase-recordset.php, method DlIBaseRecordset::Close()
    Frees memory associated with the recordset
Closein file mysql-recordset.php, method DlMySqlRecordset::Close()
    Frees memory associated with the recordset
Closein file odbc-database.php, method DlOdbcDatabase::Close()
    Close the database connection
Closein file odbc-recordset.php, method DlOdbcRecordset::Close()
    Frees memory associated with the recordset
Closein file ibase-database.php, method DlIBaseDatabase::Close()
    Close the database connection
  top
d
database.phpprocedural page database.php
datalib.phpprocedural page datalib.php
dbIbasein file ibase-database.php, constant dbIbase
dbMSSQLin file sqlserver-database.php, constant dbMSSQL
    *****************************************************************************
dbMySQLin file mysql-database.php, constant dbMySQL
    *****************************************************************************
dbODBCin file odbc-database.php, constant dbODBC
    *****************************************************************************
dbOraclein file oracle8-database.php, constant dbOracle
dbPGSQLin file pgsql-database.php, constant dbPGSQL
dbSybasein file sybase-database.php, constant dbSybase
    *****************************************************************************
DlDatabasein file database.php, class DlDatabase
    *****************************************************************************
DlDatabasein file database.php, method DlDatabase::DlDatabase()
    Database Objects constructor
DlIBaseDatabasein file ibase-database.php, method DlIBaseDatabase::DlIBaseDatabase()
    Constructor
DlIBaseDatabasein file ibase-database.php, class DlIBaseDatabase
    *****************************************************************************
DlIBaseRecordsetin file ibase-recordset.php, class DlIBaseRecordset
    ***********************
DlMySqlDatabasein file mysql-database.php, class DlMySqlDatabase
DlMySqlDatabasein file mysql-database.php, method DlMySqlDatabase::DlMySqlDatabase()
    Constructor
DlMySqlRecordsetin file mysql-recordset.php, class DlMySqlRecordset
    *****************************************************************************
DlOdbcDatabasein file odbc-database.php, class DlOdbcDatabase
DlOdbcDatabasein file odbc-database.php, method DlOdbcDatabase::DlOdbcDatabase()
    Constructor
DlOdbcRecordsetin file odbc-recordset.php, class DlOdbcRecordset
    *****************************************************************************
DlOracleDatabasein file oracle8-database.php, class DlOracleDatabase
    *****************************************************************************
DlOracleDatabasein file oracle8-database.php, method DlOracleDatabase::DlOracleDatabase()
    Constructor
DlOracleRecordsetin file oracle8-recordset.php, class DlOracleRecordset
    *****************************************************************************
DlPgSqlDatabasein file pgsql-database.php, class DlPgSqlDatabase
    *****************************************************************************
DlPgSqlRecordsetin file pgsql-recordset.php, class DlPgSqlRecordset
    *****************************************************************************
DlRecordsetin file recordset.php, method DlRecordset::DlRecordset()
    The DlRecordset Constructor
DlRecordsetin file recordset.php, class DlRecordset
    *****************************************************************************
DlSqlServerDatabasein file sqlserver-database.php, class DlSqlServerDatabase
DlSqlServerRecordsetin file sqlserver-recordset.php, class DlSqlServerRecordset
    *****************************************************************************
DlSybaseDatabasein file sybase-database.php, class DlSybaseDatabase
DlSybaseRecordsetin file sybase-recordset.php, class DlSybaseRecordset
    *****************************************************************************
  top
e
Eofin file recordset.php, method DlRecordset::Eof()
    Is the result set at the end?
Executein file sqlserver-database.php, method DlSqlServerDatabase::Execute()
    Execute a sql query to the database
Executein file sybase-database.php, method DlSybaseDatabase::Execute()
    Execute a sql query to the database
Executein file pgsql-database.php, method DlPgSqlDatabase::Execute()
    Execute a sql query to the database
Executein file oracle8-database.php, method DlOracleDatabase::Execute()
    Execute a sql query to the database
Executein file mysql-database.php, method DlMySqlDatabase::Execute()
    Execute a sql query to the database
Executein file odbc-database.php, method DlOdbcDatabase::Execute()
    Execute a sql query to the database
Executein file ibase-database.php, method DlIBaseDatabase::Execute()
    Execute a sql query to the database
  top
f
FetchArrayin file recordset.php, method DlRecordset::FetchArray()
    Returns the current row as an array
  top
g
GetCurrentRowin file recordset.php, method DlRecordset::GetCurrentRow()
    Returns the current row number
GetErrorin file recordset.php, method DlRecordset::GetError()
    Returns the last error encountered
GetErrorin file database.php, method DlDatabase::GetError()
    Returns an error message
GetMicroTimein file database.php, method DlDatabase::GetMicroTime()
    Returns current time in milliseconds
GetRowCountin file recordset.php, method DlRecordset::GetRowCount()
    Gets the number of rows in the current result set
GetRowCountin file pgsql-recordset.php, method DlPgSqlRecordset::GetRowCount()
    Gets the number of rows in the current result set
GetRowCountin file sqlserver-recordset.php, method DlSqlServerRecordset::GetRowCount()
    Gets the number of rows in the current result set
GetTableNamein file recordset.php, method DlRecordset::GetTableName()
    Gets the table name for the current query
GetTimerin file database.php, method DlDatabase::GetTimer()
    Returns the total time
  top
i
ibase-database.phpprocedural page ibase-database.php
ibase-recordset.phpprocedural page ibase-recordset.php
IsEmptyin file recordset.php, method DlRecordset::IsEmpty()
    Check to see if the resultset is empty
  top
l
LoadDatain file sqlserver-recordset.php, method DlSqlServerRecordset::LoadData()
    Load an array used internally for adding and updating
LoadDatain file sybase-recordset.php, method DlSybaseRecordset::LoadData()
    Loads all rows into array
LoadDatain file pgsql-recordset.php, method DlPgSqlRecordset::LoadData()
    Load rows into an array
LoadDatain file oracle8-recordset.php, method DlOracleRecordset::LoadData()
    Loads data into array
LoadDatain file mysql-recordset.php, method DlMySqlRecordset::LoadData()
    Loads all the rows
LoadDatain file odbc-recordset.php, method DlOdbcRecordset::LoadData()
    Loads the data into an array
LoadDatain file ibase-recordset.php, method DlIBaseRecordset::LoadData()
    Loads the data into an array
  top
m
$mBModein file odbc-recordset.php, variable DlOdbcRecordset::$mBMode
$mBofin file recordset.php, variable DlRecordset::$mBof
$mChunkin file odbc-recordset.php, variable DlOdbcRecordset::$mChunk
$mColumnCountin file recordset.php, variable DlRecordset::$mColumnCount
$mColumnNamesin file recordset.php, variable DlRecordset::$mColumnNames
$mCurrentRowin file recordset.php, variable DlRecordset::$mCurrentRow
$mDatasetin file recordset.php, variable DlRecordset::$mDataset
$mDbConin file recordset.php, variable DlRecordset::$mDbCon
$mDbConin file database.php, variable DlDatabase::$mDbCon
$mDbConnectionin file recordset.php, variable DlRecordset::$mDbConnection
$mDbNamein file database.php, variable DlDatabase::$mDbName
$mDbNamein file recordset.php, variable DlRecordset::$mDbName
$mDbTypein file database.php, variable DlDatabase::$mDbType
$mEofin file recordset.php, variable DlRecordset::$mEof
$mErrMsgin file database.php, variable DlDatabase::$mErrMsg
$mErrMsgin file recordset.php, variable DlRecordset::$mErrMsg
$mIsAddingin file recordset.php, variable DlRecordset::$mIsAdding
$mIsUpdatingin file recordset.php, variable DlRecordset::$mIsUpdating
$mModein file recordset.php, variable DlRecordset::$mMode
$mPasswordin file database.php, variable DlDatabase::$mPassword
$mResultArrayin file recordset.php, variable DlRecordset::$mResultArray
$mResultSetin file recordset.php, variable DlRecordset::$mResultSet
$mRowCountin file recordset.php, variable DlRecordset::$mRowCount
$mServerin file database.php, variable DlDatabase::$mServer
$mSqlin file recordset.php, variable DlRecordset::$mSql
$mTableNamein file recordset.php, variable DlRecordset::$mTableName
$mTimeOnein file database.php, variable DlDatabase::$mTimeOne
$mTimeTwoin file database.php, variable DlDatabase::$mTimeTwo
$mTotalTimein file database.php, variable DlDatabase::$mTotalTime
$mUserNamein file database.php, variable DlDatabase::$mUserName
MoveFirstin file recordset.php, method DlRecordset::MoveFirst()
    Moves to the first row in the dataset
MoveLastin file recordset.php, method DlRecordset::MoveLast()
    Moves to the last row in the dataset
MoveNextin file recordset.php, method DlRecordset::MoveNext()
    Moves to the next row in the dataset
MovePreviousin file recordset.php, method DlRecordset::MovePrevious()
    Moves to the previous row in the dataset
mysql-database.phpprocedural page mysql-database.php
mysql-recordset.phpprocedural page mysql-recordset.php
  top
n
NewConnectionin file database.php, method DlDatabase::NewConnection()
    Determines which database files to include
NewRecordsetin file recordset.php, method DlRecordset::NewRecordset()
    Creates a new recordset object
  top
o
odbc-database.phpprocedural page odbc-database.php
odbc-recordset.phpprocedural page odbc-recordset.php
Openin file oracle8-recordset.php, method DlOracleRecordset::Open()
    Executes the query
Openin file sybase-recordset.php, method DlSybaseRecordset::Open()
    Executes the query
Openin file pgsql-database.php, method DlPgSqlDatabase::Open()
    Open the database connection
Openin file oracle8-database.php, method DlOracleDatabase::Open()
    Open the database connection
Openin file sqlserver-database.php, method DlSqlServerDatabase::Open()
    Open the database connection
Openin file pgsql-recordset.php, method DlPgSqlRecordset::Open()
    Executes the query
Openin file sqlserver-recordset.php, method DlSqlServerRecordset::Open()
    Executes the query
Openin file odbc-recordset.php, method DlOdbcRecordset::Open()
    Executes the query
Openin file mysql-database.php, method DlMySqlDatabase::Open()
    Open the database connection
Openin file ibase-recordset.php, method DlIBaseRecordset::Open()
    Executes the query
Openin file mysql-recordset.php, method DlMySqlRecordset::Open()
    Executes the query
Openin file odbc-database.php, method DlOdbcDatabase::Open()
    Open the database connection
Openin file sybase-database.php, method DlSybaseDatabase::Open()
    Open the database connection
Openin file ibase-database.php, method DlIBaseDatabase::Open()
    Open the database connection
oracle8-database.phpprocedural page oracle8-database.php
oracle8-recordset.phpprocedural page oracle8-recordset.php
  top
p
pgsql-database.phpprocedural page pgsql-database.php
pgsql-recordset.phpprocedural page pgsql-recordset.php
  top
r
$rowsin file pgsql-recordset.php, variable DlPgSqlRecordset::$rows
recordset.phpprocedural page recordset.php
rsIbasein file ibase-recordset.php, constant rsIbase
rsMSSQLin file sqlserver-recordset.php, constant rsMSSQL
rsMySQLin file mysql-recordset.php, constant rsMySQL
rsODBCin file odbc-recordset.php, constant rsODBC
rsOraclein file oracle8-recordset.php, constant rsOracle
rsPGSQLin file pgsql-recordset.php, constant rsPGSQL
rsSybasein file sybase-recordset.php, constant rsSybase
  top
s
sqlserver-database.phpprocedural page sqlserver-database.php
sqlserver-recordset.phpprocedural page sqlserver-recordset.php
StartTimerin file database.php, method DlDatabase::StartTimer()
    Sets the start time
StopTimerin file database.php, method DlDatabase::StopTimer()
    Sets the end time
sybase-database.phpprocedural page sybase-database.php
sybase-recordset.phpprocedural page sybase-recordset.php
  top
v
Valuein file recordset.php, method DlRecordset::Value()
    Returns the value for the field
Valuein file ibase-recordset.php, method DlIBaseRecordset::Value()
    Returns the value of the specified column