public final class QueryRunner extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
QueryRunner(MetadataDB mdb) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
executeQuery(String s,
org.apache.commons.dbutils.ResultSetHandler<T> h) |
int |
updateQuery(String s) |
protected QueryRunner(MetadataDB mdb)
public final <T> T executeQuery(String s, org.apache.commons.dbutils.ResultSetHandler<T> h) throws SQLException
SQLExceptionpublic final int updateQuery(String s) throws SQLException
SQLExceptionCopyright © 2015 SeqWare. All rights reserved.