Enum ClientAutoDetector.WellKnownClient (0.18.4)

public enum ClientAutoDetector.WellKnownClient extends Enum<ClientAutoDetector.WellKnownClient>

Static Fields

NameDescription
JDBC
NPGSQL
PGBENCH
PGX
PSQL
SQLALCHEMY2
UNSPECIFIED

Static Methods

NameDescription
valueOf(String name)
values()

Methods

NameDescription
createStartupNoticeResponses(ConnectionHandler connection)

Creates specific notice messages for a client after startup.

getDefaultParameters()
getErrorHints(PGException exception)

Returns the client-specific hint(s) that should be included with the given exception.

getFunctionReplacements()
getLocalStatements(ConnectionHandler connectionHandler)
getPgCatalogCheckPrefixes()
getPgCatalogTables()
getTableReplacements()
reset()

Resets any cached or temporary settings for the client.