getFunctions

fun getFunctions(    catalog: String? = defaultCatalog,     schemaPattern: String? = defaultSchema,     namePattern: String? = null): List<Function>

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
schemaPattern
namePattern

fun getFunctions(schema: Schema, namePattern: String? = null): List<Function>

Get functions

Return

Parameters

schema
namePattern