public abstract class BaseConnectionFactory<T extends BaseConnection> extends Object implements org.teiid.resource.api.ConnectionFactory<T>, Closeable
Constructor and Description |
---|
BaseConnectionFactory(String translatorName,
String configurationPrefix) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getConfigurationPrefix() |
String |
getTranslatorName() |
public String getTranslatorName()
public String getConfigurationPrefix()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2020. All rights reserved.