Returns all the [`SqlColumnType`]s, in order, for this relation.
(&self)
| 344 | |
| 345 | /// Returns all the [`SqlColumnType`]s, in order, for this relation. |
| 346 | pub fn columns(&self) -> &[SqlColumnType] { |
| 347 | &self.column_types |
| 348 | } |
| 349 | |
| 350 | /// Adopts the nullability and keys from another `SqlRelationType`. |
| 351 | /// |
no outgoing calls
no test coverage detected