|
dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
|
Public Member Functions | |
| analyze ($sql) | |
| getType ($default='UNKNOWN') | |
| getFields ($default=' *') | |
| getTable ($default='') | |
| getWhere ($default='') | |
| getOrderBy ($default='') | |
| getGroupBy ($default='') | |
| getLimit ($default=100) | |
| getOffset ($default=0) | |
Public Attributes | |
| $sql = '' | |
| $type = 'UNKNOWN' | |
| $fields = '' | |
| $values = '' | |
| $table = '' | |
| $where = '' | |
| $orderBy = '' | |
| $groupBy = '' | |
| $limit = 100 | |
| $offset = 0 | |
| $isValid = true | |
Definition at line 2 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::analyze | ( | $sql | ) |
Definition at line 15 of file dbxAnalyzerSQL.class.php.
References $sql.
| dbxAnalyzerSQL::getFields | ( | $default = '*' | ) |
Definition at line 115 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::getGroupBy | ( | $default = '' | ) |
Definition at line 131 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::getLimit | ( | $default = 100 | ) |
Definition at line 135 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::getOffset | ( | $default = 0 | ) |
Definition at line 139 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::getOrderBy | ( | $default = '' | ) |
Definition at line 127 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::getTable | ( | $default = '' | ) |
Definition at line 119 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::getType | ( | $default = 'UNKNOWN' | ) |
Definition at line 111 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::getWhere | ( | $default = '' | ) |
Definition at line 123 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::$fields = '' |
Definition at line 5 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::$groupBy = '' |
Definition at line 10 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::$isValid = true |
Definition at line 13 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::$limit = 100 |
Definition at line 11 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::$offset = 0 |
Definition at line 12 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::$orderBy = '' |
Definition at line 9 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::$sql = '' |
Definition at line 3 of file dbxAnalyzerSQL.class.php.
Referenced by analyze().
| dbxAnalyzerSQL::$table = '' |
Definition at line 7 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::$type = 'UNKNOWN' |
Definition at line 4 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::$values = '' |
Definition at line 6 of file dbxAnalyzerSQL.class.php.
| dbxAnalyzerSQL::$where = '' |
Definition at line 8 of file dbxAnalyzerSQL.class.php.