pub fn type_statement<'a>(
schemas: &'a Schemas<'a>,
statement: &'a str,
issues: &mut Issues<'a>,
options: &TypeOptions,
) -> StatementType<'a>
Expand description
Type an sql statement with respect to a given schema
pub fn type_statement<'a>(
schemas: &'a Schemas<'a>,
statement: &'a str,
issues: &mut Issues<'a>,
options: &TypeOptions,
) -> StatementType<'a>
Type an sql statement with respect to a given schema