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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ l ] [ m ] [ n ] [ r ] [ s ] [ t ] [ v ] [ _ ]

a

alterTable
in file sqlite.php, method MDB2_Driver_Manager_sqlite::alterTable()
    alter an existing table
top

b

beginTransaction
in file sqlite.php, method MDB2_Driver_sqlite::beginTransaction()
    Start a transaction.
top

c

commit
in file sqlite.php, method MDB2_Driver_sqlite::commit()
    Commit the database changes done during a transaction that is in progress.
connect
in file sqlite.php, method MDB2_Driver_sqlite::connect()
    Connect to the database
createConstraint
in file sqlite.php, method MDB2_Driver_Manager_sqlite::createConstraint()
    create a constraint on a table
createDatabase
in file sqlite.php, method MDB2_Driver_Manager_sqlite::createDatabase()
    create a new database
createIndex
in file sqlite.php, method MDB2_Driver_Manager_sqlite::createIndex()
    get the stucture of a field into an array
createSequence
in file sqlite.php, method MDB2_Driver_Manager_sqlite::createSequence()
    create sequence
currID
in file sqlite.php, method MDB2_Driver_sqlite::currID()
    returns the current id of a sequence
top

d

disconnect
in file sqlite.php, method MDB2_Driver_sqlite::disconnect()
    Log out and disconnect from the database.
dropConstraint
in file sqlite.php, method MDB2_Driver_Manager_sqlite::dropConstraint()
    drop existing constraint
dropDatabase
in file sqlite.php, method MDB2_Driver_Manager_sqlite::dropDatabase()
    drop an existing database
dropIndex
in file sqlite.php, method MDB2_Driver_Manager_sqlite::dropIndex()
    drop existing index
dropSequence
in file sqlite.php, method MDB2_Driver_Manager_sqlite::dropSequence()
    drop existing sequence
top

e

$escape_quotes
in file sqlite.php, variable MDB2_Driver_sqlite::$escape_quotes
errorInfo
in file sqlite.php, method MDB2_Driver_sqlite::errorInfo()
    This method is used to collect information about an error
escape
in file sqlite.php, method MDB2_Driver_sqlite::escape()
    Quotes a string so it can be safely used in a query. It will quote the text so it can safely be used within a query.
top

f

fetchRow
in file sqlite.php, method MDB2_Result_sqlite::fetchRow()
    Fetch a row and insert the data into an existing array.
top

g

getServerVersion
in file sqlite.php, method MDB2_Driver_sqlite::getServerVersion()
    return version information about the server
getTableConstraintDefinition
in file sqlite.php, method MDB2_Driver_Reverse_sqlite::getTableConstraintDefinition()
    get the stucture of a constraint into an array
getTableFieldDefinition
in file sqlite.php, method MDB2_Driver_Reverse_sqlite::getTableFieldDefinition()
    get the stucture of a field into an array
getTableIndexDefinition
in file sqlite.php, method MDB2_Driver_Reverse_sqlite::getTableIndexDefinition()
    get the stucture of an index into an array
getTypeDeclaration
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::getTypeDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an text type field to be used in statements like CREATE TABLE.
top

l

lastInsertID
in file sqlite.php, method MDB2_Driver_sqlite::lastInsertID()
    returns the autoincrement ID if supported or $id
listDatabases
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listDatabases()
    list all databases
listSequences
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listSequences()
    list all sequences in the current database
listTableConstraints
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listTableConstraints()
    list all sonstraints in a table
listTableFields
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listTableFields()
    list all fields in a tables in the current database
listTableIndexes
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listTableIndexes()
    list all indexes in a table
listTables
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listTables()
    list all tables in the current database
listUsers
in file sqlite.php, method MDB2_Driver_Manager_sqlite::listUsers()
    list all users
top

m

mapNativeDatatype
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::mapNativeDatatype()
    Maps a native array description of a field to a MDB2 datatype and length
