Class SQLParserUtil.ParsedDataType

  • Enclosing class:
    SQLParserUtil

    public static class SQLParserUtil.ParsedDataType
    extends Object
    • Constructor Detail

      • ParsedDataType

        public ParsedDataType​(String type)
      • ParsedDataType

        public ParsedDataType​(String type,
                              int length,
                              boolean precision)
      • ParsedDataType

        public ParsedDataType​(String type,
                              int length,
                              int scale,
                              boolean precision)
    • Method Detail

      • getType

        public String getType()