2004.04.29


com.jdc.db
Interface View


public interface View

View represents an application database table view.

Version:
2.0
Author:
Jay Damon
See Also:
Table

Method Summary
 String getAlias()
          Returns the database table view alias.
 String getName()
          Returns the database table view name.
 Table getTable()
          Returns the database Table for this view.
 

Method Detail

getAlias

public String getAlias()
Returns the database table view alias.

Returns:
The database table view alias.

getName

public String getName()
Returns the database table view name.

Returns:
The database table view name.

getTable

public Table getTable()
Returns the database Table for this view.

Returns:
The database Table for this view.

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.