Uses of Class
org.eclipse.dirigible.database.api.metadata.FunctionMetadata
| Package | Description |
|---|---|
| org.eclipse.dirigible.database.api.metadata | |
| org.eclipse.dirigible.databases.helpers |
-
Uses of FunctionMetadata in org.eclipse.dirigible.database.api.metadata
Methods in org.eclipse.dirigible.database.api.metadata that return types with arguments of type FunctionMetadata Modifier and Type Method Description List<FunctionMetadata>SchemaMetadata. getFunctions()Get the functions metadata. -
Uses of FunctionMetadata in org.eclipse.dirigible.databases.helpers
Methods in org.eclipse.dirigible.databases.helpers that return FunctionMetadata Modifier and Type Method Description static FunctionMetadataDatabaseMetadataHelper. describeFunction(Connection connection, String catalogName, String schemeName, String functionName)Describe function.Methods in org.eclipse.dirigible.databases.helpers that return types with arguments of type FunctionMetadata Modifier and Type Method Description static List<FunctionMetadata>DatabaseMetadataHelper. listFunctions(Connection connection, String catalogName, String schemeName, DatabaseMetadataHelper.Filter<String> functionNameFilter)List functions.