Class sqliteDbResultSet

Description

Couche d'encapsulation des resultset sqlite.

Located in /plugins/db/sqlite/sqlite.dbresultset.php (line 18)

jDbResultSet
   |
   --sqliteDbResultSet
Method Summary
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 = null])
void rowCount ()
void _fetch ()
void _free ()
void _rewind ()
Variables
Methods
bindColumn (line 45)
  • access: public
void bindColumn ( $column,  &$param, [ $type = null])
  • $column
  • &$param
  • $type

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

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

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

Redefinition of:
jDbResultSet::execute()
not implemented
rowCount (line 41)
  • access: public
void rowCount ()

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

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

Redefinition of:
jDbResultSet::_free()
_rewind (line 37)
  • 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:26 +0200 by phpDocumentor 1.4.3