Skip navigation links
nl.cwi.monetdb.jdbc

Class MonetDatabaseMetaData

Specified by:
getProcedures in interface DatabaseMetaData
Parameters:
catalog - - a catalog name; must match the catalog name as it is stored in the database; "" retrieves those without a catalog; null means that the catalog name should not be used to narrow the search
schemaPattern - - a schema name pattern; must match the schema name as it is stored in the database; "" retrieves those without a schema; null means that the schema name should not be used to narrow the search
procedureNamePattern - - a procedure name pattern; must match the procedure name as it is stored in the database
Returns:
ResultSet - each row is a procedure description
Throws:
SQLException - if a database access error occurs
Skip navigation links

Copyright © 2017. All rights reserved.