java.lang.Object
org.firebirdsql.jdbc.metadata.GetProcedures
Provides the implementation of
DatabaseMetaData.getProcedures(String, String, String)
.- Since:
- 5
- Author:
- Mark Rotteveel
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic GetProcedures
create
(DbMetadataMediator mediator) final ResultSet
getProcedures
(String catalog, String procedureNamePattern)
-
Field Details
-
mediator
-
-
Method Details
-
getProcedures
public final ResultSet getProcedures(String catalog, String procedureNamePattern) throws SQLException - Throws:
SQLException
- See Also:
-
create
-