Method: Libsql::SQLite3::Database::Function#name
- Defined in:
- lib/libsql/sqlite3/database/function.rb
#name ⇒ Object (readonly)
the name of the function, and how it will be called in SQL
11 12 13 |
# File 'lib/libsql/sqlite3/database/function.rb', line 11 def name @name end |