Xyndravandria Dyverath  Alpha 0.0.0
 All Data Structures Namespaces Functions Variables
UpdateStatement Class Reference
Inheritance diagram for UpdateStatement:
StatementListing Component

Public Member Functions

 __ToString ()
 
 Optimise (Table $Table)
 
 Statements ()
 
 ValidStatements (array $Statements)
 

Protected Attributes

 $Statements = array( )
 

Member Function Documentation

__ToString ( )

Returns an UpdateStatement as a string.

Returns
string
Note
Required by the Component class.
Optimise ( Table  $Table)
inherited

Optimises a StatementListing.

Parameters
Table$Table,:The Table used to optimise.
Statements ( )
inherited

Returns StatementListing::$Statements.

Returns
array of Statement
ValidStatements ( array  $Statements)

Checks whether an array of Statements is in the can be used for an UpdateStatement.

Parameters
array$Statements,:The Statements to validate.
Note
Required by the StatementListing class.
NOT IMPLEMENTED YET.

Field Documentation

$Statements = array( )
protectedinherited

The Statements of the StatementListing.

Type:
array of Statement