ResultSetCommon Class Reference

Inherits ResultSet.

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

List of all members.

Public Member Functions

Public Attributes


Constructor & Destructor Documentation

ResultSetCommon::ResultSetCommon ( &$  conn,  &$  result,  $  fetchmode = null )

 

Constructor

See also ResultSet::isBeforeFirst()


Member Function Documentation

ResultSetCommon::__ResultSetCommon ()

 

Destructor

Free db result resource.

& ResultSetCommon::getIterator ()

 

See also ResultSet::getIterator()

& ResultSetCommon::getResource ()

 

See also ResultSet::getResource()

Reimplemented from ResultSet.

ResultSetCommon::isIgnoreAssocCase ()

 

See also ResultSet::isIgnoreAssocCase()

Reimplemented from ResultSet.

ResultSetCommon::setFetchmode ( $  mode)

 

See also ResultSet::isBeforeFirst()

Reimplemented from ResultSet.

ResultSetCommon::getFetchmode ()

 

See also ResultSet::isBeforeFirst()

Reimplemented from ResultSet.

& ResultSetCommon::previous ()

 

See also ResultSet::isBeforeFirst()

Reimplemented from ResultSet.

ResultSetCommon::relative ( $  offset)

 

See also ResultSet::isBeforeFirst()

Reimplemented from ResultSet.

ResultSetCommon::absolute ( $  pos)

 

See also ResultSet::isBeforeFirst()

Reimplemented from ResultSet.

& ResultSetCommon::first ()

 

See also ResultSet::isBeforeFirst()

Reimplemented from ResultSet.

& ResultSetCommon::last ()

 

See also ResultSet::isBeforeFirst()

Reimplemented from ResultSet.

ResultSetCommon::beforeFirst ()

 

See also ResultSet::isBeforeFirst()

Reimplemented from ResultSet.

ResultSetCommon::afterLast ()

 

See also ResultSet::isBeforeFirst()

Reimplemented from ResultSet.

ResultSetCommon::isAfterLast ()

 

See also ResultSet::isBeforeFirst()

Reimplemented from ResultSet.

ResultSetCommon::isBeforeFirst ()

 

See also ResultSet::isBeforeFirst()

Reimplemented from ResultSet.

ResultSetCommon::getCursorPos ()

 

See also ResultSet::getCursorPos()

Reimplemented from ResultSet.

& ResultSetCommon::getRow ()

 

See also ResultSet::getRow()

Reimplemented from ResultSet.

ResultSetCommon::get ( $  column)

 

See also ResultSet::get()

Reimplemented from ResultSet.

ResultSetCommon::getArray ( $  column)

 

See also ResultSet::getArray()

Reimplemented from ResultSet.

Reimplemented in PgSQLResultSet.

ResultSetCommon::getBoolean ( $  column)

 

See also ResultSet::getBoolean()

Reimplemented from ResultSet.

Reimplemented in PgSQLResultSet.

ResultSetCommon::getBlob ( $  column)

 

See also ResultSet::getBlob()

Reimplemented from ResultSet.

Reimplemented in PgSQLResultSet.

ResultSetCommon::getClob ( $  column)

 

See also ResultSet::getClob()

Reimplemented from ResultSet.

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

 

See also ResultSet::getDate()

Reimplemented from ResultSet.

ResultSetCommon::getFloat ( $  column)

 

See also ResultSet::getFloat()

Reimplemented from ResultSet.

ResultSetCommon::getInt ( $  column)

 

See also ResultSet::getInt()

Reimplemented from ResultSet.

ResultSetCommon::getString ( $  column)

 

See also ResultSet::getString()

Reimplemented from ResultSet.

Reimplemented in MySQLResultSet.

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

 

See also ResultSet::getTime()

Reimplemented from ResultSet.

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

 

See also ResultSet::getTimestamp()

Reimplemented from ResultSet.

Reimplemented in MySQLResultSet.


Member Data Documentation

ResultSetCommon::$fetchmode

 

ResultSetCommon::$conn

 

ResultSetCommon::$result

 

ResultSetCommon::$cursorPos = 0

 

ResultSetCommon::$fields

 

ResultSetCommon::$ignoreAssocCase = false

 

Whether to convert assoc col case.


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


Copyright © 2004 Hans Lellelid  
Creole[php4] CVS