module Rasti::DB::NQL::Syntax::Attribute1

Public Instance Methods

_column() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 448
def _column
  elements[1]
end
_tables() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 444
def _tables
  elements[0]
end