Package org.ametys.odf.ose.db.parameter
Interface QueryParameter
- All Known Implementing Classes:
StaticQueryParameter
,ValuedQueryParameter
public interface QueryParameter
Object to represent a query parameter to add.
-
Method Summary
-
Method Details
-
getName
Get the name.- Returns:
- the name
-
getParameter
Get the parameter.- Returns:
- the parameter
-