update page now
Longhorn PHP 2026 - Call For Papers

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

class mysql_xdevapi\TableSelect implements mysql_xdevapi\Executable {
/* Méthodes */
public function bind(array $placeholder_values): mysql_xdevapi\TableSelect
public function execute(): mysql_xdevapi\RowResult
public function groupBy(mixed $sort_expr): mysql_xdevapi\TableSelect
public function having(string $sort_expr): mysql_xdevapi\TableSelect
public function limit(int $rows): mysql_xdevapi\TableSelect
public function lockExclusive(int $lock_waiting_option = ?): mysql_xdevapi\TableSelect
public function lockShared(int $lock_waiting_option = ?): mysql_xdevapi\TableSelect
public function offset(int $position): mysql_xdevapi\TableSelect
public function orderby(mixed $sort_expr, mixed ...$sort_exprs): mysql_xdevapi\TableSelect
public function where(string $where_expr): mysql_xdevapi\TableSelect
}

Sommaire

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top