public __construct({Array})
Parameter | Type | Description |
---|
$dbi | Adapter | |
$sql | string | |
Parameter | Type | Description |
---|
$sql | string | |
public processSELECT({Array})
Parameter | Type | Description |
---|
$line | string | |
public processFROM({Array})
Parameter | Type | Description |
---|
$line | string | |
public processWHERE({Array})
Parameter | Type | Description |
---|
$line | string | |
public processGROUP_BY({Array})
Parameter | Type | Description |
---|
$line | string | |
public processHAVING({Array})
Parameter | Type | Description |
---|
$line | string | |
public parseUNION({Array})
Parameter | Type | Description |
---|
$line | string | |
public processINTERSECT({Array})
Parameter | Type | Description |
---|
$line | string | |
public processEXCEPT({Array})
Parameter | Type | Description |
---|
$line | string | |
public processORDER_BY({Array})
Parameter | Type | Description |
---|
$line | string | |
public processLIMIT({Array})
Parameter | Type | Description |
---|
$line | string | |
public processOFFSET({Array})
Parameter | Type | Description |
---|
$line | string | |
public processFETCH({Array})
Parameter | Type | Description |
---|
$line | string | |
private splitWordBoundaries({Array})
Parameter | Type | Description |
---|
$string | string | |
$keywords | array | |
$start_pos | int | |
private parseCondition({Array})
Parameter | Type | Description |
---|
$line | string | |
$use_refs | bool | |
Generated by Hazaar API Doc Generator