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

Element index for package creole.drivers.odbc

[ a ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ _ ]

_

_execute
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::_execute()
    Internal function to call native ODBC prepare/execute functions.
_setLimit
in file ODBCResultSetCommon.php, method ODBCResultSetCommon::_setLimit()
    This function exists to set limit after ResultSet is instantiated.
_setOffset
in file ODBCResultSetCommon.php, method ODBCResultSetCommon::_setOffset()
    This function exists to set offset after ResultSet is instantiated.
__construct
in file ODBCResultSet.php, method ODBCResultSet::__construct()
__construct
in file ODBCResultSetCommon.php, method ODBCResultSetCommon::__construct()
__construct
in file ODBCIdGenerator.php, method ODBCIdGenerator::__construct()
    Creates a new IdGenerator class, saves passed connection for use later by getId() method.
__construct
in file ODBCConnection.php, method ODBCResultResource::__construct()
__construct
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::__construct()
__destruct
in file ODBCConnection.php, method ODBCConnection::__destruct()
    Shouldn't this be in ConnectionCommon.php?
__destruct
in file ODBCConnection.php, method ODBCResultResource::__destruct()
top

a

$adapter
in file ODBCConnection.php, variable ODBCConnection::$adapter
    Implements driver-specific behavior
applyLimit
in file ODBCConnection.php, method ODBCConnection::applyLimit()
applyLimit
in file ODBCAdapter.php, method ODBCAdapter::applyLimit()
applyLimit
in file MySQLAdapter.php, method MySQLAdapter::applyLimit()
top

c

$cacheLobs
in file ODBCCachedResultSet.php, variable ODBCCachedResultSet::$cacheLobs
    True if blobs/clobs should also be cached.
close
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::close()
close
in file ODBCResultSetCommon.php, method ODBCResultSetCommon::close()
close
in file ODBCResultSet.php, method ODBCResultSet::close()
close
in file ODBCConnection.php, method ODBCConnection::close()
CodeBaseAdapter
in file CodeBaseAdapter.php, class CodeBaseAdapter
    CodeBase driver-specific behavior.
commit
in file ODBCConnection.php, method ODBCConnection::commit()
connect
in file ODBCConnection.php, method ODBCConnection::connect()
create
in file ODBCIdGenerator.php, method ODBCIdGenerator::create()
    Creates the sequence emulation table.
createResultSet
in file MySQLAdapter.php, method MySQLAdapter::createResultSet()
createResultSet
in file ODBCConnection.php, method ODBCConnection::createResultSet()
    Creates the appropriate ResultSet
createResultSet
in file ODBCAdapter.php, method ODBCAdapter::createResultSet()
    Returns an instance of the default resultset.
createResultSet
in file CodeBaseAdapter.php, method CodeBaseAdapter::createResultSet()
createStatement
in file ODBCConnection.php, method ODBCConnection::createStatement()
CodeBaseAdapter.php
procedural page CodeBaseAdapter.php
top

d

drop
in file ODBCIdGenerator.php, method ODBCIdGenerator::drop()
    Drops the sequence emulation table.
top

e

escape
in file MySQLAdapter.php, method MySQLAdapter::escape()
escape
in file ODBCAdapter.php, method ODBCAdapter::escape()
escape
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::escape()
executeQuery
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::executeQuery()
executeQuery
in file ODBCConnection.php, method ODBCConnection::executeQuery()
executeQuery
in file ODBCStatement.php, method ODBCStatement::executeQuery()
executeUpdate
in file ODBCConnection.php, method ODBCConnection::executeUpdate()
executeUpdate
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::executeUpdate()
top

g

getAdapter
in file ODBCConnection.php, method ODBCConnection::getAdapter()
    Returns driver-specific ODBCAdapter.
getBlob
in file ODBCResultSet.php, method ODBCResultSet::getBlob()
getClob
in file ODBCResultSet.php, method ODBCResultSet::getClob()
getDatabaseInfo
in file ODBCConnection.php, method ODBCConnection::getDatabaseInfo()
getFieldNum
in file ODBCResultSetCommon.php, method ODBCResultSetCommon::getFieldNum()
    If fetchmode is FETCHMODE_ASSOC, returns the 1-based field index number for the specified column name. Otherwise returns 0 (false).
getHandle
in file ODBCConnection.php, method ODBCResultResource::getHandle()
getId
in file ODBCIdGenerator.php, method ODBCIdGenerator::getId()
getIdGenerator
in file ODBCAdapter.php, method ODBCAdapter::getIdGenerator()
    Returns the default ODBCIdGenerator for emulating sequences.
getIdGenerator
in file ODBCConnection.php, method ODBCConnection::getIdGenerator()
getIdMethod
in file ODBCIdGenerator.php, method ODBCIdGenerator::getIdMethod()
getNativeType
in file ODBCTypes.php, method ODBCTypes::getNativeType()
    This method will return a native type that corresponds to the specified Creole (JDBC-like) type.
getRecordCount
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::getRecordCount()
getRecordCount
in file ODBCResultSet.php, method ODBCResultSet::getRecordCount()
getType
in file ODBCTypes.php, method ODBCTypes::getType()
    This method returns the generic Creole (JDBC-like) type when given the native db type.
getUpdateCount
in file ODBCConnection.php, method ODBCConnection::getUpdateCount()
top

h

$handle
in file ODBCConnection.php, variable ODBCResultResource::$handle
hasLimitOffset
in file ODBCAdapter.php, method ODBCAdapter::hasLimitOffset()
    Returns true if ODBC driver supports LIMIT/OFFSET via SQL.
hasLimitOffset
in file MySQLAdapter.php, method MySQLAdapter::hasLimitOffset()
top

i

isAfterInsert
in file ODBCIdGenerator.php, method ODBCIdGenerator::isAfterInsert()
isAfterLast
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::isAfterLast()
isBeforeInsert
in file ODBCIdGenerator.php, method ODBCIdGenerator::isBeforeInsert()
top

l

$lastPos
in file ODBCCachedResultSet.php, variable ODBCCachedResultSet::$lastPos
    Tracks the last cursor position of the recordset.
$limit
in file ODBCResultSetCommon.php, variable ODBCResultSetCommon::$limit
    Maximum rows to retrieve, or 0 if all (for emulated limit).
loadCache
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::loadCache()
    Caches specified records up to and including the specified 1-based record position. If -1 is specified, all records will be cached.
loadTypeMap
in file ODBCTypes.php, method ODBCTypes::loadTypeMap()
    Loads the map of ODBC data types to Creole (JDBC) types.
top

m

MySQLAdapter.php
procedural page MySQLAdapter.php
MySQLAdapter
in file MySQLAdapter.php, class MySQLAdapter
    Implements MySQL driver-specific behavior.
top

n

$numRows
in file ODBCResultSet.php, variable ODBCResultSet::$numRows
    Number of rows in resultset.
nativeError
in file ODBCConnection.php, method ODBCConnection::nativeError()
    Returns a formatted ODBC error string.
next
in file ODBCResultSet.php, method ODBCResultSet::next()
next
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::next()
top

o

$odbcresult
in file ODBCConnection.php, variable ODBCConnection::$odbcresult
    Last ODBC result resource from executeQuery/executeUpdate. Used in getUpdateCount()
$offset
in file ODBCResultSetCommon.php, variable ODBCResultSetCommon::$offset
    Offset at which to start reading rows (for emulated offset).
ODBCAdapter.php
procedural page ODBCAdapter.php
ODBCCachedResultSet.php
procedural page ODBCCachedResultSet.php
ODBCConnection.php
procedural page ODBCConnection.php
ODBCIdGenerator.php
procedural page ODBCIdGenerator.php
ODBCPreparedStatement.php
procedural page ODBCPreparedStatement.php
ODBCResultSetCommon.php
procedural page ODBCResultSetCommon.php
ODBCResultSet.php
procedural page ODBCResultSet.php
ODBCStatement.php
procedural page ODBCStatement.php
ODBCTypes.php
procedural page ODBCTypes.php
ODBCAdapter
in file ODBCAdapter.php, class ODBCAdapter
    Default class for ODBC driver-specific behavior.
ODBCCachedResultSet
in file ODBCCachedResultSet.php, class ODBCCachedResultSet
    ODBC implementation of a cached ResultSet.
ODBCConnection
in file ODBCConnection.php, class ODBCConnection
    ODBC implementation of Connection.
ODBCIdGenerator
in file ODBCIdGenerator.php, class ODBCIdGenerator
    ODBC IdGenerator implimenation.
ODBCPreparedStatement
in file ODBCPreparedStatement.php, class ODBCPreparedStatement
    ODBC specific PreparedStatement functions.
ODBCResultResource
in file ODBCConnection.php, class ODBCResultResource
    This is a simple wrapper class to manage the lifetime of an ODBC result resource
ODBCResultSet
in file ODBCResultSet.php, class ODBCResultSet
    ODBC implementation of ResultSet.
ODBCResultSetCommon
in file ODBCResultSetCommon.php, class ODBCResultSetCommon
    Base class for ODBC implementation of ResultSet.
ODBCStatement
in file ODBCStatement.php, class ODBCStatement
    ODBC Statement
ODBCTypes
in file ODBCTypes.php, class ODBCTypes
    ODBC types / type map.
top

p

prepareCall
in file ODBCConnection.php, method ODBCConnection::prepareCall()
prepareStatement
in file ODBCConnection.php, method ODBCConnection::prepareStatement()
preservesColumnCase
in file ODBCAdapter.php, method ODBCAdapter::preservesColumnCase()
    Returns true if column case is preserved in the database when a table is first created. Returns false if table does not preserve case (i.e.
preservesColumnCase
in file CodeBaseAdapter.php, method CodeBaseAdapter::preservesColumnCase()
top

r

$recs
in file ODBCCachedResultSet.php, variable ODBCCachedResultSet::$recs
    Record cache
$reverseMap
in file ODBCTypes.php, variable ODBCTypes::$reverseMap
    Reverse mapping, created on demand.
readLobData
in file ODBCResultSetCommon.php, method ODBCResultSetCommon::readLobData()
    Reads in any unread LOB data. For long char fields, we may already have up to odbc_longreadlen() bytes in the buffer. These are passed in via the $curdata parm. For long binary fields, no data is read initially since odbc_binmode() is set to ODBC_BINMODE_PASSTHRU.
replaceParams
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::replaceParams()
    This does nothing since ODBC natively supports prepared statements.
rollback
in file ODBCConnection.php, method ODBCConnection::rollback()
top

s

seek
in file ODBCResultSet.php, method ODBCResultSet::seek()
seek
in file ODBCCachedResultSet.php, method ODBCCachedResultSet::seek()
setAutoCommit
in file ODBCConnection.php, method ODBCConnection::setAutoCommit()
setBlob
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::setBlob()
setClob
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::setClob()
setNull
in file ODBCPreparedStatement.php, method ODBCPreparedStatement::setNull()
top

t

$typeMap
in file ODBCTypes.php, variable ODBCTypes::$typeMap
    Map ODBC native types to Creole (JDBC) types.
top

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