Class intuitionDbResultSet

Description

Located in /plugins/db/intuition/intuition.dbresultset.php (line 16)

jDbResultSet
   |
   --intuitionDbResultSet
Variable Summary
mixed $_cnt
mixed $_stmtId
Method Summary
intuitionDbResultSet __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
Methods
Constructor __construct (line 21)
intuitionDbResultSet __construct ( $idResult, [ $stmtId = null], [ $cnt = null])
  • $idResult
  • $stmtId
  • $cnt

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

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

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

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

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

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

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

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

Redefinition of:
jDbResultSet::_free()
_rewind (line 44)
  • 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, 22 Mar 2012 22:13:48 +0100 by phpDocumentor 1.4.3