fn infer(
bound: Option<BoundStatement>,
stmt: Statement,
) -> Result<Vec<PgFieldDescriptor>, RwError>
Expand description
Returns row description of the statement
fn infer(
bound: Option<BoundStatement>,
stmt: Statement,
) -> Result<Vec<PgFieldDescriptor>, RwError>
Returns row description of the statement