com.sun.j2ee.blueprints.customer.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.
ACCOUNT_TABLE
public static final java.lang.String ACCOUNT_TABLE
ORDER_TABLE
public static final java.lang.String ORDER_TABLE
ORDER_STATUS_TABLE
public static final java.lang.String ORDER_STATUS_TABLE
LINE_ITEM_TABLE
public static final java.lang.String LINE_ITEM_TABLE
Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.