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