Package org.dalesbred.internal.jdbc
Class ResultSetUtils
java.lang.Object
org.dalesbred.internal.jdbc.ResultSetUtils
Utilities for processing
ResultSets.-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull TypegetColumnType(@NotNull ResultSetMetaData metaData, @NotNull Dialect dialect, int column) static @NotNull NamedTypeListgetTypes(@NotNull ResultSetMetaData metaData, @NotNull Dialect dialect)
-
Method Details
-
getTypes
@NotNull public static @NotNull NamedTypeList getTypes(@NotNull @NotNull ResultSetMetaData metaData, @NotNull @NotNull Dialect dialect) throws SQLException - Throws:
SQLException
-
getColumnType
@NotNull public static @NotNull Type getColumnType(@NotNull @NotNull ResultSetMetaData metaData, @NotNull @NotNull Dialect dialect, int column) throws SQLException - Throws:
SQLException
-