class ActiveRecord::StatementCache::Query
def sql_for(binds, connection)
Experimental RBS support (using type sampling data from the type_fusion project).
def sql_for: (Array[ActiveRecord::Relation::QueryAttribute] binds, ActiveRecord::ConnectionAdapters::PostgreSQLAdapter connection) -> String
This signature was generated using 1 sample from 1 application.
def sql_for(binds, connection) @sql end