Static Public Member Functions

OSQL Class Reference
[Dynamic query builder]

Factory for OSQL's queries. More...

Inheritance diagram for OSQL:
Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static select ()
static insert ()
static update ($table=null)
static delete ()
static truncate ($whom=null)
static createTable (DBTable $table)
static dropTable ($name, $cascade=false)

Detailed Description

Factory for OSQL's queries.

See also:
http://onphp.org/examples.OSQL.en.html

Definition at line 19 of file OSQL.class.php.


Member Function Documentation

static OSQL::createTable ( DBTable table  )  [static]
Returns:
CreateTableQuery

Definition at line 64 of file OSQL.class.php.

Referenced by DBTable::toDialectString().

static OSQL::delete (  )  [static]
static OSQL::dropTable ( name,
cascade = false 
) [static]
Returns:
DropTableQuery

Definition at line 72 of file OSQL.class.php.

static OSQL::insert (  )  [static]
static OSQL::select (  )  [static]
static OSQL::truncate ( whom = null  )  [static]
Returns:
TruncateQuery

Definition at line 56 of file OSQL.class.php.

static OSQL::update ( table = null  )  [static]

The documentation for this class was generated from the following file: