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
-
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:QueryParameter
Get the name.- Specified by:
getName
in interfaceQueryParameter
- Returns:
- the name
-
getParameter
Description copied from interface:QueryParameter
Get the parameter.- Specified by:
getParameter
in interfaceQueryParameter
- Returns:
- the parameter
-
getValue
Get the value.- Returns:
- the value
-
getType
Get the type.- Returns:
- the type
-