Uses of Class
org.jboss.dna.connector.meta.jdbc.ProcedureMetadata

Packages that use ProcedureMetadata
org.jboss.dna.connector.meta.jdbc   
 

Uses of ProcedureMetadata in org.jboss.dna.connector.meta.jdbc
 

Methods in org.jboss.dna.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.