Uses of Class
ccc.cli.DatabaseVendor

Packages that use DatabaseVendor
ccc.cli Command line tooling for CCC7. 
 

Uses of DatabaseVendor in ccc.cli
 

Methods in ccc.cli that return DatabaseVendor
static DatabaseVendor DatabaseVendor.forConnectionString(java.lang.String conString)
          Determine the driver class based on connection string.
static DatabaseVendor DatabaseVendor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DatabaseVendor[] DatabaseVendor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010. All Rights Reserved.