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