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 unescapeBin ( $text)
void _fetch ()
void _free ()
void _rewind ()
Variables
Methods
Constructor __construct (line 25)
pgsqlDbResultSet __construct ( $idResult, [ $stmtId = null], [ $cnt = null])
  • $idResult
  • $stmtId
  • $cnt

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

Redefinition of:
jDbResultSet::bindColumn()
not implemented
bindParam (line 73)
  • 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 75)
  • access: public
void bindValue ( $parameter,  $value,  $data_type)
  • $parameter
  • $value
  • $data_type

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

Redefinition of:
jDbResultSet::columnCount()
not implemented
execute (line 82)
  • 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 67)
  • access: public
void rowCount ()

Redefinition of:
jDbResultSet::rowCount()
unescapeBin (line 87)
  • access: public
void unescapeBin ( $text)
  • $text

Redefinition of:
jDbResultSet::unescapeBin()
_fetch (line 57)
  • access: protected
void _fetch ()

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

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

Redefinition of:
jDbResultSet::_rewind()

Inherited Methods

Inherited From jDbResultSet

jDbResultSet::__construct()
jDbResultSet::addModifier()
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::unescapeBin()
jDbResultSet::valid()
jDbResultSet::_fetch()
jDbResultSet::_free()
jDbResultSet::_rewind()
jDbResultSet::__destruct()

Documentation generated on Thu, 19 Sep 2013 00:09:08 +0200 by phpDocumentor 1.4.3