Package org.csstudio.platform.utility.rdb

RDB Utilities

See:
          Description

Class Summary
Activator Plugin info
CachingStringIDHelper A StringIDHelper that caches entries so that subsequent lookups for the same item by ID are faster.
RDBUtil Obtain database connection for various RDB systems.
StringID A name (string) with an ID.
StringIDHelper Helper for StringID entries in RDB.
 

Enum Summary
RDBUtil.Dialect Database dialect.
 

Package org.csstudio.platform.utility.rdb Description

RDB Utilities

The key class is the RDBUtil, providing an RDB connection for Oracle, Postgres or MySQL without tying to calling code to a specific RDB.