| Package | Description |
|---|---|
| org.ofbiz.core.entity.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static SqlJdbcUtil.FieldType |
SqlJdbcUtil.getFieldType(String javaType)
Does the same thing as
SqlJdbcUtil.getType(String), except that it returns an enum type instead
of a magic number and doesn't throw a checked exception. |
static SqlJdbcUtil.FieldType |
SqlJdbcUtil.FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlJdbcUtil.FieldType[] |
SqlJdbcUtil.FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Atlassian. All rights reserved.