Values represents VALUES clause
| 1326 | |
| 1327 | // Values represents VALUES clause |
| 1328 | type Values struct { |
| 1329 | Rows [][]Expression |
| 1330 | } |
| 1331 | |
| 1332 | func (v *Values) statementNode() {} |
| 1333 | func (v Values) TokenLiteral() string { return "VALUES" } |
nothing calls this directly
no outgoing calls
no test coverage detected