public enum ClientAutoDetector.WellKnownClient extends Enum<ClientAutoDetector.WellKnownClient>
Static Fields
Name | Description |
JDBC |
|
NPGSQL |
|
PGBENCH |
|
PGX |
|
PSQL |
|
UNSPECIFIED |
Static Methods
Name | Description |
valueOf(String name) |
|
values() |
Methods
Name | Description |
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. |