public interface IDatabaseConnector
| Modifier and Type | Method and Description |
|---|---|
Connection |
connectReadOnly(IJdbcConnectionDescription description) |
Connection |
connectReadOnly(IJdbcConnectionDescription description,
int timeout) |
Connection |
connectReadOnly(String url,
String userName,
String password,
int timeout) |
Connection |
connectWritable(IJdbcConnectionDescription description) |
Connection |
connectWritable(IJdbcConnectionDescription description,
int timeout) |
Connection |
connectWritable(String url,
String userName,
String password,
int timeout) |
boolean |
isConnectable(IJdbcConnectionDescription description) |
boolean |
isConnectable(String url,
String userName,
String password) |
Connection connectReadOnly(IJdbcConnectionDescription description) throws SQLException
SQLExceptionConnection connectReadOnly(IJdbcConnectionDescription description, int timeout) throws SQLException
SQLExceptionConnection connectReadOnly(String url, String userName, String password, int timeout) throws SQLException
SQLExceptionConnection connectWritable(IJdbcConnectionDescription description) throws SQLException
SQLExceptionConnection connectWritable(IJdbcConnectionDescription description, int timeout) throws SQLException
SQLExceptionConnection connectWritable(String url, String userName, String password, int timeout) throws SQLException
SQLExceptionboolean isConnectable(IJdbcConnectionDescription description)
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.