class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool

def next_key

Experimental RBS support (using type sampling data from the type_fusion project).

def next_key: () -> String

This signature was generated using 1 sample from 1 application.

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