com.sun.j2ee.blueprints.petstore.personalize.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 BANNERDATA_TABLE
           
static java.lang.String PROFILE_TABLE
           
 

Field Detail

PROFILE_TABLE

public static final java.lang.String PROFILE_TABLE

BANNERDATA_TABLE

public static final java.lang.String BANNERDATA_TABLE


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.