DynamicContextpublic class DynamicContextImpl extends Object implements DynamicContext
| Constructor | Description |
|---|---|
DynamicContextImpl(StaticContext sCtx) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
bindVariable(QName var,
org.apache.hyracks.data.std.api.IValueReference value) |
|
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) |
public DynamicContextImpl(StaticContext sCtx)
public IDynamicContextFactory createFactory()
createFactory in interface DynamicContextpublic StaticContext getStaticContext()
getStaticContext in interface DynamicContextpublic void setCurrentDateTime(org.apache.hyracks.data.std.api.IValueReference value)
setCurrentDateTime in interface DynamicContextpublic void getCurrentDateTime(org.apache.hyracks.data.std.api.IPointable value)
getCurrentDateTime in interface DynamicContextpublic void bindVariable(QName var, org.apache.hyracks.data.std.api.IValueReference value)
bindVariable in interface DynamicContextpublic void lookupVariable(QName var, org.apache.hyracks.data.std.api.IPointable value)
lookupVariable in interface DynamicContextCopyright © 2019 Apache Software Foundation. All rights reserved.