class |
AbstractToColumnMapping |
Abstract base for EDML mappings that map to an Exasol column.
|
class |
AbstractToNumberMapping |
Abstract base for EDML mappings that map to a numeric Exasol column.
|
class |
AbstractToVarcharColumnMapping |
Abstract base for EDML mappings that map to an Exasol VARCHAR column.
|
class |
Fields |
Java representation of the fields object in the EDML.
|
class |
ToBoolMapping |
Java representation of the EDML toBoolMapping.
|
class |
ToDateMapping |
Java representation of the EDML toDateMapping.
|
class |
ToDecimalMapping |
Java representation of the EDML toDecimalMapping.
|
class |
ToDoubleMapping |
Java representation of the EDML toDoubleMapping.
|
class |
ToJsonMapping |
Java representation of the EDML toJsonMapping.
|
class |
ToTableMapping |
Java representation of the EDML toTableMapping.
|
class |
ToTimestampMapping |
Java representation of the EDML toTimestampMapping.
|
class |
ToVarcharMapping |
Java representation of the EDML toVarcharMapping.
|