Skip to content

SYSTEM DB ResultMysqliPrepare

Ulf Gebhardt edited this page Nov 21, 2024 · 4 revisions

SYSTEM\DB\ResultMysqliPrepare

  • Class name:ResultMysqliPrepare
  • Namespace:SYSTEM\DB* Parent class:SYSTEM\DB\ResultProperties

###$resprivate mixed $res = NULL

  • Visibility: private ###$metaprivate mixed $meta = NULL

  • Visibility: private ###$bindsprivate mixed $binds = array()

  • Visibility: private ###$connectionprivate mixed $connection = NULL

  • Visibility: privateMethods


###__constructmixed SYSTEM\DB\ResultMysqliPrepare::__construct($res, $connection)

  • Visibility: public#### Arguments*$res mixed*$connection mixed ###__destructmixed SYSTEM\DB\ResultMysqliPrepare::__destruct()

  • Visibility: public ###closemixed SYSTEM\DB\Result::close()

  • Visibility: public* This method is abstract.* This method is defined bySYSTEM\DB\Result ###countmixed SYSTEM\DB\Result::count()

  • Visibility: public* This method is abstract.* This method is defined bySYSTEM\DB\Result ###affectedRowsmixed SYSTEM\DB\Result::affectedRows()

  • Visibility: public* This method is abstract.* This method is defined bySYSTEM\DB\Result ###nextmixed SYSTEM\DB\Result::next($object)

  • Visibility: public* This method is abstract.* This method is defined bySYSTEM\DB\Result#### Arguments*$object mixed ###seekmixed SYSTEM\DB\Result::seek($row_number)

  • Visibility: public* This method is abstract.* This method is defined bySYSTEM\DB\Result#### Arguments*$row_number mixed

Clone this wiki locally