Package org.ametys.odf.ose.db.parameter
Class ValuedQueryParameter
java.lang.Object
org.ametys.odf.ose.db.parameter.ValuedQueryParameter
- All Implemented Interfaces:
QueryParameter
Object to represent a query parameter to add : value and type.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ValuedQueryParameter
Constructor.- Parameters:
name- The name of the parametervalue- The value of the parameter, can be null for nullable columnstype- The type of the parameter
-
-
Method Details
-
getName
Description copied from interface:QueryParameterGet the name.- Specified by:
getNamein interfaceQueryParameter- Returns:
- the name
-
getParameter
Description copied from interface:QueryParameterGet the parameter.- Specified by:
getParameterin interfaceQueryParameter- Returns:
- the parameter
-
getValue
Get the value.- Returns:
- the value
-
getType
Get the type.- Returns:
- the type
-