Constructor and Description |
---|
Mapping(String namedParameter)
The constructor that maps the main value to a named parameter
|
Mapping(String attribute,
String namedParameter)
A mapping that maps the specified attribute name to the
provided named parameter.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttributes() |
String |
getNamedParameter() |
public Mapping(String namedParameter)
namedParameter
- the name of the SQL parameterpublic 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 parameterCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.