Uses of Class
com.appslandia.common.record.Field
-
Packages that use Field Package Description com.appslandia.common.record -
-
Uses of Field in com.appslandia.common.record
Methods in com.appslandia.common.record that return Field Modifier and Type Method Description FieldTable. getKeyIncr()FieldField. setKeyType(FieldType keyType)FieldField. setName(String name)FieldField. setNullable(boolean nullable)FieldField. setPosition(int position)FieldField. setScaleOrLength(Integer scaleOrLength)FieldField. setSqlType(Integer sqlType)Methods in com.appslandia.common.record that return types with arguments of type Field Modifier and Type Method Description List<Field>Table. getFields()Method parameters in com.appslandia.common.record with type arguments of type Field Modifier and Type Method Description TableTable. setFields(List<Field> fields)
-