ValuesClause represents a VALUES clause.
| 21 | |
| 22 | // ValuesClause represents a VALUES clause. |
| 23 | type ValuesClause struct { |
| 24 | Rows []Exprs |
| 25 | } |
| 26 | |
| 27 | // Format implements the NodeFormatter interface. |
| 28 | func (node *ValuesClause) Format(ctx *FmtCtx) { |
nothing calls this directly
no outgoing calls
no test coverage detected