| com.flexive.shared.configuration.DBVendor
DBVendor | public enum DBVendor (Code) | | Known Database vendors
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Field Summary | |
Enum Constant | MySQL | Enum Constant | Unknown Unknown SQL database vendor. |
MySQL | Enum Constant MySQL(Code) | | MySQL 5+
|
Unknown | Enum Constant Unknown(Code) | | Unknown SQL database vendor.
|
getVendor | public static DBVendor getVendor(String dbVendor)(Code) | | Get enum constant based on the vendor reported by the Connections MetaData
Parameters: dbVendor - the database vendor string DBVendor the associated vendor enum value |
|
|