public class ScriptedSQLConnection extends Object
| Constructor and Description |
|---|
ScriptedSQLConnection(ScriptedSQLConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Release internal resources
|
Connection |
getSqlConnection()
Get the internal JDBC connection.
|
void |
setSqlConnection(Connection connection)
Set the internal JDBC connection.
|
void |
test()
If internal connection is not usable, throw IllegalStateException
|
public ScriptedSQLConnection(ScriptedSQLConfiguration configuration)
public void dispose()
public void test()
public Connection getSqlConnection()
public void setSqlConnection(Connection connection)
connection - connectionCopyright © 2023. All rights reserved.