MDB2_BufferedResult_sqlite
in file sqlite.php, class MDB2_BufferedResult_sqlite
MDB2_Driver_Datatype_sqlite
in file sqlite.php, class MDB2_Driver_Datatype_sqlite
    MDB2 SQLite driver
MDB2_Driver_Function_sqlite
in file sqlite.php, class MDB2_Driver_Function_sqlite
    MDB2 SQLite driver for the function modules
MDB2_Driver_Manager_sqlite
in file sqlite.php, class MDB2_Driver_Manager_sqlite
    MDB2 SQLite driver for the management modules
MDB2_Driver_Native_sqlite
in file sqlite.php, class MDB2_Driver_Native_sqlite
    MDB2 SQLite driver for the native module
MDB2_Driver_Reverse_sqlite
in file sqlite.php, class MDB2_Driver_Reverse_sqlite
    MDB2 SQlite driver for the schema reverse engineering module
MDB2_Driver_sqlite
in file sqlite.php, class MDB2_Driver_sqlite
    MDB2 SQLite driver
MDB2_Result_sqlite
in file sqlite.php, class MDB2_Result_sqlite
MDB2_Statement_sqlite
in file sqlite.php, class MDB2_Statement_sqlite
top

n

nextID
in file sqlite.php, method MDB2_Driver_sqlite::nextID()
    returns the next free id of a sequence
now
in file sqlite.php, method MDB2_Driver_Function_sqlite::now()
    Return string to call a variable with the current timestamp inside an SQL statement There are three special variables for current date and time.
numCols
in file sqlite.php, method MDB2_Result_sqlite::numCols()
    Count the number of columns returned by the DBMS in a query result.
numRows
in file sqlite.php, method MDB2_BufferedResult_sqlite::numRows()
    returns the number of rows in a result object
top

r

replace
in file sqlite.php, method MDB2_Driver_sqlite::replace()
    Execute a SQL REPLACE query. A REPLACE query is identical to a INSERT query, except that if there is already a row in the table with the same key field values, the REPLACE query just updates its values instead of inserting a new row.
rollback
in file sqlite.php, method MDB2_Driver_sqlite::rollback()
    Cancel any database changes done during a transaction that is in progress.
top

s

sqlite.php
procedural page sqlite.php
sqlite.php
procedural page sqlite.php
sqlite.php
procedural page sqlite.php
sqlite.php
procedural page sqlite.php
sqlite.php
procedural page sqlite.php
sqlite.php
procedural page sqlite.php
seek
in file sqlite.php, method MDB2_BufferedResult_sqlite::seek()
    seek to a specific row in a result set
substring
in file sqlite.php, method MDB2_Driver_Function_sqlite::substring()
    return string to call a function to get a substring inside an SQL statement
top

t

tableInfo
in file sqlite.php, method MDB2_Driver_Reverse_sqlite::tableInfo()
    Returns information about a table
top

v

valid
in file sqlite.php, method MDB2_BufferedResult_sqlite::valid()
    check if the end of the result set has been reached
top

_

_doQuery
in file sqlite.php, method MDB2_Driver_sqlite::_doQuery()
    Execute a query
_getDatabaseFile
in file sqlite.php, method MDB2_Driver_sqlite::_getDatabaseFile()
    Builds the string with path+dbname+extension
_getIntegerDeclaration
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_getIntegerDeclaration()
    Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
_modifyQuery
in file sqlite.php, method MDB2_Driver_sqlite::_modifyQuery()
    Changes a query string for various DBMS specific reasons
_quoteDecimal
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_quoteDecimal()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
_quoteFloat
in file sqlite.php, method MDB2_Driver_Datatype_sqlite::_quoteFloat()
    Convert a text value into a DBMS specific format that is suitable to compose query statements.
__construct
in file sqlite.php, method MDB2_Driver_Function_sqlite::__construct()
    Constructor
__construct
in file sqlite.php, method MDB2_Driver_sqlite::__construct()
    Constructor
top

Documentation generated on Mon, 11 Mar 2019 14:32:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.