class SQLite3::Database::FunctionProxy

def set_result(result, utf16 = false)

then return this value.
Set the result of the function to the given value. The function will
def set_result(result, utf16 = false)
  @driver.result_text(@func, result, utf16)
end