Uses of Class
org.cxbox.sqlbc.dao.SqlFieldType
-
Packages that use SqlFieldType Package Description org.cxbox.sqlbc.dao org.cxbox.sqlbc.export.base.model -
-
Uses of SqlFieldType in org.cxbox.sqlbc.dao
Fields in org.cxbox.sqlbc.dao with type parameters of type SqlFieldType Modifier and Type Field Description static Map<String,SqlFieldType>SqlBcQuery. EXTRA_FIELDSMethods in org.cxbox.sqlbc.dao that return SqlFieldType Modifier and Type Method Description static SqlFieldTypeSqlFieldType.Holder. getFromSqlType(int sqlType)static SqlFieldTypeSqlFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlFieldType[]SqlFieldType. values()Returns an array containing the constants of this enum type, 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 Modifier and Type Method Description voidTableMeta. addColumn(String name, SqlFieldType type)
-