Class pgsqlDbResultSet

Description

Located in /plugins/db/pgsql/pgsql.dbresultset.php (line 21)

jDbResultSet
   |
   --pgsqlDbResultSet
Variable Summary
mixed $_cnt
mixed $_stmtId
Method Summary
pgsqlDbResultSet __construct ( $idResult, [ $stmtId = null], [ $cnt = null])
void bindColumn ( $column,  &$param, [ $type = null])
void bindParam ( $parameter,  &$variable, [ $data_type = null], [ $length = null], [ $driver_options = null])
void bindValue ( $parameter,  $value,  $data_type)
void columnCount ()
void execute ([ $parameters = array()])
void fetch ()
void rowCount ()
void _fetch ()
void _free ()
void _rewind ()
Variables
mixed $_cnt (line 23)
  • access: protected
mixed $_stmtId (line 22)
  • access: protected

Inherited Variables

Inherited from jDbResultSet

jDbResultSet::$_currentRecord
jDbResultSet::$_fetchMode
jDbResultSet::$_fetchModeParam
jDbResultSet::$_idResult
jDbResultSet::$_recordIndex
Methods
Constructor __construct (line 25)
pgsqlDbResultSet __construct ( $idResult, [ $stmtId = null], [ $cnt = null])
  • $idResult
  • $stmtId
  • $cnt

Redefinition of:
jDbResultSet::__construct()
bindColumn (line 53)
  • access: public
void bindColumn ( $column,  &$param, [ $type = null])
  • $column
  • &$param
  • $type

Redefinition of:
jDbResultSet::bindColumn()
not implemented
bindParam (line 55)
  • access: public
void bindParam ( $parameter,  &$variable, [ $data_type = null], [ $length = null], [ $driver_options = null])
  • $parameter
  • &$variable
  • $data_type
  • $length
  • $driver_options

Redefinition of:
jDbResultSet::bindParam()
not implemented
bindValue (line 57)
  • access: public
void bindValue ( $parameter,  $value,  $data_type)
  • $parameter
  • $value
  • $data_type

Redefinition of:
jDbResultSet::bindValue()
not implemented
columnCount (line 60)
  • access: public
void columnCount ()

Redefinition of:
jDbResultSet::columnCount()
not implemented
execute (line 64)
  • access: public
void execute ([ $parameters = array()])
  • $parameters

Redefinition of:
jDbResultSet::execute()
not implemented
fetch (line 31)
  • access: public
void fetch ()

Redefinition of:
jDbResultSet::fetch()
fetch a result. The result is returned as an object.
rowCount (line 49)
  • access: public
void rowCount ()

Redefinition of:
jDbResultSet::rowCount()
_fetch (line 39)
  • access: protected
void _fetch ()

Redefinition of:
jDbResultSet::_fetch()
_free (line 41)
  • access: protected
void _free ()

Redefinition of:
jDbResultSet::_free()
_rewind (line 45)
  • access: protected
void _rewind ()

Redefinition of:
jDbResultSet::_rewind()

Inherited Methods

Inherited From jDbResultSet

jDbResultSet::__construct()
jDbResultSet::bindColumn()
jDbResultSet::bindParam()
jDbResultSet::bindValue()
jDbResultSet::columnCount()
jDbResultSet::current()
jDbResultSet::execute()
jDbResultSet::fetch()
jDbResultSet::fetchAll()
jDbResultSet::getAttribute()
jDbResultSet::id()
jDbResultSet::key()
jDbResultSet::next()
jDbResultSet::rewind()
jDbResultSet::rowCount()
jDbResultSet::setAttribute()
jDbResultSet::setFetchMode()
jDbResultSet::valid()
jDbResultSet::_fetch()
jDbResultSet::_free()
jDbResultSet::_rewind()
jDbResultSet::__destruct()
Class Constants

Inherited Constants

Inherited from jDbResultSet

jDbResultSet::FETCH_CLASS

Documentation generated on Wed, 07 Sep 2011 13:48:26 +0200 by phpDocumentor 1.4.3