Class SQLParameterLookupParser

  • All Implemented Interfaces:
    java.io.Serializable

    public class SQLParameterLookupParser
    extends PropertyLookupParser
    Creation-Date: 16.04.2006, 20:30:42
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • SQLParameterLookupParser

        public SQLParameterLookupParser()
    • Method Detail

      • lookupVariable

        protected java.lang.String lookupVariable​(java.lang.String name)
        Description copied from class: PropertyLookupParser
        Looks up the property with the given name.
        Specified by:
        lookupVariable in class PropertyLookupParser
        Parameters:
        name - the name of the property to look up.
        Returns:
        the translated value.
      • getFields

        public java.lang.String[] getFields()