(&self)
| 6746 | } |
| 6747 | |
| 6748 | pub fn param_types(&self) -> &RefCell<BTreeMap<usize, SqlScalarType>> { |
| 6749 | &self.qcx.scx.param_types |
| 6750 | } |
| 6751 | |
| 6752 | /// The returned String is more detailed when the `postgres_compat` flag is not set. However, |
| 6753 | /// the flag should be set in, e.g., the implementation of the `pg_typeof` function. |
no outgoing calls
no test coverage detected