Class BindingsLookupContextObject
java.lang.Object
de.businesscode.sqlengine.context.BindingsLookupContextObject
This is the velocity context object, allowing velocity to lookup a BindingSet (more precisely a BindingSetLookupContextObject) by name
This is used in phase 2 (@see
SQLEngine
), when the concrete BindingSet is already known
Later the user can also ask for all BindingSets we were asked for-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for VelocitygetUsedBindingsgetUsedBindingsNames
-
Constructor Details
-
BindingsLookupContextObject
public BindingsLookupContextObject()
-
-
Method Details
-
get
Getter for Velocity- Parameters:
key
-- Returns:
- the BindingSet representation
-
getUsedBindingsNames
getUsedBindingsNames- Returns:
- the referenced BindingSets
-
getUsedBindings
getUsedBindings- Returns:
- the referenced BindingSets
-