return the column's name. Note: This ignores the relation and returns the column name only.
(&self)
| 160 | /// |
| 161 | /// Note: This ignores the relation and returns the column name only. |
| 162 | pub fn name(&self) -> &str { |
| 163 | &self.name |
| 164 | } |
| 165 | |
| 166 | /// Serialize column into a flat name string |
| 167 | pub fn flat_name(&self) -> String { |
no outgoing calls
no test coverage detected