MySQL and PHP

5.34 TableSelect class

Copyright 1997-2021 the PHP Documentation Group.

A statement for record retrieval operations on a Table.

 mysql_xdevapi\TableSelect {
mysql_xdevapi\TableSelect , mysql_xdevapi\Executable Methods  public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::bind(array placeholder_values);
  public mysql_xdevapi\RowResult mysql_xdevapi\TableSelect::execute();
  public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::groupBy(mixed sort_expr);
  public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::having(string sort_expr);
  public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::limit(int rows);
  public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::lockExclusive(int lock_waiting_option);
  public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::lockShared(int lock_waiting_option);
  public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::offset(int position);
  public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::orderby(mixed sort_expr,
                                                                      mixed sort_exprs);

  public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::where(string where_expr);
}