com.jfw.status
Class ShowDBMetadata

java.lang.Object
  extended by com.jfw.status.ShowDBMetadata

public final class ShowDBMetadata
extends java.lang.Object

Show informations (like tables, views, ecc.) of a database.


Constructor Summary
ShowDBMetadata()
           
 
Method Summary
 void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.util.HashMap outputData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowDBMetadata

public ShowDBMetadata()
Method Detail

execute

public void execute(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    java.util.HashMap outputData)
             throws java.lang.Exception
Throws:
java.lang.Exception