Request represents show request statement.
| 19 | |
| 20 | // Request represents show request statement. |
| 21 | type Request struct { |
| 22 | RequestID string |
| 23 | } |
| 24 | |
| 25 | // StatementType returns request statement type. |
| 26 | func (q *Request) StatementType() StatementType { |
nothing calls this directly
no outgoing calls
no test coverage detected