Uses of Class
org.silverpeas.components.mydb.model.TableFieldValue
Packages that use TableFieldValue
-
Uses of TableFieldValue in org.silverpeas.components.mydb.model
Methods in org.silverpeas.components.mydb.model that return TableFieldValueModifier and TypeMethodDescriptionstatic TableFieldValueTableFieldValue.fromString(String value, int sqlType) Constructs aTableFieldValueinstance from the specified value represented as aStringobject and according to the specified SQL type (a value amongTypes).TableFieldValue.getCopy()TableRow.getFieldValue(String field) Gets the value of the specified field in this table row.Methods in org.silverpeas.components.mydb.model that return types with arguments of type TableFieldValueMethods in org.silverpeas.components.mydb.model with parameters of type TableFieldValueModifier and TypeMethodDescriptionintTableFieldValue.compareTo(TableFieldValue o) Compares thisTableFieldValuewith the specified one.Constructor parameters in org.silverpeas.components.mydb.model with type arguments of type TableFieldValueModifierConstructorDescriptionTableRow(Map<String, TableFieldValue> fields) Constructs the table row from the specified dictionary of fields.