Uses of Class
com.continuent.tungsten.replicator.database.DBMS

Packages that use DBMS
com.continuent.tungsten.replicator.database   
 

Uses of DBMS in com.continuent.tungsten.replicator.database
 

Fields in com.continuent.tungsten.replicator.database declared as DBMS
protected  DBMS AbstractDatabase.dbms
           
 

Methods in com.continuent.tungsten.replicator.database that return DBMS
 DBMS AbstractDatabase.getType()
           
 DBMS Database.getType()
          Returns the type of DBMS behind the interface
static DBMS JdbcURL.string2DBMS(java.lang.String driver_spec)
           
static DBMS DBMS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DBMS[] DBMS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.continuent.tungsten.replicator.database with parameters of type DBMS
static java.lang.String JdbcURL.generate(DBMS dbms, java.lang.String host, int port, java.lang.String service)