Package com.kingsrook.qqq.backend.module.rdbms.jdbc
package com.kingsrook.qqq.backend.module.rdbms.jdbc
-
ClassDescriptionBasic version of a C3P0 Connection Customizer used by QQQ - that does things expected for an RDBMS backend - specifically: - runs queriesForNewConnections, if they are set.Class to manage access to JDBC Connections.interface for classes that can provide jdbc Connections for an RDBMS backend.Note that much of this class is/was ported (well, copied) to BaseRDBMSActionStrategy around 2025-01, during the addition of SQLite backend module.Simple connection provider - no pooling, just opens a new connection for every request.