Package org.dalesbred.internal.jdbc
Class ResultSetUtils
- java.lang.Object
-
- org.dalesbred.internal.jdbc.ResultSetUtils
-
public final class ResultSetUtils extends java.lang.Object
Utilities for processingResultSet
s.
-
-
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)
-
-
-
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
-
-