com.sun.j2ee.blueprints.inventory.util
Interface DatabaseNames


public interface DatabaseNames

This interface stores the name of all the database tables. The String constants in this class should be used by other classes instead of hardcoding the name of a database table into the source code.


Field Summary
static java.lang.String INVENTORY_TABLE
           
 

Field Detail

INVENTORY_TABLE

public static final java.lang.String INVENTORY_TABLE


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.