public class Update extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Update.Mapping |
Constructor and Description |
---|
Update(String id,
String sql,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
addMapping(Update.Mapping mapping)
Add a mapping.
|
protected void |
performUpdate(Variant value,
OperationParameters operationParameters) |
void |
register(DefaultChainItemFactory parentItemFactory) |
void |
unregister() |
public Update(String id, String sql, Connection connection)
public void register(DefaultChainItemFactory parentItemFactory)
protected void performUpdate(Variant value, OperationParameters operationParameters)
public void unregister()
public void addMapping(Update.Mapping mapping)
Note that the mappings are not unique and adding multiple mappings for the same attribute is not allowed and will result in an undefined behavior.
mapping
- the mapping to addCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.