|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.api.ISeriesDataElementWrapper
com.ibm.etools.iseries.core.api.ISeriesHostFieldNameOnlyWrapper
com.ibm.etools.iseries.core.api.ISeriesKeyField
ISeriesKeyField represents a key field in an iSeries Database file.
Field Summary | |
---|---|
static String |
copyright
|
Fields inherited from class com.ibm.etools.iseries.core.api.ISeriesDataElementWrapper |
---|
cacheFilter, cacheTimeStamp, dataelement, EXPIRE_TIME, lastException, lastRunMsg, lastRunMsgId, localCache |
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostFieldNameOnly |
---|
Copyright |
Constructor Summary | |
---|---|
ISeriesKeyField(com.ibm.etools.systems.dstore.core.model.DataElement field)
Constructor |
Method Summary | |
---|---|
String |
getAbsoluteName()
From base class. |
byte |
getAttributes()
Get the key field attributes |
char |
getDataType()
Get the field's data type |
int |
getDecimalPositions()
Get the field's length |
int |
getDigits()
Get the field's length |
int |
getGenericKeyCount()
Get the file generic key count |
int |
getLength()
Get the field's length |
String |
getLibraryName()
Return the library containing this remote QSYS file system object |
int |
getMaximumKeyLength()
Get the maximum key length for any of the keys in the file. |
protected com.ibm.etools.systems.dstore.core.model.DataElement |
getPropertiesNode()
Helper method |
Methods inherited from class com.ibm.etools.iseries.core.api.ISeriesHostFieldNameOnlyWrapper |
---|
getFieldObject, getFile, getFileType, getLibrary, getName, getRecord, setFile, setFileType, setLibrary, setName, setRecord, toString, writeObjectInfo |
Methods inherited from class com.ibm.etools.iseries.core.api.ISeriesDataElementWrapper |
---|
checkIsConnected, extractProperty, extractPropertyAsBoolean, extractPropertyAsByte, extractPropertyAsChar, extractPropertyAsInt, getAdapter, getCommandSubSystem, getDataElement, getDataStore, getFileSubSystem, getISeriesConnection, getLastException, getLastRunMessage, getLocalCache, getPropertiesNode, runCommand, setLastException, setLocalCache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public ISeriesKeyField(com.ibm.etools.systems.dstore.core.model.DataElement field)
Method Detail |
public String getLibraryName()
ISeriesDataElementWrapper
getLibraryName
in class ISeriesDataElementWrapper
ISeriesDataElementWrapper.getLibraryName()
public String getAbsoluteName()
ISeriesDataElementWrapper
Return the absolute object name, which should be the same as calling getAbsoluteName on this object's remote adapter.
getAbsoluteName
in class ISeriesDataElementWrapper
ISeriesDataElementWrapper.getAbsoluteName()
public char getDataType()
public int getLength()
public int getDigits()
public int getDecimalPositions()
public int getMaximumKeyLength()
public int getGenericKeyCount()
public byte getAttributes()
protected final com.ibm.etools.systems.dstore.core.model.DataElement getPropertiesNode()
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |