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() |
Definition at line 25 of file QueryStringParam.php.
static formatQueryString | ( | $ | field, |
$ | opr, | ||
$ | value | ||
) | [static] |
Format query string
string | $field | |
string | $opr | operator |
mixed | $value |
Definition at line 51 of file QueryStringParam.php.
static formatQueryValue | ( | $ | value ) | [static] |
Format query value
mixed | $value |
Definition at line 67 of file QueryStringParam.php.
static getBindValues | ( | ) | [static] |
Get bnd values
Definition at line 96 of file QueryStringParam.php.
static getBindValueString | ( | ) | [static] |
Get bind value string
Definition at line 106 of file QueryStringParam.php.
static reset | ( | ) | [static] |
Reset query string param
Definition at line 116 of file QueryStringParam.php.
static setBindValues | ( | $ | params ) | [static] |
Set bind value
array | $params |
Definition at line 83 of file QueryStringParam.php.