module Jennifer::Postgres::Quoting
Defined in:
jennifer/adapter/postgres/quoting.crInstance Method Summary
- #quote(value : String)
- #quote(value : PG::Geo::Box)
- #quote(value : PG::Geo::Circle)
- #quote(value : PG::Geo::Line)
- #quote(value : PG::Geo::LineSegment)
- #quote(value : PG::Geo::Path)
- #quote(value : PG::Geo::Point, quote = true)
- #quote(value : PG::Geo::Polygon)
- #quote(value : PG::Numeric)
- #quote(value : Array)
- #quote(value : Slice(UInt8))
- #quote_array_value(value : String)
- #quote_array_value(value)
- #quote_identifier(identifier : String | Symbol)
- #quote_table(table : String)