|
Factory for OSQL's queries.
More...
List of all members.
Detailed Description
Factory for OSQL's queries.
- See also:
- http://onphp.org/examples.OSQL.en.html
Definition at line 20 of file OSQL.class.php.
Member Function Documentation
| static OSQL::select |
( |
|
) |
[static] |
| static OSQL::insert |
( |
|
) |
[static] |
| static OSQL::update |
( |
$ |
table = null |
) |
[static] |
| static OSQL::delete |
( |
|
) |
[static] |
| static OSQL::truncate |
( |
$ |
whom = null |
) |
[static] |
| static OSQL::createTable |
( |
DBTable $ |
table |
) |
[static] |
| static OSQL::dropTable |
( |
$ |
name, |
|
|
$ |
cascade = false | |
|
) |
| | [static] |
The documentation for this class was generated from the following file:
|
|