@Metadata(description="DB2 store",
root=CONFIGURATION)
public class DB2Store
extends SQLStore
| Constructor and Description |
|---|
DB2Store() |
DB2Store(java.lang.String url,
java.lang.String username,
java.lang.String password,
java.lang.String tablename) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
columnDefinitionsAsString() |
java.lang.String |
createColumnDefinitionsAsString() |
java.lang.String |
createInsertIntoTableString(Event event) |
getEventsOfRun, getOrderedKeys, getPassword, getPropertyTypeMap, getTablename, getUrl, getUsername, makeQuestionMarks, setPassword, setPropertyTypeMap, setTablename, setUrl, setUsername, storegetEventsBetween, getEventsOfRuncompareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic DB2Store()
public DB2Store(java.lang.String url,
java.lang.String username,
java.lang.String password,
java.lang.String tablename)
public java.lang.String createInsertIntoTableString(Event event)
createInsertIntoTableString in class SQLStorepublic java.lang.String columnDefinitionsAsString()
columnDefinitionsAsString in class SQLStorepublic java.lang.String createColumnDefinitionsAsString()
createColumnDefinitionsAsString in class SQLStore