class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool

def next_key

def next_key
  "a#{@counter += 1}"
end