public final class PostgreSQLCommandExecutorFactory extends Object
| 构造器和说明 |
|---|
PostgreSQLCommandExecutorFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CommandExecutor |
newInstance(PostgreSQLCommandPacketType commandPacketType,
PostgreSQLCommandPacket commandPacket,
ConnectionSession connectionSession,
PostgreSQLConnectionContext connectionContext)
Create new instance of command executor.
|
public static CommandExecutor newInstance(PostgreSQLCommandPacketType commandPacketType, PostgreSQLCommandPacket commandPacket, ConnectionSession connectionSession, PostgreSQLConnectionContext connectionContext) throws SQLException
commandPacketType - command packet type for PostgreSQLcommandPacket - command packet for PostgreSQLconnectionSession - connection sessionconnectionContext - PostgreSQL connection contextSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.