Die Klasse TableSelect

(PECL mysql-xdevapi >= 8.0.11)

Einführung

Eine Anweisung, um Datensätze aus einer Tabelle abzurufen.

Klassenbeschreibung

classmysql_xdevapi\TableSelectimplementsmysql_xdevapi\Executable {
publicbind(array$placeholder_values): mysql_xdevapi\TableSelect
publicexecute(): mysql_xdevapi\RowResult
publicgroupBy(mixed$sort_expr): mysql_xdevapi\TableSelect
publichaving(string$sort_expr): mysql_xdevapi\TableSelect
publiclimit(int$rows): mysql_xdevapi\TableSelect
publiclockExclusive(int$lock_waiting_option = ?): mysql_xdevapi\TableSelect
publiclockShared(int$lock_waiting_option = ?): mysql_xdevapi\TableSelect
publicoffset(int$position): mysql_xdevapi\TableSelect
publicorderby(mixed$sort_expr, mixed...$sort_exprs): mysql_xdevapi\TableSelect
publicwhere(string$where_expr): mysql_xdevapi\TableSelect
}

Inhaltsverzeichnis

To Top