DBConnectionPostgres constructor

DBConnectionPostgres(
  1. PostgreSQLConnection nativeConnection
)

Implementation

DBConnectionPostgres(PostgreSQLConnection nativeConnection)
    : super(nativeConnection, PostgreSQLDialect());