DBValue Class Reference
[Dynamic query builderClasses implemented in PHP's extension.]

Container for passing values into OSQL queries. More...

Inheritance diagram for DBValue:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($value)
 getValue ()
 toDialectString (Dialect $dialect)

Static Public Member Functions

static create ($value)
 
Returns:
DBValue


Private Attributes

 $value = null


Detailed Description

Container for passing values into OSQL queries.

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


Constructor & Destructor Documentation

DBValue::__construct ( value  ) 

Definition at line 31 of file DBValue.class.php.

References $value.


Member Function Documentation

static DBValue::create ( value  )  [static]

Returns:
DBValue

Definition at line 26 of file DBValue.class.php.

References $value.

DBValue::getValue (  ) 

Definition at line 36 of file DBValue.class.php.

DBValue::toDialectString ( Dialect dialect  ) 

Implements DialectString.

Definition at line 41 of file DBValue.class.php.

References $out, Dialect::quoteValue(), and Dialect::toCasted().

Here is the call graph for this function:


Member Data Documentation

DBValue::$value = null [private]

Definition at line 21 of file DBValue.class.php.

Referenced by __construct(), and create().


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