(data string)
| 43 | } |
| 44 | |
| 45 | func (c *CreateOptions) SetSQLUp(data string) error { |
| 46 | c.SQLUp = []byte(data) |
| 47 | return nil |
| 48 | } |
| 49 | |
| 50 | func (c *CreateOptions) SetSQLUpFromFile(filePath string) error { |
| 51 | var op errors.Op = "cmd.CreateOptions.SetSQLUpFromFile" |
no outgoing calls
no test coverage detected