| 505 | } |
| 506 | |
| 507 | type ShowTablesStatement struct { |
| 508 | Schema string |
| 509 | } |
| 510 | |
| 511 | func (s *ShowTablesStatement) Execute(ctx context.Context, session *Session) (*Result, error) { |
| 512 | if session.InReadWriteTransaction() { |
nothing calls this directly
no outgoing calls
no test coverage detected