跳过导航链接
A B C D E G H I J L N O P R S V W 

A

addPortal(Portal<?>) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLConnectionContext
Create a portal.
authenticate(ChannelHandlerContext, PacketPayload) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.authentication.PostgreSQLAuthenticationEngine
 

B

bind() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.JDBCPortal
 
bind() - 接口 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.Portal
Do bind.

C

close() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.execute.PostgreSQLComExecuteExecutor
 
close() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.JDBCPortal
 
close() - 接口 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.Portal
Close portal.
close() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.simple.PostgreSQLComQueryExecutor
 
closeAllPortals() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLConnectionContext
Close all portals.
closePortal(String) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLConnectionContext
Close portal.

D

describe() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.JDBCPortal
 
describe() - 接口 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.Portal
Describe portal.

E

execute() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.generic.PostgreSQLComTerminationExecutor
 
execute() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.generic.PostgreSQLUnsupportedCommandExecutor
 
execute() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.bind.PostgreSQLComBindExecutor
 
execute() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.close.PostgreSQLComCloseExecutor
 
execute() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.describe.PostgreSQLComDescribeExecutor
 
execute() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.execute.PostgreSQLComExecuteExecutor
 
execute(int) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.JDBCPortal
 
execute() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.parse.PostgreSQLComParseExecutor
 
execute(int) - 接口 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.Portal
Execute portal.
execute() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.PostgreSQLAggregatedBatchedInsertsCommandExecutor
 
execute() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.PostgreSQLAggregatedCommandExecutor
 
execute() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.sync.PostgreSQLComSyncExecutor
 
execute() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.simple.PostgreSQLComQueryExecutor
 
executeBatch() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.PostgreSQLBatchedInsertsExecutor
Execute batch.

G

get(int) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLConnectionContextRegistry
Get PostgreSQL connection context.
getCommandExecutor(CommandPacketType, CommandPacket, ConnectionSession) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLCommandExecuteEngine
 
getCommandPacket(PacketPayload, CommandPacketType, ConnectionSession) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLCommandExecuteEngine
 
getCommandPacketType(PacketPayload) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLCommandExecuteEngine
 
getDatabaseType() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.PostgreSQLFrontendEngine
 
getErrorPacket(Exception) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLCommandExecuteEngine
 
getInstance() - 类 中的静态方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLConnectionContextRegistry
Get instance of PostgreSQL connection context registry.
getName() - 接口 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.Portal
Get portal's name.
getOtherPacket(ConnectionSession) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLCommandExecuteEngine
 
getPortal(String) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLConnectionContext
Get portal.
getQueryRowPacket() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.simple.PostgreSQLComQueryExecutor
 
getSqlStatement() - 接口 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.Portal
Get SQL statement.

H

handshake(ChannelHandlerContext) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.authentication.PostgreSQLAuthenticationEngine
 

I

InvalidAuthorizationSpecificationException - org.apache.shardingsphere.proxy.frontend.postgresql.authentication.exception中的异常错误
Invalid authorization specification exception.
InvalidAuthorizationSpecificationException() - 异常错误 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.authentication.exception.InvalidAuthorizationSpecificationException
 

J

JDBCPortal - org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended中的类
PostgreSQL portal using JDBC backend.
JDBCPortal(String, PostgreSQLPreparedStatement, List<Object>, List<PostgreSQLValueFormat>, JDBCBackendConnection) - 类 的构造器org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.JDBCPortal
 

L

loginWithMd5Password(String, String, byte[], PostgreSQLPasswordMessagePacket) - 类 中的静态方法org.apache.shardingsphere.proxy.frontend.postgresql.authentication.PostgreSQLAuthenticationHandler
Login.

N

newInstance(PostgreSQLCommandPacketType, PostgreSQLCommandPacket, ConnectionSession, PostgreSQLConnectionContext) - 类 中的静态方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLCommandExecutorFactory
Create new instance of command executor.
newInstance(Exception) - 类 中的静态方法org.apache.shardingsphere.proxy.frontend.postgresql.err.PostgreSQLErrPacketFactory
New instance of PostgreSQL ERR packet.
next() - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.simple.PostgreSQLComQueryExecutor
 

O

org.apache.shardingsphere.proxy.frontend.postgresql - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql
 
org.apache.shardingsphere.proxy.frontend.postgresql.authentication - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.authentication
 
org.apache.shardingsphere.proxy.frontend.postgresql.authentication.exception - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.authentication.exception
 
org.apache.shardingsphere.proxy.frontend.postgresql.command - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.command
 
org.apache.shardingsphere.proxy.frontend.postgresql.command.generic - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.command.generic
 
org.apache.shardingsphere.proxy.frontend.postgresql.command.query - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.command.query
 
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended
 
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.bind - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.bind
 
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.close - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.close
 
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.describe - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.describe
 
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.execute - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.execute
 
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.parse - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.parse
 
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.sync - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.command.query.extended.sync
 
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.simple - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.command.query.simple
 
org.apache.shardingsphere.proxy.frontend.postgresql.err - 程序包 org.apache.shardingsphere.proxy.frontend.postgresql.err
 

P

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
 

R

release(ConnectionSession) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.PostgreSQLFrontendEngine
 
remove(int) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLConnectionContextRegistry
Remove PostgreSQL connection context.

S

setDatabaseVersion(String) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.PostgreSQLFrontendEngine
 

V

valueOf(String) - 枚举 中的静态方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.PostgreSQLCommand
返回带有指定名称的该类型的枚举常量。
valueOf(Class<? extends SQLStatement>) - 枚举 中的静态方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.PostgreSQLCommand
Value of PostgreSQL command via SQL statement class.
values() - 枚举 中的静态方法org.apache.shardingsphere.proxy.frontend.postgresql.command.query.PostgreSQLCommand
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

writeQueryData(ChannelHandlerContext, BackendConnection, QueryCommandExecutor, int) - 类 中的方法org.apache.shardingsphere.proxy.frontend.postgresql.command.PostgreSQLCommandExecuteEngine
 
A B C D E G H I J L N O P R S V W 
跳过导航链接

Copyright © 2022 The Apache Software Foundation. All rights reserved.