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

Element index for package creole.drivers.oracle

[ a ] [ c ] [ e ] [ g ] [ i ] [ l ] [ n ] [ o ] [ p ] [ r ] [ s ] [ _ ]

_

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

a

applyLimit
in file OCI8Connection.php, method OCI8Connection::applyLimit()
    Build Oracle-style query with limit or offset.
top

c

close
in file OCI8Connection.php, method OCI8Connection::close()
close
in file OCI8PreparedStatement.php, method OCI8PreparedStatement::close()
    Because MySQL doesn't support prepared statements, this does nothing.
close
in file OCI8ResultSet.php, method OCI8ResultSet::close()
commit
in file OCI8Connection.php, method OCI8Connection::commit()
    Commit the current transaction.
connect
in file OCI8Connection.php, method OCI8Connection::connect()
    Connect to a database and log in as the specified user.
createStatement
in file OCI8Connection.php, method OCI8Connection::createStatement()
top

e

escape
in file OCI8PreparedStatement.php, method OCI8PreparedStatement::escape()
    ' -> ''
executeQuery
in file OCI8PreparedStatement.php, method OCI8PreparedStatement::executeQuery()
    Executes the SQL query in this PreparedStatement object and returns the resultset generated by the query.
executeQuery
in file OCI8Connection.php, method OCI8Connection::executeQuery()
executeUpdate
in file OCI8PreparedStatement.php, method OCI8PreparedStatement::executeUpdate()
    Executes the SQL INSERT, UPDATE, or DELETE statement in this PreparedStatement object.
executeUpdate
in file OCI8Connection.php, method OCI8Connection::executeUpdate()
top

g

getDatabaseInfo
in file OCI8Connection.php, method OCI8Connection::getDatabaseInfo()
getId
in file OCI8IdGenerator.php, method OCI8IdGenerator::getId()
getIdGenerator
in file OCI8Connection.php, method OCI8Connection::getIdGenerator()
getIdMethod
in file OCI8IdGenerator.php, method OCI8IdGenerator::getIdMethod()
getNativeType
in file OCI8Types.php, method OCI8Types::getNativeType()
    This method will return a native type that corresponds to the specified Creole (JDBC-like) type.
getRecordCount
in file OCI8ResultSet.php, method OCI8ResultSet::getRecordCount()
getType
in file OCI8Types.php, method OCI8Types::getType()
    This method returns the generic Creole (JDBC-like) type when given the native db type.
getUpdateCount
in file OCI8Connection.php, method OCI8Connection::getUpdateCount()
    Gets the number of rows affected by the data manipulation query.
top

i

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

l

$lastStmt
in file OCI8Connection.php, variable OCI8Connection::$lastStmt
top

n

nativeError
in file OCI8Connection.php, method OCI8Connection::nativeError()
    Get the native Oracle Error Message as a string.
next
in file OCI8ResultSet.php, method OCI8ResultSet::next()
top

o

OCI8Connection.php
procedural page OCI8Connection.php
OCI8IdGenerator.php
procedural page OCI8IdGenerator.php
OCI8PreparedStatement.php
procedural page OCI8PreparedStatement.php
OCI8ResultSet.php
procedural page OCI8ResultSet.php
OCI8Statement.php
procedural page OCI8Statement.php
OCI8Types.php
procedural page OCI8Types.php
OCI8Connection
in file OCI8Connection.php, class OCI8Connection
    Oracle implementation of Connection.
OCI8IdGenerator
in file OCI8IdGenerator.php, class OCI8IdGenerator
    Oracle (OCI8) IdGenerator implimenation.
OCI8PreparedStatement
in file OCI8PreparedStatement.php, class OCI8PreparedStatement
    Oracle (OCI8) implementation of PreparedStatement.
OCI8ResultSet
in file OCI8ResultSet.php, class OCI8ResultSet
    Oracle (OCI8) implementation of ResultSet class.
OCI8Statement
in file OCI8Statement.php, class OCI8Statement
    Oracle (OCI8) Statement implementation.
OCI8Types
in file OCI8Types.php, class OCI8Types
    Oracle types / type map.
top

p

prepareCall
in file OCI8Connection.php, method OCI8Connection::prepareCall()
prepareStatement
in file OCI8Connection.php, method OCI8Connection::prepareStatement()
    Oracle supports native prepared statements, but the OCIParse call is actually called by the OCI8PreparedStatement class because some additional SQL processing may be necessary (e.g. to apply limit).
top

r

rollback
in file OCI8Connection.php, method OCI8Connection::rollback()
    Roll back (undo) the current transaction.
top

s

seek
in file OCI8ResultSet.php, method OCI8ResultSet::seek()
setBlob
in file OCI8PreparedStatement.php, method OCI8PreparedStatement::setBlob()
setClob
in file OCI8PreparedStatement.php, method OCI8PreparedStatement::setClob()
top

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