Full object name (table name, or with branch/system suffix).
(&self)
| 83 | |
| 84 | /// Full object name (table name, or with branch/system suffix). |
| 85 | pub fn object(&self) -> &str { |
| 86 | &self.object |
| 87 | } |
| 88 | |
| 89 | /// Full name: when database is [`UNKNOWN_DATABASE`], returns only the object; |
| 90 | /// otherwise returns `database.object`. |
no outgoing calls