Module: Rasti::DB::NQL::Syntax::Attribute1

Defined in:
lib/rasti/db/nql/syntax.rb

Instance Method Summary collapse

Instance Method Details

#_columnObject



448
449
450
# File 'lib/rasti/db/nql/syntax.rb', line 448

def _column
  elements[1]
end

#_tablesObject



444
445
446
# File 'lib/rasti/db/nql/syntax.rb', line 444

def _tables
  elements[0]
end