public class PGExprParser extends SQLExprParser
| Modifier and Type | Field and Description |
|---|---|
static String[] |
AGGREGATE_FUNCTIONS |
static long[] |
AGGREGATE_FUNCTIONS_CODES |
| Constructor and Description |
|---|
PGExprParser(Lexer lexer) |
PGExprParser(String sql) |
PGExprParser(String sql,
SQLParserFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
PGSelectParser |
createSelectParser() |
SQLDataType |
parseDataType() |
SQLExpr |
primary() |
SQLExpr |
primaryRest(SQLExpr expr) |
accept, additive, additiveRest, and, andRest, bitAnd, bitAndRest, bitOr, bitOrRest, bitXor, bitXorRest, createColumnDefinition, expr, exprList, exprList, exprRest, groupComparisionRest, inRest, integerExpr, isAggreateFunction, multiplicative, multiplicativeRest, name, nameRest, names, names, notRationalRest, or, orderBy, orRest, parseAssignItem, parseCheck, parseColumn, parseColumnRest, parseConstaint, parseDataType, parseForeignKey, parseGroupingSet, parseHints, parseHints, parseIntValue, parseLimit, parseOrderBy, parsePartitionValues, parsePrimaryKey, parseSelectItem, parseSelectOrderByItem, parseUnique, parseUpdateSetItem, relational, relationalRest, shift, shiftRest, xor, xorRestpublic static final String[] AGGREGATE_FUNCTIONS
public static final long[] AGGREGATE_FUNCTIONS_CODES
public PGExprParser(String sql)
public PGExprParser(String sql, SQLParserFeature... features)
public PGExprParser(Lexer lexer)
public SQLDataType parseDataType()
parseDataType in class SQLExprParserpublic PGSelectParser createSelectParser()
createSelectParser in class SQLExprParserpublic SQLExpr primary()
primary in class SQLExprParserpublic SQLExpr primaryRest(SQLExpr expr)
primaryRest in class SQLExprParserCopyright © 2013–2018 Alibaba Group. All rights reserved.