Interface ConnectionProviderInterface
- All Known Implementing Classes:
C3P0PooledConnectionProvider,SimpleConnectionProvider
public interface ConnectionProviderInterface
interface for classes that can provide jdbc Connections for an RDBMS backend.
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.json.JSONObjectvoidinit(RDBMSBackendMetaData backend)
-
Method Details
-
init
- Throws:
QException
-
getConnection
- Throws:
SQLException
-
dumpDebug
- Throws:
SQLException
-