update page now

TableSelect class

(PECL mysql-xdevapi >= 8.0.11)

Giriş

A statement for record retrieval operations on a Table.

Sınıf Sözdizimi

class mysql_xdevapi\TableSelect implements mysql_xdevapi\Executable {
/* Yöntemler */
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
}

İçindekiler

add a note

User Contributed Notes

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