Uses of Enum Class
org.eclipse.net4j.db.DBType
Packages that use DBType
Package
Description
The Net4j DB framework.
The Net4j DB framework concepts for the abstraction of the SQL data definition language.
The Net4j DB Framework support for MYSQL databases.
Server service provider interfaces and useful base implementations for the Net4j DB framework.
-
Uses of DBType in org.eclipse.net4j.db
Methods in org.eclipse.net4j.db that return DBTypeModifier and TypeMethodDescriptionProvide a way for the DBAdapter to override unsupported DB types with replacements.static DBType
DBType.getTypeByCode
(int code) static DBType
DBType.getTypeByKeyword
(String keyword) static DBType
Returns the enum constant of this class with the specified name.static DBType[]
DBType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.net4j.db with parameters of type DBTypeModifier and TypeMethodDescriptionProvide a way for the DBAdapter to override unsupported DB types with replacements.int
IDBAdapter.getFieldLength
(DBType type) Returns the column length for the given database type.boolean
IDBAdapter.isTypeIndexable
(DBType type) -
Uses of DBType in org.eclipse.net4j.db.ddl
Methods in org.eclipse.net4j.db.ddl that return DBTypeMethods in org.eclipse.net4j.db.ddl with parameters of type DBTypeModifier and TypeMethodDescriptionvoid
-
Uses of DBType in org.eclipse.net4j.db.mysql
Methods in org.eclipse.net4j.db.mysql with parameters of type DBType -
Uses of DBType in org.eclipse.net4j.spi.db
Methods in org.eclipse.net4j.spi.db that return DBTypeMethods in org.eclipse.net4j.spi.db with parameters of type DBTypeModifier and TypeMethodDescriptionstatic int
DBAdapter.getDefaultDBLength
(DBType type) int
DBAdapter.getFieldLength
(DBType type) boolean
DBAdapter.isTypeIndexable
(DBType type)