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
1386 1387 1388 |
# File 'lib/oracle-sql-parser/grammar/condition.rb', line 1386 def not_keyword elements[2] end |
#of_keyword ⇒ Object
1394 1395 1396 |
# File 'lib/oracle-sql-parser/grammar/condition.rb', line 1394 def of_keyword elements[6] end |
#submultiset_keyword ⇒ Object
1390 1391 1392 |
# File 'lib/oracle-sql-parser/grammar/condition.rb', line 1390 def submultiset_keyword elements[4] end |
#table1 ⇒ Object
1382 1383 1384 |
# File 'lib/oracle-sql-parser/grammar/condition.rb', line 1382 def table1 elements[0] end |
#table2 ⇒ Object
1398 1399 1400 |
# File 'lib/oracle-sql-parser/grammar/condition.rb', line 1398 def table2 elements[8] end |