XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
setDB_PREFIX ($prefix) | |
setDirname ($dirname) | |
& | getOperations () |
![]() | |
setBuffer ($buffer) | |
parse () | |
loadFile ($path, $preprocess=true) | |
_getChrType ($ch) | |
_parseUnknown ($ch, $type) | |
_parseDigit ($ch, $type) | |
_parseLetter ($ch, $type) | |
_parseStringLiteral ($ch, $type) | |
_parseStringLiteralEscape ($ch, $type) | |
_parseOpenParenthesis ($ch, $type) | |
_parseCloseParenthesis ($ch, $type) | |
_parseSeparater ($ch, $type) | |
_parseSemicolon ($ch, $type) | |
_parseMark ($ch, $type) | |
_parseComma ($ch, $type) | |
_createToken ($type=null, $value=null) | |
getSQL () | |
Data Fields | |
$mDB_PREFIX = '' | |
$mDirname = '' | |
![]() | |
$mTokens = [] | |
$mStatus = EASYLEX_SQL_UNKNOWN | |
$mBuffer = [] | |
$mIndex = 0 | |
$mActiveToken = '' | |
$mActiveQuoteMark = null | |
Definition at line 18 of file Legacy_SQLScanner.class.php.
& getOperations | ( | ) |
Return Array of operations.
Reimplemented from EasyLex_SQLScanner.
Definition at line 33 of file Legacy_SQLScanner.class.php.
setDB_PREFIX | ( | $prefix | ) |
Definition at line 23 of file Legacy_SQLScanner.class.php.
setDirname | ( | $dirname | ) |
Definition at line 28 of file Legacy_SQLScanner.class.php.
$mDB_PREFIX = '' |
Definition at line 20 of file Legacy_SQLScanner.class.php.
$mDirname = '' |
Definition at line 21 of file Legacy_SQLScanner.class.php.