createConnection abstract method

DatabaseConnection<DatabasePoolManager> createConnection(
  1. DatabasePoolManager poolManager
)

Creates a new DatabaseConnection for the given poolManager.

Implementation

DatabaseConnection createConnection(DatabasePoolManager poolManager);