Package org.firebirdsql.jdbc.metadata
Class GetFunctions
java.lang.Object
org.firebirdsql.jdbc.metadata.GetFunctions
Provides the implementation for
DatabaseMetaData.getFunctions(String, String, String).- Since:
- 4.0
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionstatic GetFunctionscreate(DbMetadataMediator mediator) Creates an instance ofGetFunctions.final ResultSetgetFunctions(String catalog, String schemaPattern, String functionNamePattern)
-
Method Details
-
getFunctions
public final ResultSet getFunctions(String catalog, String schemaPattern, String functionNamePattern) throws SQLException - Throws:
SQLException- See Also:
-
create
Creates an instance ofGetFunctions.- Parameters:
mediator- Database metadata mediator- Returns:
- Instance
-