Method: SQLite3::Statement#execute

Defined in:
lib/motion-sqlite3/statement.rb

#executeObject



16
17
18
19
20
# File 'lib/motion-sqlite3/statement.rb', line 16

def execute
  step

  ResultSet.new(self, @handle)
end