Detailed Description

Constant expression used in sql statements.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 20 of file SQLConst.php.

+ Inheritance diagram for SQLConst:

Public Member Functions

 __toString ()
 

Static Public Member Functions

static NULL ()
 

Member Function Documentation

◆ NULL()

static NULL ( )
static

Get the NULL expression.

Returns
Expression

Definition at line 28 of file SQLConst.php.

◆ __toString()

__toString ( )

Get the expression string.

Returns
String

Definition at line 39 of file SQLConst.php.