Class Query
java.lang.Object
com.sparsity.sparksee.gdb.Query
Query class.
- Author:
- Sparsity Technologies http://www.sparsity-technologies.com
-
Method Summary
Modifier and TypeMethodDescriptionExecutes the given statement.voidsetDynamic(String name, Value value) Sets the value for a dynamic paramater.setStream(String stream, QueryStream handler) Sets a query stream handler Query streams handlers are created and destroyed by the caller.
-
Method Details
-
setStream
Sets a query stream handler Query streams handlers are created and destroyed by the caller.DeprecatedQueryStreams should be handled by a QueryStreamManager setup at database level instead.
- Parameters:
stream- [in] The stream namehandler- [in] Query stream handler- Returns:
- The previous handler, or NULL if it does not exists
-
setDynamic
-
execute
-