Package deltix.qsrv.hf.tickdb.pub.query
Interface PreparedQuery
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,deltix.util.lang.Disposable
public interface PreparedQuery extends deltix.util.lang.Disposable
Analogous to JDBC's PreparedStatement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstrumentMessageSource
executeQuery(SelectionOptions options, ReadableValue[] params)
ClassSet<RecordClassDescriptor>
getSchema()
boolean
isReverse()
-
-
-
Method Detail
-
isReverse
boolean isReverse()
-
executeQuery
InstrumentMessageSource executeQuery(SelectionOptions options, ReadableValue[] params)
-
getSchema
ClassSet<RecordClassDescriptor> getSchema()
-
-