public class EventConverter extends Object
Modifier and Type | Field and Description |
---|---|
static EventConverter |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
Event |
fromSqlArray(Array array) |
Event |
toEvent(String json) |
String |
toJson(Event event) |
Array |
toSqlArray(Connection connection,
Event event) |
public static final EventConverter INSTANCE
public Array toSqlArray(Connection connection, Event event) throws SQLException
SQLException
public Event fromSqlArray(Array array) throws SQLException, ParseException
SQLException
ParseException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.