Class Result

    • Field Detail

      • INSTANCE

        public static final Result INSTANCE
    • Constructor Detail

      • Result

        public Result()
    • Method Detail

      • guessType

        protected String guessType​(String type)
        Converts "short" type notation to the fully qualified class name. Right now supports all major standard SQL types, including primitives. All other types are expected to be fully qualified, and are not converted.