public class ScriptellaConnection extends AbstractConnection
For configuration details and examples see overview page.
AbstractConnection.StatementCountercounter| Constructor and Description |
|---|
ScriptellaConnection(ConnectionParameters parameters)
Creates an email connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback) |
void |
executeScript(Resource scriptContent,
ParametersCallback parametersCallback) |
commit, getDialectIdentifier, getExecutedStatementsCount, isReadonly, rollback, setDialectIdentifier, toStringpublic ScriptellaConnection(ConnectionParameters parameters)
parameters - connection parameters.public void executeScript(Resource scriptContent, ParametersCallback parametersCallback) throws ProviderException
ProviderExceptionpublic void executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) throws ProviderException
ProviderExceptionpublic void close()
throws ProviderException
ProviderExceptionCopyright © 2006–2019. All rights reserved.