Enum ClientAutoDetector.WellKnownClient (0.21.0)

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

Static Fields

NameDescription
JDBC
NPGSQL
PGBENCH
PGX
PG_FDW
PSQL
RAILS
SQLALCHEMY2
UNSPECIFIED

Static Methods

NameDescription
valueOf(String name)
values()

Methods

NameDescription
createStartupNoticeResponses(ConnectionHandler connection)

Creates specific notice messages for a client after startup.

getDefaultParameters(Map<String,String> parameters)
getErrorHints(PGException exception)

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

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

Resets any cached or temporary settings for the client.