public enum ClientAutoDetector.WellKnownClient extends Enum<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. |