Package org.firebirdsql.jdbc.metadata
Class GetFunctions
- java.lang.Object
-
- org.firebirdsql.jdbc.metadata.GetFunctions
-
@InternalApi public abstract class GetFunctions extends java.lang.Object
Provides the implementation forDatabaseMetaData.getFunctions(String, String, String)
.- Since:
- 4.0
- Author:
- Mark Rotteveel
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetFunctions
create(DbMetadataMediator mediator)
Creates an instance ofGetFunctions
.java.sql.ResultSet
getFunctions(java.lang.String catalog, java.lang.String schemaPattern, java.lang.String functionNamePattern)
-
-
-
Method Detail
-
getFunctions
public final java.sql.ResultSet getFunctions(java.lang.String catalog, java.lang.String schemaPattern, java.lang.String functionNamePattern) throws java.sql.SQLException
- Throws:
java.sql.SQLException
- See Also:
DatabaseMetaData.getFunctions(String, String, String)
-
create
public static GetFunctions create(DbMetadataMediator mediator)
Creates an instance ofGetFunctions
.- Parameters:
mediator
- Database metadata mediator- Returns:
- Instance
-
-