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 java.lang.String ROW_KEY
          Key to get id used to store a Row in a request or session.
static java.lang.String ROWCOLLECTION_KEY
          Key to get id used to store a RowCollection in a request or session.
 

Field Detail

ROWCOLLECTION_KEY

public static final java.lang.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 java.lang.String ROW_KEY
Key to get id used to store a Row in a request or session.

See Also:
Constant Field Values