Name

do — Executes a statement

Synopsis

databaseObj.do(sql, bindvar)

Description

#do works exactly like #execute, except that it returns the number of rows processed rather than a Statement object.