pub fn execute_statement(stmt: &Statement, tables: &Tables) -> Result<ResultSet>
Execute a pre-parsed Statement against the provided tables.
Statement