public static interface Jdbc7Shim.Connection
Modifier and Type | Method and Description |
---|---|
void |
abort(Executor executor) |
int |
getNetworkTimeout() |
String |
getSchema() |
void |
setNetworkTimeout(Executor executor,
int milliseconds) |
void |
setSchema(String schema) |
void setSchema(String schema) throws SQLException
SQLException
String getSchema() throws SQLException
SQLException
void abort(Executor executor) throws SQLException
SQLException
void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException
SQLException
int getNetworkTimeout() throws SQLException
SQLException
Copyright © 2015 Apache Software Foundation. All Rights Reserved.