Uses of Interface
com.exasol.adapter.document.edml.MappingDefinition
-
Packages that use MappingDefinition Package Description com.exasol.adapter.document.edml -
-
Uses of MappingDefinition in com.exasol.adapter.document.edml
Classes in com.exasol.adapter.document.edml that implement MappingDefinition Modifier and Type Class Description classAbstractToColumnMappingAbstract base for EDML mappings that map to an Exasol column.classAbstractToNumberMappingAbstract base for EDML mappings that map to a numeric Exasol column.classAbstractToVarcharColumnMappingAbstract base for EDML mappings that map to an ExasolVARCHARcolumn.classFieldsJava representation of thefieldsobject in the EDML.classToBoolMappingJava representation of the EDMLtoBoolMapping.classToDateMappingJava representation of the EDMLtoDateMapping.classToDecimalMappingJava representation of the EDMLtoDecimalMapping.classToDoubleMappingJava representation of the EDMLtoDoubleMapping.classToJsonMappingJava representation of the EDMLtoJsonMapping.classToTableMappingJava representation of the EDMLtoTableMapping.classToTimestampMappingJava representation of the EDMLtoTimestampMapping.classToVarcharMappingJava representation of the EDMLtoVarcharMapping.Methods in com.exasol.adapter.document.edml that return MappingDefinition Modifier and Type Method Description MappingDefinitionEdmlDefinition. getMapping()Get the mapping for the document's properties.MappingDefinitionToTableMapping. getMapping()Get the mapping for the columns of the new table.Methods in com.exasol.adapter.document.edml that return types with arguments of type MappingDefinition Modifier and Type Method Description Map<String,MappingDefinition>Fields. getFieldsMap()Get the fields.Methods in com.exasol.adapter.document.edml with parameters of type MappingDefinition Modifier and Type Method Description Fields.FieldsBuilderFields.FieldsBuilder. mapField(String fieldName, MappingDefinition fieldMapping)Add a field mapping.EdmlDefinition.EdmlDefinitionBuilderEdmlDefinition.EdmlDefinitionBuilder. mapping(MappingDefinition mapping)Defines the mapping for the document's properties.ToTableMapping.ToTableMappingBuilderToTableMapping.ToTableMappingBuilder. mapping(MappingDefinition mapping)Defines the mapping for the columns of the new table.
-