com.josesandoval.demo
Class Constants

java.lang.Object
  extended by com.josesandoval.demo.Constants

public class Constants
extends java.lang.Object

Constants



Version:
3-Apr-2005
Author:
Sandoval Software Solutions Inc.

Field Summary
static java.lang.String KEY_DEMO_LIST
           
static java.lang.String POOL_NAME
           
static java.lang.String SQL_CREATE
           
static java.lang.String SQL_DEMO_PROPERTIES
           
static java.lang.String SQL_RETRIEVE
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POOL_NAME

public static final java.lang.String POOL_NAME
See Also:
Constant Field Values

SQL_CREATE

public static final java.lang.String SQL_CREATE
See Also:
Constant Field Values

SQL_RETRIEVE

public static final java.lang.String SQL_RETRIEVE
See Also:
Constant Field Values

KEY_DEMO_LIST

public static final java.lang.String KEY_DEMO_LIST
See Also:
Constant Field Values

SQL_DEMO_PROPERTIES

public static final java.lang.String SQL_DEMO_PROPERTIES
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()