DropTableQuery Class Reference
[Dynamic query builder]

Inheritance diagram for DropTableQuery:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 getId ()
 __construct ($name, $cascade=false)
 toDialectString (Dialect $dialect)

Private Attributes

 $name = null
 $cascade = false


Detailed Description

Definition at line 16 of file DropTableQuery.class.php.


Constructor & Destructor Documentation

DropTableQuery::__construct ( name,
cascade = false 
)

Definition at line 27 of file DropTableQuery.class.php.

References $cascade, and $name.


Member Function Documentation

DropTableQuery::getId (  ) 

Reimplemented from QueryIdentification.

Definition at line 22 of file DropTableQuery.class.php.

DropTableQuery::toDialectString ( Dialect dialect  ) 

Implements DialectString.

Definition at line 33 of file DropTableQuery.class.php.


Member Data Documentation

DropTableQuery::$name = null [private]

Definition at line 18 of file DropTableQuery.class.php.

Referenced by __construct().

DropTableQuery::$cascade = false [private]

Definition at line 20 of file DropTableQuery.class.php.

Referenced by __construct().


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:18 2007 for onPHP by  doxygen 1.5.4