public interface MetadataProcessor<C>
Modifier and Type | Field and Description |
---|---|
static String |
FQN |
static String |
SOURCE_PREFIX |
Modifier and Type | Method and Description |
---|---|
void |
process(MetadataFactory metadataFactory,
C connection) |
static final String SOURCE_PREFIX
@ExtensionMetadataProperty(applicable={Table.class,Procedure.class}, datatype=java.lang.String.class, display="Fully qualified name of the source object. The format is / separated name value pairs that represent the object path in the metadata tree. Each name and value are separated by = and are both URL encoded. Each name will be lower case and is source dependent. e.g. schema=s/table=t") static final String FQN
void process(MetadataFactory metadataFactory, C connection) throws TranslatorException
TranslatorException
Copyright © 2019. All rights reserved.