|
||||||||||
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.TablesViews com.jfw.database.metadata.Views
public final class Views
Get database views.
Field Summary |
---|
Fields inherited from class com.jfw.database.metadata.MetaData |
---|
className, resourceName, TABLE, VIEW |
Constructor Summary | |
---|---|
Views()
Use the default db resource from the jfw.properties. |
|
Views(java.lang.String resourceName)
Use the parameter resourceName as db resource. |
Method Summary | |
---|---|
protected java.lang.String[] |
getType()
Return the type of the object to get: views. |
Methods inherited from class com.jfw.database.metadata.TablesViews |
---|
get, getColumns, getForeignKeys, getPrimaryKeys |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Views()
public Views(java.lang.String resourceName)
resourceName
- the name of a resource as specified in the jfw.properties.Method Detail |
---|
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 |