[db_oci8] element index

Package indexes

All elements
a c d e f g h n o p q r s u v
a
top
$AdminEmail
db_oci8::$AdminEmail in oci8_class.php
$AffectedRows
db_oci8::$AffectedRows in oci8_class.php
$appname
db_oci8::$appname in oci8_class.php
AffectedRows
db_oci8::AffectedRows() in oci8_class.php
Returns count of affected rows.
c
top
$connectRetries
db_oci8::$connectRetries in oci8_class.php
checkSock
db_oci8::checkSock() in oci8_class.php
Checks if we are already connected to our database.
clearOutputHash
db_oci8::clearOutputHash() in oci8_class.php
Clears the internal output hash array.
Commit
db_oci8::Commit() in oci8_class.php
Commits current transaction.
Connect
db_oci8::Connect() in oci8_class.php
Performs the connection to Oracle.
d
top
$database
db_oci8::$database in oci8_class.php
$debug
db_oci8::$debug in oci8_class.php
DBOF_CACHE_QUERY
DBOF_CACHE_QUERY in oci8_class.php
Used for Query Cache (V0.38+)
DBOF_CACHE_STATEMENT
DBOF_CACHE_STATEMENT in oci8_class.php
Used for Query Cache (V0.38+)
DBOF_COLNAME
DBOF_COLNAME in oci8_class.php
These defines are used in DescTable()
DBOF_COLPREC
DBOF_COLPREC in oci8_class.php
These defines are used in DescTable()
DBOF_COLSIZE
DBOF_COLSIZE in oci8_class.php
These defines are used in DescTable()
DBOF_COLTYPE
DBOF_COLTYPE in oci8_class.php
These defines are used in DescTable()
DBOF_DEBUGFILE
DBOF_DEBUGFILE in oci8_class.php
DEBUG: Debug to error_log()
DBOF_DEBUGOFF
DBOF_DEBUGOFF in oci8_class.php
DEBUG: No Debug Info
DBOF_DEBUGSCREEN
DBOF_DEBUGSCREEN in oci8_class.php
DEBUG: Debug on-screen
DBOF_RETURN_ALL_ERRORS
DBOF_RETURN_ALL_ERRORS in oci8_class.php
Connect and error handling (V0.57+).
DBOF_SHOW_ALL_ERRORS
DBOF_SHOW_ALL_ERRORS in oci8_class.php
Connect and error handling (V0.57+).
DBOF_SHOW_NO_ERRORS
DBOF_SHOW_NO_ERRORS in oci8_class.php
Connect and error handling (V0.57+).
db_oci8
db_oci8 in oci8_class.php
OCI8 Database Class.
db_oci8
db_oci8::db_oci8() in oci8_class.php
Class Constructor.
DescTable
db_oci8::DescTable() in oci8_class.php
Describes a table by returning an array with all table info.
Disconnect
db_oci8::Disconnect() in oci8_class.php
Disconnects from Oracle.
e
top
$errvars
db_oci8::$errvars in oci8_class.php
Execute
db_oci8::Execute() in oci8_class.php
Executes a prepare()d statement and returns the result.
ExecuteHash
db_oci8::ExecuteHash() in oci8_class.php
Executes a prepare()d statement and returns the result.
f
top
FetchResult
db_oci8::FetchResult() in oci8_class.php
Fetches next datarow.
FreeResult
db_oci8::FreeResult() in oci8_class.php
Frees result obtained by QueryResult().
g
top
GetBindVars
db_oci8::GetBindVars() in oci8_class.php
Function extracts all bind vars out of given query.
GetClassVersion
db_oci8::GetClassVersion() in oci8_class.php
Returns version of this class.
GetConnectionHandle
Returns current connection handle.
getConnectRetries
Returns the number of retries in case of connection problems.
GetErrorText
db_oci8::GetErrorText() in oci8_class.php
This function tries to get the description for a given error message.
getmicrotime
db_oci8::getmicrotime() in oci8_class.php
Returns microtime in format s.mmmmm.
getOutputHash
db_oci8::getOutputHash() in oci8_class.php
Returns the contents of the output_hash variable.
GetQueryCount
db_oci8::GetQueryCount() in oci8_class.php
Returns amount of queries executed by this class.
GetQueryTime
db_oci8::GetQueryTime() in oci8_class.php
Returns amount of time spend on queries executed by this class.
getSQLError
db_oci8::getSQLError() in oci8_class.php
Returns hash with error informations from last query.
h
top
$host
db_oci8::$host in oci8_class.php
n
top
$no_exit
db_oci8::$no_exit in oci8_class.php
o
top
$output_hash
db_oci8::$output_hash in oci8_class.php
oci8_class.php
oci8_class.php in oci8_class.php
p
top
$password
db_oci8::$password in oci8_class.php
Prepare
db_oci8::Prepare() in oci8_class.php
Preparses a query but do not execute it (yet).
PrintDebug
db_oci8::PrintDebug() in oci8_class.php
Handles debug output according to internal debug flag.
Print_Error
db_oci8::Print_Error() in oci8_class.php
Prints out an Oracle error.
q
top
$querycounter
db_oci8::$querycounter in oci8_class.php
$querytime
db_oci8::$querytime in oci8_class.php
Query
db_oci8::Query() in oci8_class.php
Performs a single row query with Bindvar support.
QueryHash
db_oci8::QueryHash() in oci8_class.php
Performs a single row query with Bindvar support passed as associative hash.
QueryResult
db_oci8::QueryResult() in oci8_class.php
Performs a multirow-query and returns result handle.
QueryResultHash
db_oci8::QueryResultHash() in oci8_class.php
Executes a query with parameters passed as hash values.
r
top
RemoveFromQueryCache
Removes query from cache.
Rollback
db_oci8::Rollback() in oci8_class.php
Rollback current transaction.
s
top
$SAPI_type
db_oci8::$SAPI_type in oci8_class.php
$showError
db_oci8::$showError in oci8_class.php
$sock
db_oci8::$sock in oci8_class.php
$sqlcache
db_oci8::$sqlcache in oci8_class.php
$sqlcount
db_oci8::$sqlcount in oci8_class.php
$sqlerr
db_oci8::$sqlerr in oci8_class.php
$sqlerrmsg
db_oci8::$sqlerrmsg in oci8_class.php
$stmt
db_oci8::$stmt in oci8_class.php
SaveBLOB
db_oci8::SaveBLOB() in oci8_class.php
Allows to save a file to a binary object field (BLOB).
SearchQueryCache
db_oci8::SearchQueryCache() in oci8_class.php
Searches internal query cache for given statement id.
SendMailOnError
db_oci8::SendMailOnError() in oci8_class.php
Sends an error email.
SetConnectionHandle
Allows to set internal socket to external value.
setConnectRetries
Change the number of retries the class performs in case of connection problems.
SetDebug
db_oci8::SetDebug() in oci8_class.php
Function allows debugging of SQL Queries.
setErrorHandling
db_oci8::setErrorHandling() in oci8_class.php
Allows to set the handling of errors.
setOutputHash
db_oci8::setOutputHash() in oci8_class.php
Use this function to pass output hash data to QueryHash() function.
setPConnect
db_oci8::setPConnect() in oci8_class.php
Sets connection behavour.
setPrefetch
db_oci8::setPrefetch() in oci8_class.php
Allows to set the prefetch value when returning results.
SQLDebug
db_oci8::SQLDebug() in oci8_class.php
Allows to en- or disable the SQL_TRACE feature of Oracle.
u
top
$usePConnect
db_oci8::$usePConnect in oci8_class.php
$user
db_oci8::$user in oci8_class.php
v
top
Version
db_oci8::Version() in oci8_class.php
Returns Oracle Server Version.
a c d e f g h n o p q r s u v