|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.wrq.apptrieve.appconn.RecordSetMetaData
public class RecordSetMetaData
Provides metadata about a recordset that is defined on an entity of a Host Integrator model.
Field Summary | |
---|---|
static int |
SCROLL_TYPE_END
Key value in the Map returned from getScrollOperations() for the End operation. |
static int |
SCROLL_TYPE_HOME
Key value in the Map returned from getScrollOperations() for the Home operation. |
static int |
SCROLL_TYPE_LINEDOWN
Key value in the Map returned from getScrollOperations() for the LineDown operation. |
static int |
SCROLL_TYPE_LINEUP
Key value in the Map returned from getScrollOperations() for the LineUp operation. |
static int |
SCROLL_TYPE_PAGEDOWN
Key value in the Map returned from getScrollOperations() for the PageDown operation. |
static int |
SCROLL_TYPE_PAGEUP
Key value in the Map returned from getScrollOperations() for the PageUp operation. |
Fields inherited from interface com.wrq.apptrieve.appconn.AppConnMetaData |
---|
METADATA_TYPE_ATTRIBUTE, METADATA_TYPE_COLUMN, METADATA_TYPE_FIELD, METADATA_TYPE_OPERATION, METADATA_TYPE_PROCEDURE, METADATA_TYPE_RECORDSET, METADATA_TYPE_VARIABLE |
Constructor Summary | |
---|---|
RecordSetMetaData(EntityRecordsetMeta saObject)
Constructor for internal use only. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the description of the record set. |
java.util.List |
getFieldNames()
Gets the field names for the record set. |
int |
getMetaDataType()
Gets the meta data type for this object. |
java.lang.String |
getName()
Gets the record set name. |
java.util.Map |
getScrollOperations()
Gets the available scroll operations for the record set. |
boolean |
supportsDirectInserts()
Discovers whether the recordset supports direct inserts. |
boolean |
supportsSelect()
Discovers whether the recordset supports the select operation. |
java.lang.String |
toString()
Generates a String object that represents the current values of this RecordSetMetaData object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SCROLL_TYPE_END
getScrollOperations()
for the End operation.
public static final int SCROLL_TYPE_HOME
getScrollOperations()
for the Home operation.
public static final int SCROLL_TYPE_LINEDOWN
getScrollOperations()
for the LineDown operation.
public static final int SCROLL_TYPE_LINEUP
getScrollOperations()
for the LineUp operation.
public static final int SCROLL_TYPE_PAGEDOWN
getScrollOperations()
for the PageDown operation.
public static final int SCROLL_TYPE_PAGEUP
getScrollOperations()
for the PageUp operation.
Constructor Detail |
---|
public RecordSetMetaData(EntityRecordsetMeta saObject)
saObject
- dataMethod Detail |
---|
public java.lang.String getDescription()
getDescription
in interface AppConnMetaData
public java.util.List getFieldNames()
public int getMetaDataType()
getMetaDataType
in interface AppConnMetaData
public java.lang.String getName()
getName
in interface AppConnMetaData
public java.util.Map getScrollOperations()
The returned Map object contains key-value pairs, where the key is an Integer object that contains a scroll operation type and the value is a String object containing the name of an entity operation. The key can be one of the following:
AppConnModel.moveCurrentRecordIndex(int)
public boolean supportsDirectInserts()
public boolean supportsSelect()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |