001package gudusoft.gsqlparser;
002
003
004public enum EQuoteType {
005    notQuoted,
006    squareBracket,
007    doubleQuote,
008    backtick,
009}