Uses of Class
org.apache.empire.db.DBDriverFeature

Packages that use DBDriverFeature
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
org.apache.empire.db.hsql This package contains classes necessary to support the HSQLDB database system. 
org.apache.empire.db.mysql This package contains classes necessary to support the MySQL database system. 
org.apache.empire.db.oracle This package contains classes necessary to support the Oracle database system. 
org.apache.empire.db.sqlserver This package contains classes necessary to support the Microsoft SQL-Server database system. 
 

Uses of DBDriverFeature in org.apache.empire.db
 

Methods in org.apache.empire.db that return DBDriverFeature
static DBDriverFeature DBDriverFeature.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DBDriverFeature[] DBDriverFeature.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.empire.db with parameters of type DBDriverFeature
abstract  boolean DBDatabaseDriver.isSupported(DBDriverFeature type)
          Returns whether or not a particular feature is supported by this driver
 

Uses of DBDriverFeature in org.apache.empire.db.hsql
 

Methods in org.apache.empire.db.hsql with parameters of type DBDriverFeature
 boolean DBDatabaseDriverHSql.isSupported(DBDriverFeature type)
          Returns whether or not a particular feature is supported by this driver
 

Uses of DBDriverFeature in org.apache.empire.db.mysql
 

Methods in org.apache.empire.db.mysql with parameters of type DBDriverFeature
 boolean DBDatabaseDriverMySQL.isSupported(DBDriverFeature type)
          Returns whether or not a particular feature is supported by this driver
 

Uses of DBDriverFeature in org.apache.empire.db.oracle
 

Methods in org.apache.empire.db.oracle with parameters of type DBDriverFeature
 boolean DBDatabaseDriverOracle.isSupported(DBDriverFeature type)
          Returns whether or not a particular feature is supported by this driver
 

Uses of DBDriverFeature in org.apache.empire.db.sqlserver
 

Methods in org.apache.empire.db.sqlserver with parameters of type DBDriverFeature
 boolean DBDatabaseDriverMSSQL.isSupported(DBDriverFeature type)
          Returns whether or not a particular feature is supported by this driver