()
| 36 | type OfflineTableQueries interface { |
| 37 | setVariableBinding(b variableBindingStyle) |
| 38 | tableExists() string |
| 39 | viewExists() string |
| 40 | resourceExists(tableName string) string |
| 41 | registerResources(db *sql.DB, tableName string, schema ResourceSchema, timestamp bool) error |
no outgoing calls
no test coverage detected