Uses of Class
org.drizzle.jdbc.internal.common.SupportedDatabases

Packages that use SupportedDatabases
org.drizzle.jdbc   
org.drizzle.jdbc.internal.common   
org.drizzle.jdbc.internal.mysql   
 

Uses of SupportedDatabases in org.drizzle.jdbc
 

Constructors in org.drizzle.jdbc with parameters of type SupportedDatabases
CommonDatabaseMetaData.Builder(SupportedDatabases database, java.sql.Connection connection)
           
 

Uses of SupportedDatabases in org.drizzle.jdbc.internal.common
 

Methods in org.drizzle.jdbc.internal.common that return SupportedDatabases
static SupportedDatabases SupportedDatabases.fromVersionString(java.lang.String version)
           
 SupportedDatabases Protocol.getDatabaseType()
           
static SupportedDatabases SupportedDatabases.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SupportedDatabases[] SupportedDatabases.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SupportedDatabases in org.drizzle.jdbc.internal.mysql
 

Methods in org.drizzle.jdbc.internal.mysql that return SupportedDatabases
 SupportedDatabases MySQLProtocol.getDatabaseType()
           
 



Copyright © 2012. All Rights Reserved.