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
SQLException
public final int updateQuery(String s) throws SQLException
SQLException
Copyright © 2015 SeqWare. All rights reserved.