Get the name of the module from the invoking `self.table_name()`
(&self)
| 30 | |
| 31 | /// Get the name of the module from the invoking `self.table_name()` |
| 32 | fn module_name(&self) -> &str { |
| 33 | self.table_name() |
| 34 | } |
| 35 | |
| 36 | /// Get the [TableRef] from invoking the `self.schema_name()` |
| 37 | fn table_ref(&self) -> TableRef { |
nothing calls this directly
no test coverage detected