-
字段概要
字段
static final long[]
static final long[]
-
-
方法概要
从类继承的方法 com.alibaba.druid.sql.parser.SQLExprParser
accept, additive, additiveRest, and, andRest, bitAnd, bitAndRest, bitOr, bitOrRest, bitXor, bitXorRest, charExpr, createCheck, createColumnDefinition, createForeignKey, dotRest, expr, exprList, exprList, exprRest, filter, getAggregateFunction, groupComparisionRest, identifier, inRest, integerExpr, isAggregateFunction, isAggregateFunction, isCharType, isCharType, isIdent, methodRest, multiplicative, multiplicativeRest, name, names, names, notRationalRest, or, orderBy, orRest, over, over, parseAggregateExpr, parseAll, parseAny, parseAssignItem, parseAssignItem, parseAssignItem, parseCharTypeRest, parseCheck, parseClusterBy, parseColumn, parseColumnCheck, parseConstaint, parseDataType, parseDataType, parseDefault, parseDistributeBy, parseGroupingSet, parseHint, parseHints, parseHints, parseIndex, parseIndexRest, parseIndexRest, parseIntValue, parseLimit, parseMatch, parseOrderBy, parsePartitionBy, parsePartitionSpec, parsePartitionValues, parseQueryPlanHint, parseReferenceOption, parseRowFormat, parseSelectItem, parseSelectOrderByItem, parseSome, parseSortBy, parseUpdateSetItem, parseWindowingBound, parseZOrderBy, relational, relationalRest, setAllowIdentifierMethod, shift, shiftRest, xor, xorRest
从类继承的方法 com.alibaba.druid.sql.parser.SQLParser
acceptIdentifier, acceptInteger, alias, as, config, getDbType, getLexer, getTimeZone, identifierEquals, isEnabled, match, newCreateStatement, printError, setErrorEndPos, setTimeZone, tableAlias, tableAlias
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
AGGREGATE_FUNCTIONS
public static final String[] AGGREGATE_FUNCTIONS
-
AGGREGATE_FUNCTIONS_CODES
public static final long[] AGGREGATE_FUNCTIONS_CODES
-
SINGLE_WORD_TABLE_OPTIONS
public static final String[] SINGLE_WORD_TABLE_OPTIONS
-
SINGLE_WORD_TABLE_OPTIONS_CODES
public static final long[] SINGLE_WORD_TABLE_OPTIONS_CODES
-
构造器详细资料
-
MySqlExprParser
public MySqlExprParser(Lexer lexer)
-
MySqlExprParser
public MySqlExprParser(String sql)
-
-
MySqlExprParser
public MySqlExprParser(String sql,
boolean keepComments)
-
MySqlExprParser
public MySqlExprParser(String sql,
boolean skipComment,
boolean keepComments)
-