| fetch_function_definition | R Documentation |
Retrieve the definition of a function/procedure.
fetch_function_definition(con, schema, function_name, type = "FUNCTION")
con |
A database connection. |
schema |
A string, the schema to query. |
function_name |
A string, the function/procedure to query. |
type |
A string, "FUNCTION" or "PROCEDURE". |
A data.table.
fetch_function_definition(con = NULL)