|
OSQL's queries queue.
More...
Inheritance diagram for Queue:
[legend]List of all members.
Detailed Description
OSQL's queries queue.
- See also:
- OSQL
- Todo:
- introduce DBs without multi-query support handling
Definition at line 22 of file Queue.class.php.
Member Function Documentation
| static Queue::create |
( |
|
) |
[static] |
| Queue::add |
( |
Query $ |
query |
) |
|
| Queue::remove |
( |
Query $ |
query |
) |
|
| Queue::toDialectString |
( |
Dialect $ |
dialect |
) |
|
Member Data Documentation
Queue::$queue = array() [private] |
The documentation for this class was generated from the following file:
|
|