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 ConversionRuleSetResultSet. getConversionRuleSet()Methods in com.basiscomponents.db with parameters of type ConversionRuleSet Modifier and Type Method Description DataFieldDataRow. 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.DataFieldDataRow. getField(String name, Boolean silent, ConversionRuleSet crs)Returns the DataField object for the specified field name.intDataRow. getFieldType(String name, ConversionRuleSet crs)Returns the value of the ColumnType property from the metadata for the field with the given name.voidResultSet. setConversionRuleSet(ConversionRuleSet crs)Sets a global conversion rule set which is honored for standard output methods, like print and toJson.voidDataRow. 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 StringResultSetJsonMapper. toJson(ResultSet rs, boolean meta, String addIndexColumn, boolean f_trimStrings, boolean writeDataRowAttributes, ConversionRuleSet crs)
-