Package org.teiid.runtime
Interface EmbeddedServer.ConnectionFactoryProvider<T>
-
- All Known Implementing Classes:
EmbeddedServer.SimpleConnectionFactoryProvider
- Enclosing class:
- EmbeddedServer
public static interface EmbeddedServer.ConnectionFactoryProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getConnectionFactory()
-
-
-
Method Detail
-
getConnectionFactory
T getConnectionFactory() throws TranslatorException
- Throws:
TranslatorException
-
-