com.rc.celeritas.impleo
Class ImpleoConstants

java.lang.Object
  extended by com.rc.celeritas.impleo.ImpleoConstants

public class ImpleoConstants
extends java.lang.Object

Author:
rchoudhary

Field Summary
static java.lang.String COLUMNS
           
static java.lang.String DATA
           
static java.lang.String EMPTY_STRING
           
static java.lang.String ORDER_BY
           
static java.lang.String PK
           
static java.lang.String ROW
          Representing row in a table
static java.lang.String ROWS
           
static java.lang.String SEQ
           
static java.lang.String SQLREF
          SQL Reference to be used in pages and links
static java.lang.String SUCCESS
           
static java.lang.String TABLE
           
static java.lang.String TROW
           
 
Constructor Summary
ImpleoConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE

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

PK

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

TROW

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

ORDER_BY

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

ROWS

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

SEQ

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

SUCCESS

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

EMPTY_STRING

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

DATA

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

COLUMNS

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

SQLREF

public static final java.lang.String SQLREF
SQL Reference to be used in pages and links

See Also:
Constant Field Values

ROW

public static final java.lang.String ROW
Representing row in a table

See Also:
Constant Field Values
Constructor Detail

ImpleoConstants

public ImpleoConstants()


Copyright © 2008-2009 Rahul Choudhary. All Rights Reserved.