|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jfw.database.metadata.MetaData com.jfw.database.metadata.Schemas
public final class Schemas
Get the database schemas.
Field Summary |
---|
Fields inherited from class com.jfw.database.metadata.MetaData |
---|
className, resourceName, TABLE, VIEW |
Constructor Summary | |
---|---|
Schemas()
Use the default db resource from the jfw.properties. |
|
Schemas(java.lang.String resourceName)
Use the parameter resourceName as db resource. |
Method Summary | |
---|---|
java.util.ArrayList |
get()
Gets the database schemas. |
java.lang.String |
getDefault()
Return the default schema name. |
protected java.lang.String[] |
getType()
Return always null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Schemas()
public Schemas(java.lang.String resourceName)
resourceName
- the name of a resource as specified in the jfw.properties.Method Detail |
---|
public java.util.ArrayList get() throws DatabaseException
DatabaseException
public java.lang.String getDefault()
protected java.lang.String[] getType()
getType
in class MetaData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |