Package | Description |
---|---|
com.orchestranetworks.addon.dataexchange.sql |
Classes and interfaces to define mappings in {addon.label} SQL import and export.
|
Modifier and Type | Method and Description |
---|---|
static SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition |
SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition[] |
SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SQLMappingColumnDefinition |
SQLMappingColumnCatalog.getSQLMappingColumnDefinition(SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition sqlMapping)
Deprecated.
Gets the
SQLMappingColumnDefinition instance based on the SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition . |