Trait pgrx_sql_entity_graph::ToSql 
source · 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.