|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jfw.status.DBMetadata
public final class DBMetadata
Offer common methods for get database metadata.
Constructor Summary | |
---|---|
DBMetadata()
|
Method Summary | |
---|---|
static java.lang.String |
getCatalogs(javax.servlet.http.HttpServletRequest request,
java.util.HashMap outputData,
java.lang.String poolName)
Get the data of the database catalogs. |
static java.lang.String |
getObjects(javax.servlet.http.HttpServletRequest request,
java.util.HashMap outputData,
java.lang.String poolName,
java.lang.String catalogName,
java.lang.String schemaName)
Get the objects of a particular type. |
static java.lang.String |
getPools(javax.servlet.http.HttpServletRequest request,
java.util.HashMap outputData)
Get the data of the connection pools. |
static java.lang.String |
getSchemas(javax.servlet.http.HttpServletRequest request,
java.util.HashMap outputData,
java.lang.String poolName)
Get the data of the database schemas. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBMetadata()
Method Detail |
---|
public static java.lang.String getPools(javax.servlet.http.HttpServletRequest request, java.util.HashMap outputData)
request
- an HttpServletRequest object.outputData
- the output data.
public static java.lang.String getCatalogs(javax.servlet.http.HttpServletRequest request, java.util.HashMap outputData, java.lang.String poolName) throws java.lang.Exception
request
- an HttpServletRequest object.outputData
- the output data.poolName
- the name of the pool.
java.lang.Exception
public static java.lang.String getSchemas(javax.servlet.http.HttpServletRequest request, java.util.HashMap outputData, java.lang.String poolName) throws java.lang.Exception
request
- an HttpServletRequest object.outputData
- the output data.poolName
- the name of the pool.
java.lang.Exception
public static java.lang.String getObjects(javax.servlet.http.HttpServletRequest request, java.util.HashMap outputData, java.lang.String poolName, java.lang.String catalogName, java.lang.String schemaName) throws java.lang.Exception
request
- an HttpServletRequest object.outputData
- the output data.poolName
- the name of the pool.catalogName
- the name of the catalog.schemaName
- the name of the schema.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |