Uses of Package
com.ca.jcs.converter.attr

Packages that use com.ca.jcs.converter.attr
com.ca.jcs.cfg Collection of classes used to configure the JCS and its contained components. 
com.ca.jcs.converter.attr   
com.ca.jcs.converter.connector   
com.ca.jcs.converter.eval   
com.ca.jcs.converter.meta   
com.ca.jcs.jdbc   
com.ca.jcs.sdk.converter   
 

Classes in com.ca.jcs.converter.attr used by com.ca.jcs.cfg
AttributeConverter
          Destructively convert all values for an attribute.
 

Classes in com.ca.jcs.converter.attr used by com.ca.jcs.converter.attr
AttributeConverter
          Destructively convert all values for an attribute.
AttributeValueConverter
          Destructively convert all of an attributes values, either to suit connector (toConnector) or back to JCS standard format (fromConnector).
CommaSeparatedMultiValueFlattener
          Flatten a list of values into SQL list syntax (comma separated with '' signifying a single quote).
CSVMultiValueFlattener
          Flatten a list of values into CSV list syntax (double quoted and comma separated with "" signifying a single double quote), for instance the values 1, "2, 3 are encoded as "1","""2", "3".
MultiValueFlattener
          Base class for flatteners which convert a list of values to a single literal, and vice-versa.
SQLMultiValueFlattener
          Flatten a list of values into SQL list syntax (single-quoted and comma separated with '' signifying a single quote), for instance the values 1, '2, 3 are encoded as '1','''2', '3'.
StructuralAttributeConverter
          Handy base class for converters that modify the structural form of an attribute, rather then just the syntax of its values.
XMLMultiValueFlattener
          Flatten a list of values into an XML delimitted literal, and vice-versa, for instance the values 1, 2, 3 are encoded as <list><1><2><3></list>.
 

Classes in com.ca.jcs.converter.attr used by com.ca.jcs.converter.connector
AttributeConverter
          Destructively convert all values for an attribute.
AttributeValueConverter
          Destructively convert all of an attributes values, either to suit connector (toConnector) or back to JCS standard format (fromConnector).
 

Classes in com.ca.jcs.converter.attr used by com.ca.jcs.converter.eval
AttributeConverter
          Destructively convert all values for an attribute.
 

Classes in com.ca.jcs.converter.attr used by com.ca.jcs.converter.meta
AttributeConverter
          Destructively convert all values for an attribute.
AttributeValueConverter
          Destructively convert all of an attributes values, either to suit connector (toConnector) or back to JCS standard format (fromConnector).
MultiValueFlattener
          Base class for flatteners which convert a list of values to a single literal, and vice-versa.
 

Classes in com.ca.jcs.converter.attr used by com.ca.jcs.jdbc
SQLMultiValueFlattener
          Flatten a list of values into SQL list syntax (single-quoted and comma separated with '' signifying a single quote), for instance the values 1, '2, 3 are encoded as '1','''2', '3'.
 

Classes in com.ca.jcs.converter.attr used by com.ca.jcs.sdk.converter
AttributeConverter
          Destructively convert all values for an attribute.
 



Created 2011-07-14 13:27 EST