Class ResultSetUtils


  • public final class ResultSetUtils
    extends java.lang.Object
    Utilities for processing ResultSets.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static @NotNull java.lang.reflect.Type getColumnType​(@NotNull java.sql.ResultSetMetaData metaData, @NotNull Dialect dialect, int column)  
      static @NotNull NamedTypeList getTypes​(@NotNull java.sql.ResultSetMetaData metaData, @NotNull Dialect dialect)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTypes

        @NotNull
        public static @NotNull NamedTypeList getTypes​(@NotNull
                                                      @NotNull java.sql.ResultSetMetaData metaData,
                                                      @NotNull
                                                      @NotNull Dialect dialect)
                                               throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getColumnType

        @NotNull
        public static @NotNull java.lang.reflect.Type getColumnType​(@NotNull
                                                                    @NotNull java.sql.ResultSetMetaData metaData,
                                                                    @NotNull
                                                                    @NotNull Dialect dialect,
                                                                    int column)
                                                             throws java.sql.SQLException
        Throws:
        java.sql.SQLException