Uses of Class
org.csstudio.platform.utility.rdb.RDBUtil.Dialect

Packages that use RDBUtil.Dialect
org.csstudio.platform.utility.rdb RDB Utilities 
 

Uses of RDBUtil.Dialect in org.csstudio.platform.utility.rdb
 

Methods in org.csstudio.platform.utility.rdb that return RDBUtil.Dialect
 RDBUtil.Dialect RDBUtil.getDialect()
           
static RDBUtil.Dialect RDBUtil.Dialect.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RDBUtil.Dialect[] RDBUtil.Dialect.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.csstudio.platform.utility.rdb with parameters of type RDBUtil.Dialect
RDBUtil(java.lang.String url, java.lang.String user, java.lang.String password, RDBUtil.Dialect dialect, boolean autoReconnect)
          Constructor for derived classes.