|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SqlRuntimeContext
The public runtime context.
For more info please see the Tutorials.
| Method Summary | |
|---|---|
String |
getFeature(String name)
Convenient method to obtain a String feature based on the name. |
Integer |
getFeatureAsInt(String name)
Convenient method to obtain an Integer feature based on the name. |
Object |
getFeatureAsObject(String name)
Convenient method to obtain an Object feature based on the name. |
String[] |
getFeatures(String name)
Convenient method to obtain a String array features based on the name. |
SqlPluginFactory |
getPluginFactory()
Returns the factory responsible for the SQL Processor plugins. |
Object |
getRawFeature(String name)
Convenient method to obtain a feature based on the name. |
SqlTypeFactory |
getTypeFactory()
Returns the factory responsible for the META types construction. |
boolean |
isFeature(String name)
Convenient method to obtain a boolean feature based on the name. |
| Method Detail |
|---|
String getFeature(String name)
name - name of the feature
String[] getFeatures(String name)
name - name of the feature
boolean isFeature(String name)
name - name of the feature
Integer getFeatureAsInt(String name)
name - name of the feature
Object getFeatureAsObject(String name)
name - name of the feature
Object getRawFeature(String name)
name - name of the feature
SqlTypeFactory getTypeFactory()
SqlPluginFactory getPluginFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||