Method: Exwiw::Adapter#execute

Defined in:
lib/exwiw/adapter.rb

#execute(query_ast) ⇒ Object

Raises:

  • (NotImplementedError)


15
16
17
# File 'lib/exwiw/adapter.rb', line 15

def execute(query_ast)
  raise NotImplementedError
end