Customize the dialect with a specific interval style listed in `IntervalStyle`
(mut self, interval_style: IntervalStyle)
| 1095 | |
| 1096 | /// Customize the dialect with a specific interval style listed in `IntervalStyle` |
| 1097 | pub fn with_interval_style(mut self, interval_style: IntervalStyle) -> Self { |
| 1098 | self.interval_style = interval_style; |
| 1099 | self |
| 1100 | } |
| 1101 | |
| 1102 | /// Customize the dialect with a specific character_length_style listed in `CharacterLengthStyle` |
| 1103 | pub fn with_character_length_style( |
no outgoing calls