Uses of Class
scriptella.spi.AbstractConnection.StatementCounter
Packages that use AbstractConnection.StatementCounter
Package
Description
CSV Driver for Scriptella.
Shell scripts driver.
Text Driver for Scriptella.
XPath Driver for Scriptella.
Service Provider Interface classes.
-
Uses of AbstractConnection.StatementCounter in scriptella.driver.csv
Methods in scriptella.driver.csv with parameters of type AbstractConnection.StatementCounterModifier and TypeMethodDescriptionvoidCsvQuery.execute(CSVReader reader, QueryCallback queryCallback, AbstractConnection.StatementCounter counter) Executes a query over a specified text content. -
Uses of AbstractConnection.StatementCounter in scriptella.driver.shell
Methods in scriptella.driver.shell with parameters of type AbstractConnection.StatementCounterModifier and TypeMethodDescriptionvoidShellScriptExecutor.execute(Reader reader, ParametersCallback pc, AbstractConnection.StatementCounter counter) Parses a script from read, expands properties and produces the output. -
Uses of AbstractConnection.StatementCounter in scriptella.driver.text
Methods in scriptella.driver.text with parameters of type AbstractConnection.StatementCounterModifier and TypeMethodDescriptionvoidTextScriptExecutor.execute(Reader reader, ParametersCallback pc, AbstractConnection.StatementCounter counter) Parses a script from read, expands properties and produces the output. -
Uses of AbstractConnection.StatementCounter in scriptella.driver.xpath
Constructors in scriptella.driver.xpath with parameters of type AbstractConnection.StatementCounterModifierConstructorDescriptionXPathQueryExecutor(ThreadLocal<Node> context, Document document, Resource xpathResource, scriptella.driver.xpath.XPathExpressionCompiler compiler, AbstractConnection.StatementCounter counter, boolean returnArrays) Crates executor to query document using a specified xpath expression. -
Uses of AbstractConnection.StatementCounter in scriptella.spi
Fields in scriptella.spi declared as AbstractConnection.StatementCounterModifier and TypeFieldDescriptionprotected final AbstractConnection.StatementCounterAbstractConnection.counter