public final class PostgreSQLComQueryExecutor extends Object implements QueryCommandExecutor
| 构造器和说明 |
|---|
PostgreSQLComQueryExecutor(PostgreSQLConnectionContext connectionContext,
PostgreSQLComQueryPacket comQueryPacket,
ConnectionSession connectionSession) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
Collection<org.apache.shardingsphere.db.protocol.packet.DatabasePacket<?>> |
execute() |
PostgreSQLPacket |
getQueryRowPacket() |
boolean |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResponseTypepublic PostgreSQLComQueryExecutor(PostgreSQLConnectionContext connectionContext, PostgreSQLComQueryPacket comQueryPacket, ConnectionSession connectionSession) throws SQLException
SQLExceptionpublic Collection<org.apache.shardingsphere.db.protocol.packet.DatabasePacket<?>> execute() throws SQLException
execute 在接口中 CommandExecutorSQLExceptionpublic boolean next()
throws SQLException
next 在接口中 QueryCommandExecutorSQLExceptionpublic PostgreSQLPacket getQueryRowPacket() throws SQLException
getQueryRowPacket 在接口中 QueryCommandExecutorSQLExceptionpublic void close()
throws SQLException
close 在接口中 CommandExecutorSQLExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.