class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
def sql_key(sql)
Experimental RBS support (using type sampling data from the type_fusion
project).
def sql_key: (String sql) -> String
This signature was generated using 1 sample from 1 application.
Returns the statement identifier for the client side cache
def sql_key(sql) "#{schema_search_path}-#{sql}" end