|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sag.osami.contextstore.storage.jdbc.GenericJDBCDialect
com.sag.osami.contextstore.storage.jdbc.SqliteDialect
public class SqliteDialect
Field Summary |
---|
Fields inherited from interface com.sag.osami.contextstore.storage.DBConstants |
---|
COL_CTXSTORE_ID, COL_DATA, COL_DATA_CLASS, COL_ID, COL_ORIGINID, COL_TIMESTAMP, COL_TYPE, COLS, TABLE_AND_COLS, TABLE_NAME |
Constructor Summary | |
---|---|
SqliteDialect()
|
Method Summary | |
---|---|
java.lang.String |
createTable()
Returns the SQL statement for creating the context store table. |
java.lang.String |
driver()
Returns the fully qualified class name of the JDBC driver to be used. |
Methods inherited from class com.sag.osami.contextstore.storage.jdbc.GenericJDBCDialect |
---|
createTable, deleteContextEvent, dropTable, idParams, insertContextEvent, loadContextEvent, loadContextEvents, queryLastID, tableExists |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqliteDialect()
Method Detail |
---|
public java.lang.String driver()
IJDBCDialect
public java.lang.String createTable()
IJDBCDialect
Be aware that the ID column should not be auto incremented by the database. ID generation is handled by the ContextStore
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |