Uses of Class
com.basiscomponents.db.fieldconverter.ConversionRuleSet
-
Packages that use ConversionRuleSet Package Description com.basiscomponents.db com.basiscomponents.db.util -
-
Uses of ConversionRuleSet in com.basiscomponents.db
Methods in com.basiscomponents.db that return ConversionRuleSet Modifier and Type Method Description ConversionRuleSet
ResultSet. getConversionRuleSet()
Methods in com.basiscomponents.db with parameters of type ConversionRuleSet Modifier and Type Method Description DataField
DataRow. getField(String name, ConversionRuleSet crs)
Returns the DataField object for the specified field name.
Throws an Exception if no field with the specified name exists.DataField
DataRow. getField(String name, Boolean silent, ConversionRuleSet crs)
Returns the DataField object for the specified field name.int
DataRow. getFieldType(String name, ConversionRuleSet crs)
Returns the value of the ColumnType property from the metadata for the field with the given name.void
ResultSet. setConversionRuleSet(ConversionRuleSet crs)
Sets a global conversion rule set which is honored for standard output methods, like print and toJson.void
DataRow. setFieldValueC(String name, Object value, ConversionRuleSet crs)
Sets the specified value for the field with the specified name. -
Uses of ConversionRuleSet in com.basiscomponents.db.util
Methods in com.basiscomponents.db.util with parameters of type ConversionRuleSet Modifier and Type Method Description static String
ResultSetJsonMapper. toJson(ResultSet rs, boolean meta, String addIndexColumn, boolean f_trimStrings, boolean writeDataRowAttributes, ConversionRuleSet crs)
-