| 422 | } |
| 423 | |
| 424 | type ShowDatabasesStatement struct { |
| 425 | } |
| 426 | |
| 427 | func (s *ShowDatabasesStatement) Execute(ctx context.Context, session *Session) (*Result, error) { |
| 428 | result := &Result{ColumnNames: []string{"Database"}} |
nothing calls this directly
no outgoing calls
no test coverage detected