2004.04.29


com.jdc.db
Interface Schema

All Known Implementing Classes:
Schema

public interface Schema

Schema represents an application database schema.

Version:
2.0
Author:
Jay Damon

Method Summary
 String getAlias()
          Returns the database schema alias.
 Database getDatabase()
          Returns the Database object for this schema.
 String getName()
          Returns the database schema name.
 

Method Detail

getAlias

public String getAlias()
Returns the database schema alias.

Returns:
The database schema alias.

getDatabase

public Database getDatabase()
Returns the Database object for this schema.

Returns:
The database object for this schema.

getName

public String getName()
Returns the database schema name.

Returns:
The database schema name.

2004.04.29



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