module Arel::TreeManager::StatementMethods

def key=(key)

def key=(key)
  @ast.key = Nodes.build_quoted(key)
end