[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ k ] [ l ] [ m ] [ p ] [ r ] [ s ] [ t ] [ x ] [ _ ]

a

addObserver
in file Exception.php, method DB_Sqlite_Tools_Exception::addObserver()
top

c

$cause
in file Exception.php, variable DB_Sqlite_Tools_Exception::$cause
cacheSize
in file Tools.php, method DB_Sqlite_Tools::cacheSize()
    Check or Set the cacheSize of the database I
checkIntegrity
in file Tools.php, method DB_Sqlite_Tools::checkIntegrity()
    Checks the database integrity I
copySafe
in file Tools.php, method DB_Sqlite_Tools::copySafe()
    Safely duplicates a database file. copySafe should be performed before a backup as transfering via ftp or rsync.
createDBFromXML
in file Tools.php, method DB_Sqlite_Tools::createDBFromXML()
    Converts an XML exported database back to an Sqlite database
createXMLDumps
in file Tools.php, method DB_Sqlite_Tools::createXMLDumps()
    For each of the databases in our contructor array creates an XML dump including all the tables of that database.
top

d

$data
in file Tools.php, variable DB_Sqlite_Tools_LogObject::$data
$database
in file Tools.php, variable DB_Sqlite_Tools::$database
    databases
$debug
in file Tools.php, variable DB_Sqlite_Tools::$debug
    debug value
$debug
in file DBC.php, variable DB_Sqlite_Tools_DBC::$debug
dbFileInfo
in file Tools.php, method DB_Sqlite_Tools::dbFileInfo()
    Retrieve general information on the database files I
DB_AUTOQUERY_INSERT
in file DBC.php, class constant DB_Sqlite_Tools_DBC::DB_AUTOQUERY_INSERT
DB_AUTOQUERY_UPDATE
in file DBC.php, class constant DB_Sqlite_Tools_DBC::DB_AUTOQUERY_UPDATE
DB_Sqlite_Tools
in file Tools.php, class DB_Sqlite_Tools
DBC.php
procedural page DBC.php
DB_SQLITE_TOOLS_CCFL
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_CCFL
DB_SQLITE_TOOLS_CCFS
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_CCFS
DB_SQLITE_TOOLS_CCLXML
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_CCLXML
DB_SQLITE_TOOLS_CCXML
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_CCXML
DB_SQLITE_TOOLS_CLF
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_CLF
DB_SQLITE_TOOLS_CLFS
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_CLFS
DB_SQLITE_TOOLS_COD
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_COD
    Error handling related Constants
DB_SQLITE_TOOLS_COFL
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_COFL
DB_SQLITE_TOOLS_CSD
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_CSD
DB_SQLITE_TOOLS_CSF
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_CSF
DB_SQLITE_TOOLS_CUFS
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_CUFS
DB_Sqlite_Tools_DBC
in file DBC.php, class DB_Sqlite_Tools_DBC
DB_Sqlite_Tools_Exception
in file Exception.php, class DB_Sqlite_Tools_Exception
    Base PEAR_Exception Class
DB_SQLITE_TOOLS_INSC
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_INSC
DB_Sqlite_Tools_LogObject
in file Tools.php, class DB_Sqlite_Tools_LogObject
DB_SQLITE_TOOLS_NAR
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_NAR
DB_SQLITE_TOOLS_NAV
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_NAV
DB_SQLITE_TOOLS_NNU
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_NNU
DB_SQLITE_TOOLS_QNR
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_QNR
DB_SQLITE_TOOLS_QRS
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_QRS
DB_SQLITE_TOOLS_RSE
in file Tools.php, class constant DB_Sqlite_Tools::DB_SQLITE_TOOLS_RSE
DB_Sqlite_Tools_XMLParser
in file XMLParser.php, class DB_Sqlite_Tools_XMLParser
DB_Sqlite_Tools_Xtea
in file Xtea.php, class DB_Sqlite_Tools_Xtea
    Class that implements the xTEA encryption algorithm.
DB_STRING_DELIMITER
in file DBC.php, class constant DB_Sqlite_Tools_DBC::DB_STRING_DELIMITER
decrypt
in file Xtea.php, method DB_Sqlite_Tools_Xtea::decrypt()
    Decrypt an encrypted string using a specific key.
delObserver
in file Exception.php, method DB_Sqlite_Tools_Exception::delObserver()
top

e

$element
in file XMLParser.php, variable DB_Sqlite_Tools_XMLParser::$element
$email
in file Tools.php, variable DB_Sqlite_Tools::$email
$enclosed
in file XMLParser.php, variable DB_Sqlite_Tools_XMLParser::$enclosed
$error_class
in file Exception.php, variable DB_Sqlite_Tools_Exception::$error_class
$error_method
in file Exception.php, variable DB_Sqlite_Tools_Exception::$error_method
Exception.php
procedural page Exception.php
encrypt
in file Xtea.php, method DB_Sqlite_Tools_Xtea::encrypt()
    Encrypt a string using a specific key.
top

f

$fh
in file XMLParser.php, variable DB_Sqlite_Tools_XMLParser::$fh
ftpBackup
in file Tools.php, method DB_Sqlite_Tools::ftpBackup()
    Safely copy the backup db to a remote ftp server.
top

g

