(col Column)
| 51 | // have columns that need to be added during parse. |
| 52 | ColumnsStatement interface { |
| 53 | AddColumn(col Column) error |
| 54 | } |
| 55 | // SqlStatement interface, to define the sql statement |
| 56 | // Select, Insert, Update, Delete, Command, Show, Describe etc |
no outgoing calls
no test coverage detected