| 567 | } |
| 568 | |
| 569 | type DescribeStatement struct { |
| 570 | Statement string |
| 571 | IsDML bool |
| 572 | } |
| 573 | |
| 574 | // Execute processes `DESCRIBE` statement for queries and DMLs. |
| 575 | func (s *DescribeStatement) Execute(ctx context.Context, session *Session) (*Result, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected