Uses of Enum Class
org.cxbox.sqlbc.dao.SqlFieldType
Packages that use SqlFieldType
-
Uses of SqlFieldType in org.cxbox.sqlbc.dao
Fields in org.cxbox.sqlbc.dao with type parameters of type SqlFieldTypeMethods in org.cxbox.sqlbc.dao that return SqlFieldTypeModifier and TypeMethodDescriptionstatic SqlFieldTypeSqlFieldType.Holder.getFromSqlType(int sqlType) static SqlFieldTypeReturns the enum constant of this class with the specified name.static SqlFieldType[]SqlFieldType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SqlFieldType in org.cxbox.sqlbc.export.base.model
Methods in org.cxbox.sqlbc.export.base.model with parameters of type SqlFieldType