Class MySQLComFieldListPacketExecutor
- java.lang.Object
-
- org.apache.shardingsphere.proxy.frontend.mysql.command.query.text.fieldlist.MySQLComFieldListPacketExecutor
-
- All Implemented Interfaces:
CommandExecutor
public final class MySQLComFieldListPacketExecutor extends Object implements CommandExecutor
COM_FIELD_LIST packet executor for MySQL.
-
-
Constructor Summary
Constructors Constructor Description MySQLComFieldListPacketExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Collection<org.apache.shardingsphere.db.protocol.packet.DatabasePacket>execute()
-
-
-
Method Detail
-
execute
public Collection<org.apache.shardingsphere.db.protocol.packet.DatabasePacket> execute() throws SQLException
- Specified by:
executein interfaceCommandExecutor- Throws:
SQLException
-
close
public void close() throws SQLException- Specified by:
closein interfaceCommandExecutor- Throws:
SQLException
-
-