JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum
com.objectsql.support.DataType
Packages that use
DataType
Package
Description
com.objectsql.support
Uses of
DataType
in
com.objectsql.support
Methods in
com.objectsql.support
that return
DataType
Modifier and Type
Method
Description
static
DataType
DataType.
getDataType
(
String
type)
static
DataType
DataType.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
DataType
[]
DataType.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.