CommandColumn is single column such as "autocommit"
| 310 | CommandColumns []*CommandColumn |
| 311 | // CommandColumn is single column such as "autocommit" |
| 312 | CommandColumn struct { |
| 313 | Expr expr.Node // column expression |
| 314 | Name string // Original path/name for command field |
| 315 | } |
| 316 | ) |
| 317 | |
| 318 | func NewSqlDialect() expr.DialectWriter { |
nothing calls this directly
no outgoing calls
no test coverage detected