Mysql_xdevapi
PHP Manual

TableSelect class

(PECL mysql-xdevapi >= 8.0.11)

简介

A statement for record retrieval operations on a Table.

类摘要

mysql_xdevapi\TableSelect implements mysql_xdevapi\Executable {
/* 方法 */
public mysql_xdevapi\TableSelect bind ( array $placeholder_values )
public mysql_xdevapi\RowResult execute ( void )
public mysql_xdevapi\TableSelect groupBy ( mixed $sort_expr )
public mysql_xdevapi\TableSelect having ( string $sort_expr )
public mysql_xdevapi\TableSelect limit ( integer $rows )
public mysql_xdevapi\TableSelect lockExclusive ([ integer $lock_waiting_option ] )
public mysql_xdevapi\TableSelect lockShared ([ integer $lock_waiting_option ] )
public mysql_xdevapi\TableSelect offset ( integer $position )
public mysql_xdevapi\TableSelect orderby ( mixed $sort_expr [, mixed $... ] )
public mysql_xdevapi\TableSelect where ( string $where_expr )
}

Table of Contents


Mysql_xdevapi
PHP Manual