public interface InvokableQuery
Query or query-builder object that's aware of it's DataContext and is ready to execute
or compile.| Modifier and Type | Method and Description |
|---|---|
CompiledQuery |
compile()
Compiles the query
|
DataSet |
execute()
Executes the query.
|
CompiledQuery compile()
CompiledQuery that is is returned by compiling the query.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.