com.alibaba.druid.sql.dialect.postgresql.parser
Class PGLexer

java.lang.Object
  extended by com.alibaba.druid.sql.parser.Lexer
      extended by com.alibaba.druid.sql.dialect.postgresql.parser.PGLexer

public class PGLexer
extends Lexer


Field Summary
static Keywords DEFAULT_PG_KEYWORDS
           
 
Constructor Summary
PGLexer(String input)
           
 
Method Summary
 
Methods inherited from class com.alibaba.druid.sql.parser.Lexer
addSymbol, arraycopy, bp, charAt, current, decimalValue, getKeywods, hexString, info, integerValue, isAllowComment, isDigit, isEOF, mark, nextToken, nextVarIndex, numberString, pos, reset, reset, scanComment, scanHexaDecimal, scanIdentifier, scanNumber, scanVariable, setAllowComment, stringVal, subString, token
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PG_KEYWORDS

public static final Keywords DEFAULT_PG_KEYWORDS
Constructor Detail

PGLexer

public PGLexer(String input)


Copyright © 2012 Alibaba Group. All Rights Reserved.