Static Public Member Functions | Static Protected Attributes

QueryStringParam Class Reference

Static Public Member Functions

static formatQueryString ($field, $opr, $value)
static formatQueryValue ($value)
static setBindValues ($params)
static getBindValues ()
static getBindValueString ()
static reset ()

Static Protected Attributes

static $m_Params = array()

Detailed Description

Definition at line 25 of file QueryStringParam.php.


Member Function Documentation

static formatQueryString ( field,
opr,
value 
) [static]

Format query string

Parameters:
string$field
string$oproperator
mixed$value
Returns:
string

Definition at line 51 of file QueryStringParam.php.

Here is the caller graph for this function:

static formatQueryValue ( value ) [static]

Format query value

Parameters:
mixed$value
Returns:
string the query string

Definition at line 67 of file QueryStringParam.php.

Here is the caller graph for this function:

static getBindValues (  ) [static]

Get bnd values

Returns:
array

Definition at line 96 of file QueryStringParam.php.

Here is the caller graph for this function:

static getBindValueString (  ) [static]

Get bind value string

Returns:
string

Definition at line 106 of file QueryStringParam.php.

Here is the caller graph for this function:

static reset (  ) [static]

Reset query string param

Returns:
void

Definition at line 116 of file QueryStringParam.php.

Here is the caller graph for this function:

static setBindValues ( params ) [static]

Set bind value

Parameters:
array$params
Returns:
void

Definition at line 83 of file QueryStringParam.php.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: