creole.drivers.sqlite
[ class tree: creole.drivers.sqlite ] [ index: creole.drivers.sqlite ] [ all elements ]

Element index for package creole.drivers.sqlite

[ a ] [ c ] [ e ] [ g ] [ i ] [ k ] [ n ] [ p ] [ r ] [ s ] [ v ] [ _ ]

_

__construct
in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::__construct()
    Construct the iterator.
__construct
in file SQLiteIdGenerator.php, method SQLiteIdGenerator::__construct()
    Creates a new IdGenerator class, saves passed connection for use later by getId() method.
top

a

applyLimit
in file SQLiteConnection.php, method SQLiteConnection::applyLimit()
top

c

close
in file SQLiteResultSet.php, method SQLiteResultSet::close()
    Simply empties array as there is no result free method for sqlite.
close
in file SQLiteConnection.php, method SQLiteConnection::close()
commit
in file SQLiteConnection.php, method SQLiteConnection::commit()
    Commit the current transaction.
connect
in file SQLiteConnection.php, method SQLiteConnection::connect()
createStatement
in file SQLiteConnection.php, method SQLiteConnection::createStatement()
current
in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::current()
    Returns the row (assoc array) at current cursor pos.
top

e

escape
in file SQLitePreparedStatement.php, method SQLitePreparedStatement::escape()
    Quotes string using native sqlite_escape_string() function.
executeQuery
in file SQLiteConnection.php, method SQLiteConnection::executeQuery()
executeUpdate
in file SQLiteConnection.php, method SQLiteConnection::executeUpdate()
top

g

getBlob
in file SQLiteResultSet.php, method SQLiteResultSet::getBlob()
    Performs sqlite_udf_decode_binary on binary data.
getDatabaseInfo
in file SQLiteConnection.php, method SQLiteConnection::getDatabaseInfo()
getId
in file SQLiteIdGenerator.php, method SQLiteIdGenerator::getId()
getIdGenerator
in file SQLiteConnection.php, method SQLiteConnection::getIdGenerator()
getIdMethod
in file SQLiteIdGenerator.php, method SQLiteIdGenerator::getIdMethod()
getIterator
in file SQLiteResultSet.php, method SQLiteResultSet::getIterator()
    Gets optimized SQLiteResultSetIterator.
getNativeType
in file SQLiteTypes.php, method SQLiteTypes::getNativeType()
    This method will return a native type that corresponds to the specified Creole (JDBC-like) type. Remember that this is really only for "hint" purposes as SQLite is typeless.
getRecordCount
in file SQLiteResultSet.php, method SQLiteResultSet::getRecordCount()
getType
in file SQLiteTypes.php, method SQLiteTypes::getType()
    This method returns the generic Creole (JDBC-like) type when given the native db type. If no match is found then we just return CreoleTypes::TEXT because SQLite is typeless.
getUpdateCount
in file SQLiteConnection.php, method SQLiteConnection::getUpdateCount()
    Gets the number of rows affected by the data manipulation query.
top

i

isAfterInsert
in file SQLiteIdGenerator.php, method SQLiteIdGenerator::isAfterInsert()
isBeforeInsert
in file SQLiteIdGenerator.php, method SQLiteIdGenerator::isBeforeInsert()
top

k

key
in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::key()
    Returns the cursor position. Note that this will not necessarily be 1 for the first row, since no rewind is performed at beginning of iteration.
top

n

next
in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::next()
    Advances internal cursor pos.
next
in file SQLiteResultSet.php, method SQLiteResultSet::next()
top

p

prepareCall
in file SQLiteConnection.php, method SQLiteConnection::prepareCall()
prepareStatement
in file SQLiteConnection.php, method SQLiteConnection::prepareStatement()
top

r

rewind
in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::rewind()
    This method actually has no effect, since we do not rewind ResultSet for iteration.
rollback
in file SQLiteConnection.php, method SQLiteConnection::rollback()
    Roll back (undo) the current transaction.
top

s

SQLiteConnection.php
procedural page SQLiteConnection.php
SQLiteIdGenerator.php
procedural page SQLiteIdGenerator.php
SQLitePreparedStatement.php
procedural page SQLitePreparedStatement.php
SQLiteResultSetIterator.php
procedural page SQLiteResultSetIterator.php
SQLiteResultSet.php
procedural page SQLiteResultSet.php
SQLiteStatement.php
procedural page SQLiteStatement.php
SQLiteTypes.php
procedural page SQLiteTypes.php
seek
in file SQLiteResultSet.php, method SQLiteResultSet::seek()
setBlob
in file SQLitePreparedStatement.php, method SQLitePreparedStatement::setBlob()
    Applies sqlite_udf_encode_binary() to ensure that binary contents will be handled correctly by sqlite.
SQLiteConnection
in file SQLiteConnection.php, class SQLiteConnection
    SQLite implementation of Connection.
SQLiteIdGenerator
in file SQLiteIdGenerator.php, class SQLiteIdGenerator
    SQLite IdGenerator implimenation.
SQLitePreparedStatement
in file SQLitePreparedStatement.php, class SQLitePreparedStatement
    MySQL subclass for prepared statements.
SQLiteResultSet
in file SQLiteResultSet.php, class SQLiteResultSet
    SQLite implementation of ResultSet class.
SQLiteResultSetIterator
in file SQLiteResultSetIterator.php, class SQLiteResultSetIterator
    Optimized iterator for SQLite.
SQLiteStatement
in file SQLiteStatement.php, class SQLiteStatement
    SQLite Statement
SQLiteTypes
in file SQLiteTypes.php, class SQLiteTypes
    MySQL types / type map.
top

v

valid
in file SQLiteResultSetIterator.php, method SQLiteResultSetIterator::valid()
top

Documentation generated on Mon, 23 Aug 2004 21:51:00 -0400 by phpDocumentor 1.3.0RC3