# File lib/dbi/base_classes/database.rb, line 113 113: def do(statement, *bindvars) 114: stmt = execute(statement, *bindvars) 115: res = stmt.rows 116: stmt.finish 117: return res 118: end