TableSelect class

Introduction

A statement for record retrieval operations on a Table.

Class synopsis

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