interface SQLConditionGroup (View source)

Represents a where condition that is dynamically generated. Maybe be stored within a list of conditions, altered, and be allowed to affect the result of the parent sql query during future execution.

Methods

public
string
conditionSQL(array $parameters)

Determines the resulting SQL along with parameters for the group

Details

string conditionSQL(array $parameters)

Determines the resulting SQL along with parameters for the group

Parameters

array $parameters

Out list of parameters

Return Value

string

The complete SQL string for this item