Class MySQLComFieldListPacketExecutor
java.lang.Object
org.apache.shardingsphere.proxy.frontend.mysql.command.query.text.fieldlist.MySQLComFieldListPacketExecutor
- All Implemented Interfaces:
CommandExecutor
COM_FIELD_LIST packet executor for MySQL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Collection<org.apache.shardingsphere.db.protocol.packet.DatabasePacket<?>>execute()
-
Constructor Details
-
MySQLComFieldListPacketExecutor
public MySQLComFieldListPacketExecutor()
-
-
Method Details
-
execute
public Collection<org.apache.shardingsphere.db.protocol.packet.DatabasePacket<?>> execute() throws SQLException- Specified by:
executein interfaceCommandExecutor- Throws:
SQLException
-
close
- Specified by:
closein interfaceCommandExecutor- Throws:
SQLException
-