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