onPHP

OSQL Class Reference

 

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 20 of file OSQL.class.php.


Member Function Documentation

static OSQL::insert (  )  [static]

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

static OSQL::truncate ( whom = null  )  [static]

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

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

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

Referenced by DBTable::toDialectString().

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

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


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

generated by doxygen-1.5.1
for onPHP at Tue Feb 13 19:30:40 2007