PHP Class Swoole\Database\CLMySQLRecord

Inheritance: implements Swoole\IDbRecord
Show file Open project: matyhtf/swoole_framework

Public Properties

Property Type Description
$result

Public Methods

Method Description
__construct ( $result )
fetch ( )
fetchall ( )
free ( )

Method Details

__construct() public method

public __construct ( $result )

fetch() public method

public fetch ( )

fetchall() public method

public fetchall ( )

free() public method

public free ( )

Property Details

$result public property

public $result