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.

Static Public Member Functions

static NULL ()
 
static COUNT ()
 

Member Function Documentation

static NULL ( )
static

Get the NULL expression.

Returns
Zend_Db_Expr

Definition at line 29 of file SQLConst.php.

static COUNT ( )
static

Get the COUNT(*) expression.

Returns
Zend_Db_Expr

Definition at line 40 of file SQLConst.php.