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

Packages that use com.sag.osami.contextstore.storage.jdbc
com.sag.osami.contextstore   
com.sag.osami.contextstore.storage.impl   
com.sag.osami.contextstore.storage.jdbc   
 

Classes in com.sag.osami.contextstore.storage.jdbc used by com.sag.osami.contextstore
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].
 

Classes in com.sag.osami.contextstore.storage.jdbc used by com.sag.osami.contextstore.storage.impl
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].
 

Classes in com.sag.osami.contextstore.storage.jdbc used by com.sag.osami.contextstore.storage.jdbc
GenericJDBCDialect
          A basic implementation of a JDBC dialect, using only standard SQL.
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].