|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.dbutils.QueryRunner
org.mule.transport.jdbc.ExtendedQueryRunner
public class ExtendedQueryRunner
An extended version of the Query runner that supports query timeouts
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.dbutils.QueryRunner |
|---|
ds |
| Constructor Summary | |
|---|---|
ExtendedQueryRunner(DataSource ds,
int queryTimeout)
|
|
| Method Summary | |
|---|---|
int |
getQueryTimeout()
|
protected PreparedStatement |
prepareStatement(Connection conn,
String sql)
|
| Methods inherited from class org.apache.commons.dbutils.QueryRunner |
|---|
batch, batch, close, close, close, fillStatement, fillStatementWithBean, fillStatementWithBean, getDataSource, prepareConnection, query, query, query, query, query, query, query, query, rethrow, update, update, update, update, update, update, wrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendedQueryRunner(DataSource ds,
int queryTimeout)
| Method Detail |
|---|
protected PreparedStatement prepareStatement(Connection conn,
String sql)
throws SQLException
prepareStatement in class org.apache.commons.dbutils.QueryRunnerSQLExceptionpublic int getQueryTimeout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||