Uses of Class
org.modeshape.connector.meta.jdbc.ProcedureMetadata

Packages that use ProcedureMetadata
org.modeshape.connector.meta.jdbc The classes that make up the connector that accesses the database schema metadata exposed by JDBC drivers for existing relational databases. 
 

Uses of ProcedureMetadata in org.modeshape.connector.meta.jdbc
 

Methods in org.modeshape.connector.meta.jdbc that return types with arguments of type ProcedureMetadata
 List<ProcedureMetadata> MetadataCollector.getProcedures(Connection conn, String catalogName, String schemaName, String procedureName)
          Return the list of procedures that currently exist in the database to which connection is connected within the named catalog (if catalogName is non-null) and named schema (if schemaName is non-null).
 List<ProcedureMetadata> JdbcMetadataCollector.getProcedures(Connection conn, String catalogName, String schemaName, String procedureName)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.