org.apache.derby.impl.tools.dblook
Class DB_StoredProcedure

java.lang.Object
  extended byorg.apache.derby.impl.tools.dblook.DB_StoredProcedure

public class DB_StoredProcedure
extends java.lang.Object


Field Summary
private static java.sql.PreparedStatement getSpecificInfoQuery
           
 
Constructor Summary
DB_StoredProcedure()
           
 
Method Summary
private static java.lang.String createProcString(java.lang.String procName, java.sql.ResultSet aProc)
           
static void doStoredProcedures(java.sql.Connection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getSpecificInfoQuery

private static java.sql.PreparedStatement getSpecificInfoQuery
Constructor Detail

DB_StoredProcedure

public DB_StoredProcedure()
Method Detail

doStoredProcedures

public static void doStoredProcedures(java.sql.Connection conn)
                               throws java.sql.SQLException
Throws:
java.sql.SQLException

createProcString

private static java.lang.String createProcString(java.lang.String procName,
                                                 java.sql.ResultSet aProc)
                                          throws java.sql.SQLException
Throws:
java.sql.SQLException


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.