planetj.html
Interface IDataEngineKeys


public interface IDataEngineKeys

This interface contains keys used to retrieve or store request and session keys on the attributes of any DataEngine object.


Field Summary
static String ROW_KEY
          Key to get id used to store a Row in a request or session.
static String ROWCOLLECTION_KEY
          Key to get id used to store a RowCollection in a request or session.
 

Field Detail

ROWCOLLECTION_KEY

public static final String ROWCOLLECTION_KEY
Key to get id used to store a RowCollection in a request or session.

See Also:
Constant Field Values

ROW_KEY

public static final String ROW_KEY
Key to get id used to store a Row in a request or session.

See Also:
Constant Field Values