public final class PostgreSQLConnectionContextRegistry extends Object
| 构造器和说明 |
|---|
PostgreSQLConnectionContextRegistry() |
| 限定符和类型 | 方法和说明 |
|---|---|
PostgreSQLConnectionContext |
get(int connectionId)
Get PostgreSQL connection context.
|
static PostgreSQLConnectionContextRegistry |
getInstance()
Get instance of PostgreSQL connection context registry.
|
PostgreSQLConnectionContext |
remove(int connectionId)
Remove PostgreSQL connection context.
|
public static PostgreSQLConnectionContextRegistry getInstance()
public PostgreSQLConnectionContext get(int connectionId)
connectionId - connection idpublic PostgreSQLConnectionContext remove(int connectionId)
connectionId - connection idCopyright © 2022 The Apache Software Foundation. All rights reserved.