- Portal<T> - org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended中的接口
-
PostgreSQL portal.
- PostgreSQLAggregatedBatchedInsertsCommandExecutor - org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended中的类
-
Aggregated batched inserts command executor for PostgreSQL.
- PostgreSQLAggregatedBatchedInsertsCommandExecutor() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.PostgreSQLAggregatedBatchedInsertsCommandExecutor
-
- PostgreSQLAggregatedCommandExecutor - org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended中的类
-
- PostgreSQLAggregatedCommandExecutor() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.PostgreSQLAggregatedCommandExecutor
-
- PostgreSQLAuthenticationEngine - org.apache.shardingsphere.proxy.frontend.postgresql.authentication中的类
-
Authentication engine for PostgreSQL.
- PostgreSQLAuthenticationEngine() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.authentication.PostgreSQLAuthenticationEngine
-
- PostgreSQLAuthenticationException - org.apache.shardingsphere.proxy.frontend.postgresql.authentication.exception中的异常错误
-
PostgreSQL authentication exception.
- PostgreSQLAuthenticationException() - 异常错误 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.authentication.exception.PostgreSQLAuthenticationException
-
- PostgreSQLAuthenticationHandler - org.apache.shardingsphere.proxy.frontend.postgresql.authentication中的类
-
Authentication handler for PostgreSQL.
- PostgreSQLAuthenticationHandler() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.authentication.PostgreSQLAuthenticationHandler
-
- PostgreSQLBatchedInsertsExecutor - org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended中的类
-
Batched inserts executor for PostgreSQL.
- PostgreSQLBatchedInsertsExecutor(ConnectionSession, PostgreSQLPreparedStatement, List<List<Object>>) - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.PostgreSQLBatchedInsertsExecutor
-
- PostgreSQLComBindExecutor - org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.bind中的类
-
Command bind executor for PostgreSQL.
- PostgreSQLComBindExecutor() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.bind.PostgreSQLComBindExecutor
-
- PostgreSQLComCloseExecutor - org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.close中的类
-
Command close executor for PostgreSQL.
- PostgreSQLComCloseExecutor() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.close.PostgreSQLComCloseExecutor
-
- PostgreSQLComDescribeExecutor - org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.describe中的类
-
Command describe for PostgreSQL.
- PostgreSQLComDescribeExecutor() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.describe.PostgreSQLComDescribeExecutor
-
- PostgreSQLComExecuteExecutor - org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.execute中的类
-
Command execute executor for PostgreSQL.
- PostgreSQLComExecuteExecutor() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.execute.PostgreSQLComExecuteExecutor
-
- PostgreSQLCommand - org.apache.shardingsphere.proxy.frontend.postgresql.command.query中的枚举
-
PostgreSQL command.
- PostgreSQLCommandExecuteEngine - org.apache.shardingsphere.proxy.frontend.postgresql.command中的类
-
Command execute engine for PostgreSQL.
- PostgreSQLCommandExecuteEngine() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLCommandExecuteEngine
-
- PostgreSQLCommandExecutorFactory - org.apache.shardingsphere.proxy.frontend.postgresql.command中的类
-
Command executor factory for PostgreSQL.
- PostgreSQLCommandExecutorFactory() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLCommandExecutorFactory
-
- PostgreSQLComParseExecutor - org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.parse中的类
-
PostgreSQL command parse executor.
- PostgreSQLComParseExecutor() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.parse.PostgreSQLComParseExecutor
-
- PostgreSQLComQueryExecutor - org.apache.shardingsphere.proxy.frontend.postgresql.command.query.simple中的类
-
Command query executor for PostgreSQL.
- PostgreSQLComQueryExecutor(PostgreSQLConnectionContext, PostgreSQLComQueryPacket, ConnectionSession) - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.query.simple.PostgreSQLComQueryExecutor
-
- PostgreSQLComSyncExecutor - org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.sync中的类
-
Command sync executor for PostgreSQL.
- PostgreSQLComSyncExecutor() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.sync.PostgreSQLComSyncExecutor
-
- PostgreSQLComTerminationExecutor - org.apache.shardingsphere.proxy.frontend.postgresql.command.generic中的类
-
Command termination executor for PostgreSQL.
- PostgreSQLComTerminationExecutor() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.generic.PostgreSQLComTerminationExecutor
-
- PostgreSQLConnectionContext - org.apache.shardingsphere.proxy.frontend.postgresql.command中的类
-
PostgreSQL connection context.
- PostgreSQLConnectionContext() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLConnectionContext
-
- PostgreSQLConnectionContextRegistry - org.apache.shardingsphere.proxy.frontend.postgresql.command中的类
-
PostgreSQL connection context registry.
- PostgreSQLConnectionContextRegistry() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLConnectionContextRegistry
-
- PostgreSQLErrPacketFactory - org.apache.shardingsphere.proxy.frontend.postgresql.err中的类
-
ERR packet factory for PostgreSQL.
- PostgreSQLErrPacketFactory() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.err.PostgreSQLErrPacketFactory
-
- PostgreSQLFrontendEngine - org.apache.shardingsphere.proxy.frontend.postgresql中的类
-
Frontend engine for PostgreSQL.
- PostgreSQLFrontendEngine() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.PostgreSQLFrontendEngine
-
- PostgreSQLLoginResult - org.apache.shardingsphere.proxy.frontend.postgresql.authentication中的类
-
PostgreSQL login result.
- PostgreSQLLoginResult() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.authentication.PostgreSQLLoginResult
-
- PostgreSQLProtocolViolationException - org.apache.shardingsphere.proxy.frontend.postgresql.authentication.exception中的异常错误
-
PostgreSQL protocol violation exception.
- PostgreSQLProtocolViolationException() - 异常错误 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.authentication.exception.PostgreSQLProtocolViolationException
-
- PostgreSQLUnsupportedCommandExecutor - org.apache.shardingsphere.proxy.frontend.postgresql.command.generic中的类
-
Unsupported command executor for PostgreSQL.
- PostgreSQLUnsupportedCommandExecutor() - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.generic.PostgreSQLUnsupportedCommandExecutor
-