public getDI () Returns the DependencyInjector container
public getWhere () Returns the conditions parameter in the criteria
public execute () Executes a find using the parameters built with the criteria
public bindTypes (array $bindTypes) Sets the bind types in the criteria This method replaces all previously set bound
public getOrderBy () Returns the order clause in the criteria
public distinct (mixed $distinct) Sets SELECT DISTINCT / SELECT ALL flag
public groupBy (mixed $group) Adds the group-by clause to the criteria
public orWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) Appends a condition
public forUpdate ([mixed $forUpdate]) Adds the “for_update” parameter to the criteria
public string | array | null getColumns () Returns the columns to be queried
Page 2 of 4