Class: Arel::Visitors::PostgreSQL

Inherits:
ToSql show all
Defined in:
lib/arel/visitors/postgresql.rb

Constant Summary collapse

CUBE =
'CUBE'
ROLLUP =
'ROLLUP'
GROUPING_SET =
'GROUPING SET'

Constants inherited from ToSql

ToSql::AND, ToSql::COMMA, ToSql::DISTINCT, ToSql::GROUP_BY, ToSql::ORDER_BY, ToSql::SPACE, ToSql::WHERE, ToSql::WINDOW

Method Summary

Methods inherited from ToSql

#compile, #initialize

Methods inherited from Reduce

#accept

Methods inherited from Visitor

#accept, #initialize

Constructor Details

This class inherits a constructor from Arel::Visitors::ToSql