pub trait ToSql {
// Required method
fn to_sql(&self, context: &PgrxSql) -> Result<String>;
}Expand description
Able to be transformed into to SQL.
pub trait ToSql {
// Required method
fn to_sql(&self, context: &PgrxSql) -> Result<String>;
}Able to be transformed into to SQL.