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.DisposableAnalogous to JDBC's PreparedStatement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstrumentMessageSourceexecuteQuery(SelectionOptions options, ReadableValue[] params)ClassSet<RecordClassDescriptor>getSchema()booleanisReverse()
-
-
-
Method Detail
-
isReverse
boolean isReverse()
-
executeQuery
InstrumentMessageSource executeQuery(SelectionOptions options, ReadableValue[] params)
-
getSchema
ClassSet<RecordClassDescriptor> getSchema()
-
-