Interface JDBCConnection
- All Superinterfaces:
SqlClient, SqlConnection
-
Method Summary
Modifier and TypeMethodDescriptionsetQueryTimeout(int timeoutInSeconds) Sets a connection wide query timeout.setTransactionIsolation(int isolationLevel) Methods inherited from interface SqlClient
close, preparedQuery, preparedQuery, queryMethods inherited from interface SqlConnection
begin, closeHandler, databaseMetadata, exceptionHandler, isSSL, prepare, prepare, transaction
-
Method Details
-
getTransactionIsolation
-
setTransactionIsolation
-
setQueryTimeout
Sets a connection wide query timeout. It can be over-written at any time and becomes active on the next query call.- Parameters:
timeoutInSeconds- the max amount of seconds the query can take to execute.
-