public abstract class ResultSetHelper extends Object
| Constructor and Description |
|---|
ResultSetHelper() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getColumnCount(ResultSet rs) |
static boolean |
hasColumn(ResultSet rs,
String columnName) |
public static boolean hasColumn(ResultSet rs, String columnName) throws SQLException
SQLExceptionpublic static int getColumnCount(ResultSet rs) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.