StatementTag is a short string identifying the type of statement (usually a single verb). This is different than the Stringer output, which is the actual statement (including args). TODO(dt): Currently tags are always pg-compatible in the future it might make sense to pass a tag format specifier.
()
| 90 | // TODO(dt): Currently tags are always pg-compatible in the future it |
| 91 | // might make sense to pass a tag format specifier. |
| 92 | StatementTag() string |
| 93 | } |
| 94 | |
| 95 | // canModifySchema is to be implemented by statements that can modify |