pub fn describe(
catalog: &Catalog,
stmt: Statement<Raw>,
param_types: &[Option<ScalarType>],
session: &Session,
) -> Result<StatementDesc, AdapterError>
Expand description
Creates a description of the statement stmt
.
pub fn describe(
catalog: &Catalog,
stmt: Statement<Raw>,
param_types: &[Option<ScalarType>],
session: &Session,
) -> Result<StatementDesc, AdapterError>
Creates a description of the statement stmt
.