CommitTransaction represents a COMMIT statement.
| 246 | |
| 247 | // CommitTransaction represents a COMMIT statement. |
| 248 | type CommitTransaction struct{} |
| 249 | |
| 250 | // Format implements the NodeFormatter interface. |
| 251 | func (node *CommitTransaction) Format(ctx *FmtCtx) { |
nothing calls this directly
no outgoing calls
no test coverage detected