Package com.sag.osami.contextstore.storage.jdbc

Interface Summary
IJDBCDialect This interface provides methods for getting SQL statements for the various tasks a storage implementation must handle, i.e.: inserting loading deleting of ContextEvents (by ID(s)) as well as statements for creating and dropping the ContextStore table and also for querying the last given ContextEvent ID [before the ContextStore was shutdown].
 

Class Summary
DerbyDialect A JDBC dialect for Derby.
GenericJDBCDialect A basic implementation of a JDBC dialect, using only standard SQL.
MysqlDialect  
PostgresqlDialect  
SqliteDialect