Export represents a EXPORT statement.
| 7 | |
| 8 | // Export represents a EXPORT statement. |
| 9 | type Export struct { |
| 10 | Query *Select |
| 11 | FileFormat string |
| 12 | File Expr |
| 13 | Options KVOptions |
| 14 | } |
| 15 | |
| 16 | var _ Statement = &Export{} |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected