public static class Update.Mapping
extends java.lang.Object
| Constructor and Description |
|---|
Update.Mapping(java.lang.String namedParameter)
The constructor that maps the main value to a named parameter
|
Update.Mapping(java.lang.String attribute,
java.lang.String namedParameter)
A mapping that maps the specified attribute name to the
provided named parameter.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributes() |
java.lang.String |
getNamedParameter() |
public Update.Mapping(java.lang.String namedParameter)
namedParameter - the name of the SQL parameterpublic Update.Mapping(java.lang.String attribute,
java.lang.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
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0