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