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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetFunctionscreate(DbMetadataMediator mediator)Creates an instance ofGetFunctions.java.sql.ResultSetgetFunctions(java.lang.String catalog, java.lang.String schemaPattern, java.lang.String functionNamePattern)
 
- 
- 
- 
Method Detail- 
getFunctionspublic 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)
 
 - 
createpublic static GetFunctions create(DbMetadataMediator mediator) Creates an instance ofGetFunctions.- Parameters:
- mediator- Database metadata mediator
- Returns:
- Instance
 
 
- 
 
-