| Constructor and Description |
|---|
JDBCHikariCPClient(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Connection connection) |
void |
execute(Connection connection,
String sql) |
ResultSet |
executeQuery(Connection connection,
String sql,
Object... params) |
Connection |
getConnection() |
void |
initialize() |
void |
shutdown() |
public JDBCHikariCPClient(Properties properties)
public void initialize()
throws ClientException
initialize in interface ClientClientExceptionpublic Connection getConnection() throws JDBCClientException
JDBCClientExceptionpublic void close(Connection connection)
public void execute(Connection connection, String sql) throws JDBCClientException
JDBCClientExceptionpublic ResultSet executeQuery(Connection connection, String sql, Object... params) throws JDBCClientException
JDBCClientExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.