SqlInto INTO statement (select a,b,c from y INTO z)
| 198 | } |
| 199 | // SqlInto INTO statement (select a,b,c from y INTO z) |
| 200 | SqlInto struct { |
| 201 | Table string |
| 202 | } |
| 203 | // SqlCommand is admin command such as "SET", "USE" |
| 204 | SqlCommand struct { |
| 205 | kw lex.TokenType // SET or USE |
nothing calls this directly
no outgoing calls
no test coverage detected