getCause
in file Exception.php, method DB_Sqlite_Tools_Exception::getCause()
getCauseMessage
in file Exception.php, method DB_Sqlite_Tools_Exception::getCauseMessage()
getElement
in file XMLParser.php, method DB_Sqlite_Tools_XMLParser::getElement()
getElementAttribute
in file XMLParser.php, method DB_Sqlite_Tools_XMLParser::getElementAttribute()
getElementName
in file XMLParser.php, method DB_Sqlite_Tools_XMLParser::getElementName()
getEnclosed
in file XMLParser.php, method DB_Sqlite_Tools_XMLParser::getEnclosed()
getErrorClass
in file Exception.php, method DB_Sqlite_Tools_Exception::getErrorClass()
getErrorMethod
in file Exception.php, method DB_Sqlite_Tools_Exception::getErrorMethod()
getIter
in file Xtea.php, method DB_Sqlite_Tools_Xtea::getIter()
    Get the number of iterations to use.
getNextElement
in file XMLParser.php, method DB_Sqlite_Tools_XMLParser::getNextElement()
top

i

$ignoreList
in file XMLParser.php, variable DB_Sqlite_Tools_XMLParser::$ignoreList
ignore
in file XMLParser.php, method DB_Sqlite_Tools_XMLParser::ignore()
top

k

$key
in file DBC.php, variable DB_Sqlite_Tools_DBC::$key
top

l

liteAll
in file DBC.php, method DB_Sqlite_Tools_DBC::liteAll()
    Executes the query and return the decrypted results ALL the objects in an array
liteautoExec
in file DBC.php, method DB_Sqlite_Tools_DBC::liteautoExec()
    Auto Execute an insert or update query I
liteAutoFetch
in file DBC.php, method DB_Sqlite_Tools_DBC::liteAutoFetch()
    Executes the query and return the decrypted results single object if available
liteConnect
in file DBC.php, method DB_Sqlite_Tools_DBC::liteConnect()
    Connects to the Sqlite DB
liteLastError
in file DBC.php, method DB_Sqlite_Tools_DBC::liteLastError()
    returns the last DB error string
liteLastID
in file DBC.php, method DB_Sqlite_Tools_DBC::liteLastID()
    returns the last inserted row id
liteQuery
in file DBC.php, method DB_Sqlite_Tools_DBC::liteQuery()
    Executes the query and return the results objects if available
localBackup
in file Tools.php, method DB_Sqlite_Tools::localBackup()
    Creates a local backup of the database file and
localRsync
in file Tools.php, method DB_Sqlite_Tools::localRsync()
    Initiaties a local rsync of a given database path
top

m

$matrix
in file DBC.php, variable DB_Sqlite_Tools_DBC::$matrix
top

p

PEAR_OBSERVER_DIE
in file Exception.php, constant PEAR_OBSERVER_DIE
PEAR_OBSERVER_PRINT
in file Exception.php, constant PEAR_OBSERVER_PRINT
PEAR_OBSERVER_TRIGGER
in file Exception.php, constant PEAR_OBSERVER_TRIGGER
top

r

$result
in file DBC.php, variable DB_Sqlite_Tools_DBC::$result
remoteRsync
in file Tools.php, method DB_Sqlite_Tools::remoteRsync()
    remoteRsync prepared the server where this package is running to receive read connections over rsync for the purpose of remote synchronisation.
top

s

$showLogs
in file Tools.php, variable DB_Sqlite_Tools::$showLogs
    if true, shows logs as they are added to DB
safeQuote
in file DBC.php, method DB_Sqlite_Tools_DBC::safeQuote()
setIter
in file Xtea.php, method DB_Sqlite_Tools_Xtea::setIter()
    Set the number of iterations to use.
sqliteLogs
in file Tools.php, method DB_Sqlite_Tools::sqliteLogs()
    Logs all the perfomed action in a database log this includes backups, integrity checks each of the integrity queries. Verbose XML style output for each of the actions.
sync
in file Tools.php, method DB_Sqlite_Tools::sync()
    Check or Set the synchronous value for the databaseI Sqlite provides with different synchronous modes.
top

t

Tools.php
procedural page Tools.php
toString
in file Tools.php, method DB_Sqlite_Tools_LogObject::toString()
top

x

XMLParser.php
procedural page XMLParser.php
Xtea.php
procedural page Xtea.php
XMLDecode
in file Tools.php, method DB_Sqlite_Tools::XMLDecode()
    Decodes the XML content
XMLEncode
in file Tools.php, method DB_Sqlite_Tools::XMLEncode()
    Encodes the XML content
top

_

__autoload
in file Tools.php, function __autoload()
    Class to manage sqlite database. An object-oriented interface to sqlite integrity check, optimizations and backup and export.
__construct
in file Tools.php, method DB_Sqlite_Tools_LogObject::__construct()
__construct
in file XMLParser.php, method DB_Sqlite_Tools_XMLParser::__construct()
__construct
in file Xtea.php, method DB_Sqlite_Tools_Xtea::__construct()
    Constructor, sets the number of iterations.
__construct
in file Tools.php, method DB_Sqlite_Tools::__construct()
    Instantiate a new SQLite_Tools Object Expects a db location or an array of db locations for multiple checks
__construct
in file DBC.php, method DB_Sqlite_Tools_DBC::__construct()
__construct
in file Exception.php, method DB_Sqlite_Tools_Exception::__construct()
    Supported signatures:
__destruct
in file DBC.php, method DB_Sqlite_Tools_DBC::__destruct()
__toString
in file Exception.php, method DB_Sqlite_Tools_Exception::__toString()
top

Documentation generated on Mon, 11 Mar 2019 13:55:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.