@Metadata(description="Apache Derby store",
root=CONFIGURATION)
public class DerbySQLStore
extends SQLStore
| Constructor and Description |
|---|
DerbySQLStore() |
DerbySQLStore(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 DerbySQLStore()
public DerbySQLStore(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