com.jfw.database.metadata
Class Views

java.lang.Object
  extended by com.jfw.database.metadata.MetaData
      extended by com.jfw.database.metadata.TablesViews
          extended by com.jfw.database.metadata.Views

public final class Views
extends TablesViews

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

Views

public Views()
Use the default db resource from the jfw.properties.


Views

public Views(java.lang.String resourceName)
Use the parameter resourceName as db resource.

Parameters:
resourceName - the name of a resource as specified in the jfw.properties.
Method Detail

getType

protected java.lang.String[] getType()
Return the type of the object to get: views.

Specified by:
getType in class MetaData
Returns:
the type of the object to get.