string representation of Node, AST parseable back to itself
()
| 57 | SqlStatement interface { |
| 58 | // string representation of Node, AST parseable back to itself |
| 59 | String() string |
| 60 | // Write out this statement in a specific dialect |
| 61 | WriteDialect(w expr.DialectWriter) |
| 62 | // SQL keyword (select, insert, etc) |
no outgoing calls
no test coverage detected