Module: OracleSqlParser::Grammar::Condition::SubmultisetCondition0
- Defined in:
- lib/oracle-sql-parser/grammar/condition.rb
Instance Method Summary collapse
- #not_keyword ⇒ Object
- #of_keyword ⇒ Object
- #submultiset_keyword ⇒ Object
- #table1 ⇒ Object
- #table2 ⇒ Object
Instance Method Details
#not_keyword ⇒ Object
1375 1376 1377 |
# File 'lib/oracle-sql-parser/grammar/condition.rb', line 1375 def not_keyword elements[2] end |
#of_keyword ⇒ Object
1383 1384 1385 |
# File 'lib/oracle-sql-parser/grammar/condition.rb', line 1383 def of_keyword elements[6] end |
#submultiset_keyword ⇒ Object
1379 1380 1381 |
# File 'lib/oracle-sql-parser/grammar/condition.rb', line 1379 def submultiset_keyword elements[4] end |
#table1 ⇒ Object
1371 1372 1373 |
# File 'lib/oracle-sql-parser/grammar/condition.rb', line 1371 def table1 elements[0] end |
#table2 ⇒ Object
1387 1388 1389 |
# File 'lib/oracle-sql-parser/grammar/condition.rb', line 1387 def table2 elements[8] end |