Classe TableSelect

(PECL mysql-xdevapi >= 8.0.11)

Introduction

Une déclaration pour des opérations de récupèration d'entrées sur une Table.

Synopsis de la classe

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

Sommaire