Uses of Enum
org.apache.empire.dbms.DBMSFeature
Packages that use DBMSFeature
Package
Description
This package contains classes necessary to support the Apache Derby database system.
This package contains classes necessary to support the H2 database system.
This package contains classes necessary to support the HSQLDB database system.
This package contains classes necessary to support the MySQL database system.
This package contains classes necessary to support the Oracle database system.
This package contains classes necessary to support the PostgreSQL database system.
This package contains classes necessary to support the Microsoft SQL-Server database system.
-
Uses of DBMSFeature in org.apache.empire.dbms
Methods in org.apache.empire.dbms that return DBMSFeatureModifier and TypeMethodDescriptionstatic DBMSFeatureReturns the enum constant of this type with the specified name.static DBMSFeature[]DBMSFeature.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.empire.dbms with parameters of type DBMSFeatureModifier and TypeMethodDescriptionbooleanDBMSHandler.isSupported(DBMSFeature type) Returns whether or not a particular feature is supported by this dbmsabstract booleanDBMSHandlerBase.isSupported(DBMSFeature type) Returns whether or not a particular feature is supported by this dbms -
Uses of DBMSFeature in org.apache.empire.dbms.derby
Methods in org.apache.empire.dbms.derby with parameters of type DBMSFeatureModifier and TypeMethodDescriptionbooleanDBMSHandlerDerby.isSupported(DBMSFeature type) Returns whether or not a particular feature is supported by this dbms -
Uses of DBMSFeature in org.apache.empire.dbms.h2
Methods in org.apache.empire.dbms.h2 with parameters of type DBMSFeatureModifier and TypeMethodDescriptionbooleanDBMSHandlerH2.isSupported(DBMSFeature type) Returns whether or not a particular feature is supported by this dmbs -
Uses of DBMSFeature in org.apache.empire.dbms.hsql
Methods in org.apache.empire.dbms.hsql with parameters of type DBMSFeatureModifier and TypeMethodDescriptionbooleanDBMSHandlerHSql.isSupported(DBMSFeature type) Returns whether or not a particular feature is supported by this dbms -
Uses of DBMSFeature in org.apache.empire.dbms.mysql
Methods in org.apache.empire.dbms.mysql with parameters of type DBMSFeatureModifier and TypeMethodDescriptionbooleanDBMSHandlerMySQL.isSupported(DBMSFeature type) Returns whether or not a particular feature is supported by this dbms -
Uses of DBMSFeature in org.apache.empire.dbms.oracle
Methods in org.apache.empire.dbms.oracle with parameters of type DBMSFeatureModifier and TypeMethodDescriptionbooleanDBMSHandlerOracle.isSupported(DBMSFeature type) Returns whether or not a particular feature is supported by this dbms -
Uses of DBMSFeature in org.apache.empire.dbms.postgresql
Methods in org.apache.empire.dbms.postgresql with parameters of type DBMSFeatureModifier and TypeMethodDescriptionbooleanDBMSHandlerPostgreSQL.isSupported(DBMSFeature type) Returns whether or not a particular feature is supported by this dbms -
Uses of DBMSFeature in org.apache.empire.dbms.sqlite
Methods in org.apache.empire.dbms.sqlite with parameters of type DBMSFeatureModifier and TypeMethodDescriptionbooleanDBMSHandlerSQLite.isSupported(DBMSFeature type) Returns whether or not a particular feature is supported by this dbms -
Uses of DBMSFeature in org.apache.empire.dbms.sqlserver
Methods in org.apache.empire.dbms.sqlserver with parameters of type DBMSFeatureModifier and TypeMethodDescriptionbooleanDBMSHandlerMSSQL.isSupported(DBMSFeature type) Returns whether or not a particular feature is supported by this dbms