public class XPathConnection extends AbstractConnection
For configuration details and examples see overview page.
AbstractConnection.StatementCounter
Modifier and Type | Field and Description |
---|---|
protected boolean |
cache_queries |
static java.lang.String |
CACHE_QUERIES
Name of the
cache_queries connection property. |
static java.lang.String |
RETURN_ARRAYS
Name of the
return_arrays connection property. |
counter
Modifier | Constructor and Description |
---|---|
protected |
XPathConnection()
For testing purposes only.
|
|
XPathConnection(ConnectionParameters parameters) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the connection and releases all related resources.
|
void |
executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback)
Executes a query specified by its content.
|
void |
executeScript(Resource scriptContent,
ParametersCallback parametersCallback)
Executes a script specified by its content.
|
commit, getDialectIdentifier, getExecutedStatementsCount, isReadonly, rollback, setDialectIdentifier, toString
Copyright © Copyright 2006-2019 The Scriptella Project Team.