- MAP_LABEL_AND_TYPE_WITH_INSENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A FieldMapperDefinition
that maps the column's label and data type without using case-sensitive comparison.
- MAP_LABEL_AND_TYPE_WITH_SENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A FieldMapperDefinition
that maps the column's label and data type using case-sensitive comparison.
- MAP_LABEL_WITH_INSENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A FieldMapperDefinition
that maps the column's label without using case-sensitive comparison.
- MAP_LABEL_WITH_SENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A FieldMapperDefinition
that maps the column's label using case-sensitive comparison.
- MAP_NAME_AND_TYPE_WITH_INSENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A FieldMapperDefinition
that maps the column's name and data type without using case-sensitive comparison.
- MAP_NAME_AND_TYPE_WITH_SENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A FieldMapperDefinition
that maps the column's name and data type using case-sensitive comparison.
- MAP_NAME_WITH_INSENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A FieldMapperDefinition
that maps the column's name without using case-sensitive comparison.
- MAP_NAME_WITH_SENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A FieldMapperDefinition
that maps the column's name using case-sensitive comparison.
- MappingType - Enum in com.orchestranetworks.addon.dex.mapping
-
Defines possible mapping types.