| 703 | } |
| 704 | |
| 705 | type ShowColumnsStatement struct { |
| 706 | Schema string |
| 707 | Table string |
| 708 | } |
| 709 | |
| 710 | func (s *ShowColumnsStatement) Execute(ctx context.Context, session *Session) (*Result, error) { |
| 711 | if session.InReadWriteTransaction() { |
nothing calls this directly
no outgoing calls
no test coverage detected