Returns the relation type underlying this relation description.
(&self)
| 1212 | |
| 1213 | /// Returns the relation type underlying this relation description. |
| 1214 | pub fn typ(&self) -> &SqlRelationType { |
| 1215 | &self.typ |
| 1216 | } |
| 1217 | |
| 1218 | /// Returns the owned relation type underlying this relation description. |
| 1219 | pub fn into_typ(self) -> SqlRelationType { |
no outgoing calls
no test coverage detected