t_DataSourceTypes_DataSourceType
DataSourceType : Extends DatasourceType
Properties
description : stringData source type description.
element : identifierData source metadata root XML element name.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
exporter : qualJavaNameData source exporter, implementing the XMLPersistenceMetadataExporter interface.
Valid values based on“string”. |[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)* loader : qualJavaNameData source and connection loader class, implementing the XMLPersistenceMetadataLoader interface.
Valid values based on“string”. |[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)* name : stringUniquely identifies the Data Source Type.
Content
Sequence of:
t_DataSourceType_Adapters [1..1] - Collection of Adapters for a DataSourceType.
Parents
t_DataSourceType_Adapters
Collection of Adapters for a DataSourceType.
Parent topic: DataSourceTypes