ResultSetCommon Class Reference

Inherited by MSSQLResultSet, MySQLResultSet, OCI8ResultSet, PgSQLResultSet, and SQLiteResultSet.

List of all members.

Public Member Functions

Protected Attributes


Member Function Documentation

ResultSetCommon::__construct ( Connection $conn, $result, $fetchmode = null )

 

See also ResultSet::isBeforeFirst()

ResultSetCommon::__destruct ( )

 

Destructor

Free db result resource.

ResultSetCommon::getIterator ( )

 

See also ResultSet::getIterator()

Reimplemented in SQLiteResultSet.

ResultSetCommon::getResource ( )

 

See also ResultSet::getResource()

ResultSetCommon::isIgnoreAssocCase ( )

 

See also ResultSet::isIgnoreAssocCase()

ResultSetCommon::setFetchmode ( $mode )

 

See also ResultSet::isBeforeFirst()

ResultSetCommon::getFetchmode ( )

 

See also ResultSet::isBeforeFirst()

ResultSetCommon::previous ( )

 

See also ResultSet::isBeforeFirst()

ResultSetCommon::relative ( $offset )

 

See also ResultSet::isBeforeFirst()

ResultSetCommon::absolute ( $pos )

 

See also ResultSet::isBeforeFirst()

ResultSetCommon::first ( )

 

See also ResultSet::isBeforeFirst()

ResultSetCommon::last ( )

 

See also ResultSet::isBeforeFirst()

ResultSetCommon::beforeFirst ( )

 

See also ResultSet::isBeforeFirst()

ResultSetCommon::afterLast ( )

 

See also ResultSet::isBeforeFirst()

ResultSetCommon::isAfterLast ( )

 

See also ResultSet::isBeforeFirst()

ResultSetCommon::isBeforeFirst ( )

 

See also ResultSet::isBeforeFirst()

ResultSetCommon::getCursorPos ( )

 

See also ResultSet::getCursorPos()

ResultSetCommon::getRow ( )

 

See also ResultSet::getRow()

ResultSetCommon::get ( $column )

 

See also ResultSet::get()

ResultSetCommon::getArray ( $column )

 

See also ResultSet::getArray()

Reimplemented in PgSQLResultSet.

ResultSetCommon::getBoolean ( $column )

 

See also ResultSet::getBoolean()

Reimplemented in PgSQLResultSet.

ResultSetCommon::getBlob ( $column )

 

See also ResultSet::getBlob()

Reimplemented in PgSQLResultSet, and SQLiteResultSet.

ResultSetCommon::getClob ( $column )

 

See also ResultSet::getClob()

ResultSetCommon::getDate ( $column, $format = '%x' )

 

See also ResultSet::getDate()

ResultSetCommon::getFloat ( $column )

 

See also ResultSet::getFloat()

ResultSetCommon::getInt ( $column )

 

See also ResultSet::getInt()

ResultSetCommon::getString ( $column )

 

See also ResultSet::getString()

Reimplemented in MySQLResultSet.

ResultSetCommon::getTime ( $column, $format = '%X' )

 

See also ResultSet::getTime()

ResultSetCommon::getTimestamp ( $column, $format = 'Y-m-d H:i:s' )

 

See also ResultSet::getTimestamp()

Reimplemented in MySQLResultSet.


Member Data Documentation

ResultSetCommon::$fetchmode [protected]

 

ResultSetCommon::$conn [protected]

 

ResultSetCommon::$result [protected]

 

ResultSetCommon::$cursorPos = 0 [protected]

 

ResultSetCommon::$fields [protected]

 

ResultSetCommon::$ignoreAssocCase = false [protected]

 

Whether to convert assoc col case.


This file is part of the Creole[php5] library.


Copyright © 2004 Hans Lellelid  
Creole[php5] CVS