Enum ClientAutoDetector.WellKnownClient (0.25.0)

publicenumClientAutoDetector.WellKnownClientextendsEnum<ClientAutoDetector.WellKnownClient>

Static Fields

Name Description
JDBC
NPGSQL
PGBENCH
PGX
PG_FDW
PSQL
RAILS
SQLALCHEMY2
UNSPECIFIED

Static Methods

Name Description
valueOf(String name)
values()

Methods

Name Description
createStartupNoticeResponses(ConnectionHandler connection)

Creates specific notice messages for a client after startup.

getDdlReplacements()
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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.