Package com.randomnoun.common.jexl.sql
Class PositionalParameter
java.lang.Object
com.randomnoun.common.jexl.sql.PositionalParameter
An object representing a variable that can be passed in as a positional parameter.
See SqlGenerator for a description of how this class is intended to be used.
- Author:
- knoxg
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PositionalParameter
Create a new Positional Parameter- Parameters:
name
- A name for this positional parameter, which is returned in the VAR_PARAMETERS list when the parameter is referenced in generated SQL.
-
-
Method Details
-
getName
Retrieves the name of this positional parameter
-