Uses of Class
org.apache.shardingsphere.proxy.frontend.postgresql.command.PortalContext
Packages that use PortalContext
Package
Description
-
Uses of PortalContext in org.apache.shardingsphere.proxy.frontend.postgresql.command
Methods in org.apache.shardingsphere.proxy.frontend.postgresql.command that return PortalContextModifier and TypeMethodDescriptionPostgreSQLPortalContextRegistry.get(int connectionId) Get PostgreSQL portal context.PostgreSQLPortalContextRegistry.remove(int connectionId) Remove PostgreSQL portal context.Methods in org.apache.shardingsphere.proxy.frontend.postgresql.command with parameters of type PortalContextModifier and TypeMethodDescriptionstatic CommandExecutorPostgreSQLCommandExecutorFactory.newInstance(PostgreSQLCommandPacketType commandPacketType, PostgreSQLCommandPacket commandPacket, ConnectionSession connectionSession, PortalContext portalContext) Create new instance of command executor. -
Uses of PortalContext in org.apache.shardingsphere.proxy.frontend.postgresql.command.query.simple
Constructors in org.apache.shardingsphere.proxy.frontend.postgresql.command.query.simple with parameters of type PortalContextModifierConstructorDescriptionPostgreSQLComQueryExecutor(PortalContext portalContext, PostgreSQLComQueryPacket comQueryPacket, ConnectionSession connectionSession)