Full index

Package indexes


a c d e f g l m n p q r s t v w _
a
top
$appname
db_SQLite::$appname in db_sqlite.class.php
The Name of the application using this class.
AffectedRows
db_SQLite::AffectedRows() in db_sqlite.class.php
Returns number of rows affected by most recent DML operation against $dbhandle.
c
top
$currentQuery
db_SQLite::$currentQuery in db_sqlite.class.php
Contains the actual query to be processed.
CheckForDBobject
CheckForDBobject() in functions.inc.php
Checks if given Object name exists inside the database.
Commit
db_SQLite::Commit() in db_sqlite.class.php
Commits current transaction.
Connect
db_SQLite::Connect() in db_sqlite.class.php
Performs the connection to a SQLite database file.
d
top
$database
db_SQLite::$database in db_sqlite.class.php
The Database filename.
$db_mode
db_SQLite::$db_mode in db_sqlite.class.php
The default database filename permission mode.
$debug
db_SQLite::$debug in db_sqlite.class.php
Debugstate, default is OFF.
dbdefs.inc.php
dbdefs.inc.php in dbdefs.inc.php
DBFooter
DBFooter() in functions.inc.php
Prints out the amount of queries and the time required to process them.
DBOF_DEBUGFILE
db_SQLite::DBOF_DEBUGFILE in db_sqlite.class.php
DEBUG: Debug to error.log
DBOF_DEBUGOFF
db_SQLite::DBOF_DEBUGOFF in db_sqlite.class.php
DEBUG: No Debug Info
DBOF_DEBUGSCREEN
db_SQLite::DBOF_DEBUGSCREEN in db_sqlite.class.php
DEBUG: Debug to screen
DBOF_RETURN_ALL_ERRORS
db_SQLite::DBOF_RETURN_ALL_ERRORS in db_sqlite.class.php
Connect and error handling.
DBOF_SHOW_ALL_ERRORS
db_SQLite::DBOF_SHOW_ALL_ERRORS in db_sqlite.class.php
Connect and error handling.
DBOF_SHOW_NO_ERRORS
db_SQLite::DBOF_SHOW_NO_ERRORS in db_sqlite.class.php
Connect and error handling.
db_SQLite
db_SQLite in db_sqlite.class.php
SQLite class.
db_sqlite.class.php
db_sqlite.class.php in db_sqlite.class.php
Disconnect
db_SQLite::Disconnect() in db_sqlite.class.php
Disconnects from SQLite database.
e
top
EscapeString
db_SQLite::EscapeString() in db_sqlite.class.php
Escapes a given string with the 'sqlite_escape_string' method.
f
top
functions.inc.php
functions.inc.php in functions.inc.php
FetchResult
db_SQLite::FetchResult() in db_sqlite.class.php
Fetches next row from result handle.
FreeResult
db_SQLite::FreeResult() in db_sqlite.class.php
Frees result returned by QueryResult().
g
top
GetClassVersion
db_SQLite::GetClassVersion() in db_sqlite.class.php
Returns version of this class.
GetDebug
db_SQLite::GetDebug() in db_sqlite.class.php
Returns the current debug setting.
GetErrno
db_SQLite::GetErrno() in db_sqlite.class.php
Retrieve last SQLite error number.
GetErrorHandling
db_SQLite::GetErrorHandling() in db_sqlite.class.php
Returns the current error handling mode.
GetErrorText
db_SQLite::GetErrorText() in db_sqlite.class.php
Retrieve last SQLite error description.
GetMicrotime
db_SQLite::GetMicrotime() in db_sqlite.class.php
Returns microtime in format s.mmmmm.
GetQueryCount
db_SQLite::GetQueryCount() in db_sqlite.class.php
Returns amount of queries executed by this class.
GetQueryTime
db_SQLite::GetQueryTime() in db_sqlite.class.php
Returns amount of time spend on queries executed by this class.
l
top
LastInsertId
db_SQLite::LastInsertId() in db_sqlite.class.php
Returns last used auto_increment id.
m
top
$myErrStr
db_SQLite::$myErrStr in db_sqlite.class.php
Error string of last sqlite operation (set in Print_Error()).
n
top
NumRows
db_SQLite::NumRows() in db_sqlite.class.php
Returns number of rows in a result set.
p
top
PrintDebug
db_SQLite::PrintDebug() in db_sqlite.class.php
Handles output according to internal debug flag.
Print_Error
db_SQLite::Print_Error() in db_sqlite.class.php
Prints out SQLite Error in own <div> container and exits.
q
top
Query
db_SQLite::Query() in db_sqlite.class.php
Single-Row query method.
QueryResult
db_SQLite::QueryResult() in db_sqlite.class.php
Performs a multi-row query and returns result identifier.
r
top
Rollback
db_SQLite::Rollback() in db_sqlite.class.php
Rollback current transaction.
s
top
$showError
db_SQLite::$showError in db_sqlite.class.php
Flag indicates how the class should interact with errors
$sock
db_SQLite::$sock in db_sqlite.class.php
Internal connection handle.
SetDebug
db_SQLite::SetDebug() in db_sqlite.class.php
Function allows debugging of SQL Queries.
SetErrorHandling
db_SQLite::SetErrorHandling() in db_sqlite.class.php
Allows to set the handling of errors.
SQLITEDB_ADMINEMAIL
SQLITEDB_ADMINEMAIL in dbdefs.inc.php
Set address to be shown in case of an error.
SQLITEDB_APPNAME
SQLITEDB_APPNAME in dbdefs.inc.php
Name of application using this class (used in print_error()).
SQLITEDB_DEFAULT_DB
SQLITEDB_DEFAULT_DB in dbdefs.inc.php
Default database filename to use for Connect() method.
SQLITEDB_ERRORMODE
SQLITEDB_ERRORMODE in dbdefs.inc.php
Modify default error handling mode if you wish.
SQLITEDB_ERR_EXTENSION_MISSING
All defines for custom error codes *
SQLITEDB_ERR_NO_ACTIVE_CONNECT
All defines for custom error codes *
SQLITEDB_ERR_NO_APPNAME_DEFINE
All defines for custom error codes *
SQLITEDB_ERR_NO_CONNECTION
All defines for custom error codes *
SQLITEDB_ERR_SQL_SYNTAX_ERROR
All defines for custom error codes *
SQLITEDB_SENTMAILONERROR
SQLITEDB_SENTMAILONERROR in dbdefs.inc.php
Set this define to 1 if you want auto-emails to be sent whenever an error occures. Default is 0 (disabled).
SQLITEDB_TESTDB
SQLITEDB_TESTDB in test_queryresult.php
Define the name of the database to use for this example:
SQLITEDB_USE_PCONNECT
SQLITEDB_USE_PCONNECT in dbdefs.inc.php
Set this define to 1 if you want to use persistant connections as default connection.
t
top
test_general.php
test_general.php in test_general.php
test_queryresult.php
test_queryresult.php in test_queryresult.php
v
top
Version
db_SQLite::Version() in db_sqlite.class.php
Returns SQLite library version.
w
top
WhichBR
WhichBR() in functions.inc.php
Returns an associative array with sapi-type name and required line break char.
_
top
__construct
db_SQLite::__construct() in db_sqlite.class.php
Constructor of class.
a c d e f g l m n p q r s t v w _