Uses of Interface
com.sag.osami.contextstore.storage.DBConstants

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

Uses of DBConstants in com.sag.osami.contextstore.storage.impl
 

Classes in com.sag.osami.contextstore.storage.impl that implement DBConstants
 class AndroidStorage
          Context store storage implementation based on the Android SQLite API.
 class JDBCStorage
          Context storage implementation based on JDBC.
 

Uses of DBConstants in com.sag.osami.contextstore.storage.jdbc
 

Subinterfaces of DBConstants in com.sag.osami.contextstore.storage.jdbc
 interface 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 that implement DBConstants
 class DerbyDialect
          A JDBC dialect for Derby.
 class GenericJDBCDialect
          A basic implementation of a JDBC dialect, using only standard SQL.
 class MysqlDialect
           
 class PostgresqlDialect
           
 class SqliteDialect