TYPO3 CMS  TYPO3_6-2
t3lib_sqlparser Class Reference
Inheritance diagram for t3lib_sqlparser:
TYPO3\CMS\Core\Database\SqlParser

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Database\SqlParser
 __construct ()
 
 parseSQL ($parseString)
 
 parseFieldList (&$parseString, $stopRegex='')
 
 parseFromTables (&$parseString, $stopRegex='')
 
 parseWhereClause (&$parseString, $stopRegex='', array &$parameterReferences=array())
 
 parseFieldDef (&$parseString, $stopRegex='')
 
 compileSQL ($components)
 
 compileFieldList ($selectFields, $compileComments=TRUE)
 
 compileFromTables ($tablesArray)
 
 compileWhereClause ($clauseArray)
 
 compileFieldCfg ($fieldCfg)
 
 debug_parseSQLpart ($part, $str)
 
 debug_parseSQLpartCompare ($str, $newStr, $caseInsensitive=FALSE)
 
- Public Attributes inherited from TYPO3\CMS\Core\Database\SqlParser
 $parse_error = ''
 
 $lastStopKeyWord = ''
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Database\SqlParser
 parseSELECT ($parseString, &$parameterReferences=NULL)
 
 parseUPDATE ($parseString)
 
 parseINSERT ($parseString)
 
 parseDELETE ($parseString)
 
 parseEXPLAIN ($parseString)
 
 parseCREATETABLE ($parseString)
 
 parseALTERTABLE ($parseString)
 
 parseDROPTABLE ($parseString)
 
 parseCREATEDATABASE ($parseString)
 
 parseTRUNCATETABLE ($parseString)
 
 parseCaseStatement (&$parseString)
 
 nextPart (&$parseString, $regex, $trimAll=FALSE)
 
getValueOrParameter (&$parseString, $comparator='', $mode='', array &$parameterReferences=array())
 
 getValue (&$parseString, $comparator='', $mode='')
 
 getValueInQuotes (&$parseString, $quote)
 
 parseStripslashes ($str)
 
 compileAddslashes ($str)
 
 parseError ($msg, $restQuery)
 
 trimSQL ($str)
 
 compileSELECT ($components)
 
 compileUPDATE ($components)
 
 compileINSERT ($components)
 
 compileDELETE ($components)
 
 compileCREATETABLE ($components)
 
 compileALTERTABLE ($components)
 
 compileTRUNCATETABLE (array $components)
 
 compileCaseStatement (array $components)
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 957 of file LegacyClassesForIde.php.