$className
$className : string
__call( $callName, $argu) : \SQL__Global|mixed
| $callName | ||
| $argu |
reset() : \SQL__Global
Re-initialize this class.
option( $option) : \SQL__Global
Set SQL query option.
| $option |
column( $columns) : \SQL__Global
Set column for query.
| $columns |
limit() : \SQL__Global
Set limit & offset.
** File not found : limit(5) **
** File not found : limit(10, **
** File not found : limit(array(10, **
where() : \SQL__Global
Set where query.
** File not found : array(array('=', **
** File not found : array(array('=', **
** File not found : array('=', **
** File not found : array('=', **
having( $having) : \SQL__Global
Set having.
| $having |
groupBy( $groupBy) : \SQL__Global
GroupBy.
| $groupBy |
orderBy() : \SQL__Global
Order by.
data() : \SQL__Global
Set data for INSERT & UPDATE.
** File not found : array('key' **
exist(string $table, string $dbname = '') : \SQL__Global
| string | $table | |
| string | $dbname |