public interface DataContext
Modifier and Type | Interface and Description |
---|---|
static class |
DataContext.Variable
Variable that may be asked for in a call to
get(java.lang.String) . |
Modifier and Type | Field and Description |
---|---|
static ParameterExpression |
ROOT |
Modifier and Type | Method and Description |
---|---|
Object |
get(String name)
Returns a context variable.
|
QueryProvider |
getQueryProvider()
Returns the query provider.
|
SchemaPlus |
getRootSchema()
Returns a sub-schema with a given name, or null.
|
JavaTypeFactory |
getTypeFactory()
Returns the type factory.
|
static final ParameterExpression ROOT
SchemaPlus getRootSchema()
JavaTypeFactory getTypeFactory()
QueryProvider getQueryProvider()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.