public distinct (mixed $distinct) Sets SELECT DISTINCT / SELECT ALL flag $builder->distinct("status"); $builder->distinct(null);
final public autoescape (mixed $identifier) Automatically escapes identifiers but only if they need to be escaped.
public columns (mixed $columns) Sets the columns to be queried $builder->columns("id, name"); $builder->columns(array('id', 'name')); $builder->columns(array('name', 'number' => 'COUNT(*)'));
abstract public parse () ...
abstract public getCacheOptions () ...
abstract public getUniqueRow () ...
abstract public setUniqueRow (mixed $uniqueRow) ...
abstract public execute ([mixed $bindParams], [mixed $bindTypes]) ...
abstract public cache (mixed $cacheOptions) ...
public setSharedLock ([mixed $sharedLock]) Set SHARED LOCK clause
Page 117 of 382