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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ 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
dbFileInfo
in file Tools.php, method DB_Sqlite_Tools::dbFileInfo()
    Retrieve general information on the database files I
DB_Sqlite_Tools
in file Tools.php, class DB_Sqlite_Tools
    Class to manage sqlite database. An object-oriented interface to sqlite integrity check, optimizations and backup and export.
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_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
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
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()
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

l

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

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

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

_

__construct
in file XMLParser.php, method DB_Sqlite_Tools_XMLParser::__construct()
__construct
in file Tools.php, method DB_Sqlite_Tools_LogObject::__construct()
__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 Exception.php, method DB_Sqlite_Tools_Exception::__construct()
    Supported signatures:
__toString
in file Exception.php, method DB_Sqlite_Tools_Exception::__toString()
top

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