Skip to main content

is_query

Function is_query 

Source
pub fn is_query(expr: &Expression) -> bool
Expand description

Returns true if expr is a query statement (SELECT, INSERT, UPDATE, or DELETE).