Package com.appslandia.common.easyrecord
Class RecordUtils
- java.lang.Object
-
- com.appslandia.common.easyrecord.RecordUtils
-
-
Constructor Summary
Constructors Constructor Description RecordUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Record>executeList(PreparedStatement stat)static List<Record>executeList(ResultSet rs)static RecordexecuteSingle(PreparedStatement stat)static RecordexecuteSingle(ResultSet rs)
-
-
-
Method Detail
-
executeSingle
public static Record executeSingle(PreparedStatement stat) throws SQLException
- Throws:
SQLException
-
executeSingle
public static Record executeSingle(ResultSet rs) throws SQLException
- Throws:
SQLException
-
executeList
public static List<Record> executeList(PreparedStatement stat) throws SQLException
- Throws:
SQLException
-
executeList
public static List<Record> executeList(ResultSet rs) throws SQLException
- Throws:
SQLException
-
-