Interface for a conditional clause in a query.
Expanded class hierarchy of ConditionInterface
All classes that implement ConditionInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConditionInterface:: |
public | function | Gets a complete list of all values to insert into the prepared statement. | 6 |
ConditionInterface:: |
public | function | Compiles the saved conditions for later retrieval. | 7 |
ConditionInterface:: |
public | function | Check whether a condition has been previously compiled. | 6 |
ConditionInterface:: |
public | function | Helper function: builds the most common conditional clauses. | |
ConditionInterface:: |
public | function | Gets a complete list of all conditions in this conditional clause. | |
ConditionInterface:: |
public | function | Sets a condition that the specified subquery returns values. | 7 |
ConditionInterface:: |
public | function | Sets a condition that the specified field be NOT NULL. | 6 |
ConditionInterface:: |
public | function | Sets a condition that the specified field be NULL. | 6 |
ConditionInterface:: |
public | function | Sets a condition that the specified subquery returns no values. | 7 |
ConditionInterface:: |
public | function | Adds an arbitrary WHERE clause to the query. | 6 |