Used to set cursor state
TCursorState = (csInactive, csOpen, csParsed, csPrepared, csBound, csExecuteFetchAll, csExecuting, csExecuted, csFetching, csFetchingAll, csFetched);
| Value | Meaning |
|---|---|
| csBound |
|
| csExecuted |
|
| csExecuteFetchAll |
|
| csExecuting |
|
| csFetched |
|
| csFetching |
|
| csFetchingAll |
|
| csInactive |
|
| csOpen |
|
| csParsed |
|
| csPrepared |
|