Uses of Class
org.onemind.commons.java.sql.Field
-
Packages that use Field Package Description org.onemind.commons.java.sql -
-
Uses of Field in org.onemind.commons.java.sql
Methods in org.onemind.commons.java.sql that return Field Modifier and Type Method Description FieldMetaData. getField(java.lang.String name)get the field with id nameFieldMetaData. getIdField()return the primary key fieldMethods in org.onemind.commons.java.sql with parameters of type Field Modifier and Type Method Description voidMetaData. addField(Field field)add a new field
-