Uses of Enum Class
org.ofbiz.core.entity.jdbc.SqlJdbcUtil.FieldType
Packages that use SqlJdbcUtil.FieldType
-
Uses of SqlJdbcUtil.FieldType in org.ofbiz.core.entity.jdbc
Methods in org.ofbiz.core.entity.jdbc that return SqlJdbcUtil.FieldTypeModifier and TypeMethodDescriptionstatic SqlJdbcUtil.FieldTypeSqlJdbcUtil.getFieldType(String javaType) Does the same thing asSqlJdbcUtil.getType(String), except that it returns anenumtype instead of a magic number and doesn't throw a checked exception.static SqlJdbcUtil.FieldTypeReturns the enum constant of this class with the specified name.static SqlJdbcUtil.FieldType[]SqlJdbcUtil.FieldType.values()Returns an array containing the constants of this enum class, in the order they are declared.