get Functions
fun getFunctions( catalog: String? = defaultCatalog, schemaPattern: String? = defaultSchema, namePattern: String? = null): List<Function>
Content copied to clipboard
Gets functions using the catalog, schemaPattern, and namePattern to filter results. If not specified, catalog defaults to defaultCatalog and schemaPattern defaults to defaultSchema
Return
List<Function>
Parameters
catalog
schema Pattern
name Pattern
fun getFunctions(schema: Schema, namePattern: String? = null): List<Function>
Content copied to clipboard
Get functions
Return
Parameters
schema
name Pattern