DropTable returns the SQL statement to drop the repository table.
()
| 11 | |
| 12 | // DropTable returns the SQL statement to drop the repository table. |
| 13 | DropTable() string |
| 14 | |
| 15 | // Assets returns the SQL statement to get the names of all assets in the respository. |
| 16 | Assets() string |
no outgoing calls
no test coverage detected