2004.04.29


com.jdc.db
Interface Index


public interface Index

Index represents an application database table index.

Version:
2.0
Author:
Jay Damon
See Also:
Table

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

Method Detail

getAlias

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

Returns:
The database table index alias.

getName

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

Returns:
The database table index name.

getTable

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

Returns:
The database Table for this index.

2004.04.29



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