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