Class PostgreSQLPortalContextRegistry
java.lang.Object
org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLPortalContextRegistry
PostgreSQL portal context registry.
-
Constructor Details
-
PostgreSQLPortalContextRegistry
public PostgreSQLPortalContextRegistry()
-
-
Method Details
-
getInstance
Get instance of PostgreSQL portal context registry.- Returns:
- instance of PostgreSQL portal context registry.
-
get
Get PostgreSQL portal context.- Parameters:
connectionId- connection id- Returns:
- PostgreSQL portal context
-
remove
Remove PostgreSQL portal context.- Parameters:
connectionId- connection id- Returns:
- Removed PostgreSQL portal context
-