exec_insert(sql, name, binds, pk = nil, sequence_name = nil)
Instance Public methods
Executes insert sql statement in the context of this
connection using binds as the bind substitutes.
name is logged along with the executed sql
statement.
Please login to continue.