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 String |
CACHE_QUERIES
Name of the
cache_queries connection property. |
static 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() |
void |
executeQuery(Resource queryContent,
ParametersCallback parametersCallback,
QueryCallback queryCallback) |
void |
executeScript(Resource scriptContent,
ParametersCallback parametersCallback) |
commit, getDialectIdentifier, getExecutedStatementsCount, isReadonly, rollback, setDialectIdentifier, toStringpublic static final String CACHE_QUERIES
cache_queries connection property.
Specifies flag to use queries cache, default is true.
If set to "false" XML document under URL will be parsed for each
Copyright © 2006–2019. All rights reserved.