Class | Amalgalite::SQLite3::Database::Function |
In: |
lib/amalgalite/sqlite3/database/function.rb
lib/amalgalite/sqlite3/database/function.rb |
Parent: | Object |
A wrapper around a proc for use as an SQLite Ddatabase fuction
f = Function.new( 'md5', lambda { |x| Digest::MD5.hexdigest( x.to_s ) } )
name | [R] | the name of the function, and how it will be called in SQL |
name | [R] | the name of the function, and how it will be called in SQL |