Restore returns the sql text from ast tree
(ctx *format.RestoreCtx)
| 28 | type Node interface { |
| 29 | // Restore returns the sql text from ast tree |
| 30 | Restore(ctx *format.RestoreCtx) error |
| 31 | // Accept accepts Visitor to visit itself. |
| 32 | // The returned node should replace original node. |
| 33 | // ok returns false to stop visiting. |
no outgoing calls