pub trait SqlNamed { // Required method fn sql_name(&self) -> String; }
A named SQL statement.
Return the SQL name of the SQL item.