# ExecuteState

## `ExecuteState` (ENUM)

TYPE ExecuteState : START

Attributes: `qualified_only`<br>

InOut:

| Name                            | Initial | Comment                               |
| ------------------------------- | ------- | ------------------------------------- |
| <p><br><br>START</p>            | 0       | State: Start                          |
| <p><br><br>CHECK\_DB</p>        |         | State: Check Database Connection      |
| <p><br><br>SEMA\_BUFFER</p>     |         | State: Create Buffer                  |
| <p><br><br>PREPARE\_EXEC</p>    |         | State: Prepare Execute Command        |
| <p><br><br>SEND\_COMMAND</p>    |         | State: Send created Command           |
| <p><br><br>SEND\_DELAY</p>      |         | State: Send Delay for Slow Connection |
| <p><br><br>SERVER\_RESPONSE</p> |         | State: Receive Server Response        |
| <p><br><br>CHECK\_RESPONSE</p>  |         | State: Check received Packets         |
| <p><br><br>IDLE</p>             |         | State: IDLE                           |
| <p><br><br>ERROR</p>            |         | State: Error                          |
