Class: Arel::Visitors::MSSQL
- Defined in:
- lib/arel/visitors/mssql.rb
Defined Under Namespace
Classes: RowNumber
Constant Summary
Constants inherited from ToSql
ToSql::AND, ToSql::COMMA, ToSql::DISTINCT, ToSql::GROUP_BY, ToSql::ORDER_BY, ToSql::SPACE, ToSql::WHERE, ToSql::WINDOW
Instance Method Summary collapse
-
#initialize ⇒ MSSQL
constructor
A new instance of MSSQL.
Methods inherited from ToSql
Methods inherited from Reduce
Methods inherited from Visitor
Constructor Details
#initialize ⇒ MSSQL
Returns a new instance of MSSQL.
7 8 9 10 |
# File 'lib/arel/visitors/mssql.rb', line 7 def initialize(*) @primary_keys = {} super end |