DynamicContextImplpublic interface DynamicContext
| Modifier and Type | Method | Description | 
|---|---|---|
| void | bindVariable(QName var,
            org.apache.hyracks.data.std.api.IValueReference vReference) | |
| IDynamicContextFactory | createFactory() | |
| void | getCurrentDateTime(org.apache.hyracks.data.std.api.IPointable value) | |
| StaticContext | getStaticContext() | |
| void | lookupVariable(QName var,
              org.apache.hyracks.data.std.api.IPointable value) | |
| void | setCurrentDateTime(org.apache.hyracks.data.std.api.IValueReference value) | 
IDynamicContextFactory createFactory()
StaticContext getStaticContext()
void getCurrentDateTime(org.apache.hyracks.data.std.api.IPointable value)
void setCurrentDateTime(org.apache.hyracks.data.std.api.IValueReference value)
void bindVariable(QName var, org.apache.hyracks.data.std.api.IValueReference vReference)
void lookupVariable(QName var, org.apache.hyracks.data.std.api.IPointable value)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.