Clone
4
SYSTEM DB ResultMysqliPrepare
Ulf Gebhardt edited this page 2024-11-21 02:50:59 +01:00

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