179 lines
1.8 KiB
Markdown
179 lines
1.8 KiB
Markdown
SYSTEM\DB\ResultMysqliPrepare
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: ResultMysqliPrepare
|
|
* Namespace: SYSTEM\DB
|
|
* Parent class: [SYSTEM\DB\Result](SYSTEM-DB-Result)
|
|
|
|
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
|
|
### $res
|
|
|
|
private mixed $res = NULL
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **private**
|
|
|
|
|
|
### $meta
|
|
|
|
private mixed $meta = NULL
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **private**
|
|
|
|
|
|
### $binds
|
|
|
|
private mixed $binds = array()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **private**
|
|
|
|
|
|
### $connection
|
|
|
|
private mixed $connection = NULL
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **private**
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### __construct
|
|
|
|
mixed SYSTEM\DB\ResultMysqliPrepare::__construct($res, $connection)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
|
|
|
|
#### Arguments
|
|
* $res **mixed**
|
|
* $connection **mixed**
|
|
|
|
|
|
|
|
### __destruct
|
|
|
|
mixed SYSTEM\DB\ResultMysqliPrepare::__destruct()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
|
|
|
|
|
|
|
|
### close
|
|
|
|
mixed SYSTEM\DB\Result::close()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **abstract**.
|
|
* This method is defined by [SYSTEM\DB\Result](SYSTEM-DB-Result)
|
|
|
|
|
|
|
|
|
|
### count
|
|
|
|
mixed SYSTEM\DB\Result::count()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **abstract**.
|
|
* This method is defined by [SYSTEM\DB\Result](SYSTEM-DB-Result)
|
|
|
|
|
|
|
|
|
|
### affectedRows
|
|
|
|
mixed SYSTEM\DB\Result::affectedRows()
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **abstract**.
|
|
* This method is defined by [SYSTEM\DB\Result](SYSTEM-DB-Result)
|
|
|
|
|
|
|
|
|
|
### next
|
|
|
|
mixed SYSTEM\DB\Result::next($object)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **abstract**.
|
|
* This method is defined by [SYSTEM\DB\Result](SYSTEM-DB-Result)
|
|
|
|
|
|
#### Arguments
|
|
* $object **mixed**
|
|
|
|
|
|
|
|
### seek
|
|
|
|
mixed SYSTEM\DB\Result::seek($row_number)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **abstract**.
|
|
* This method is defined by [SYSTEM\DB\Result](SYSTEM-DB-Result)
|
|
|
|
|
|
#### Arguments
|
|
* $row_number **mixed**
|
|
|
|
|