Constructor and Description |
---|
Update.Mapping(String namedParameter)
The constructor that maps the main value to a named parameter
|
Update.Mapping(String attribute,
String namedParameter)
A mapping that maps the specified attribute name to the
provided named parameter.
|
public Update.Mapping(String namedParameter)
namedParameter
- the name of the SQL parameterpublic Update.Mapping(String attribute, String namedParameter)
Note that if the attribute is null
then is defines the
main value instead.
attribute
- the name of the attributenamedParameter
- the name of the SQL parameter