|
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.ISeriesSQLStatementHeader
This Java Bean represents the information returned when SQL Statements are Syntax checked on the iSeries. It wrappers a DataElement to provide this information.
Field Summary | |
---|---|
protected List |
_stmtInfoList
|
static String |
Copyright
|
Fields inherited from class com.ibm.etools.iseries.core.api.ISeriesDataElementWrapper |
---|
cacheFilter, cacheTimeStamp, copyright, dataelement, EXPIRE_TIME, lastException, lastRunMsg, lastRunMsgId, localCache |
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesSQLStatementHeader |
---|
copyright |
Constructor Summary | |
---|---|
ISeriesSQLStatementHeader(com.ibm.etools.systems.dstore.core.model.DataElement stmtInfoHdr)
Constructor for ISeriesSQLStatementHeader. |
Method Summary | |
---|---|
String |
getAbsoluteName()
From base class. |
static ISeriesSQLStatementHeader |
getInstance(com.ibm.etools.systems.dstore.core.model.DataElement stmtInfoHdr)
Find or create an instance of ISeriesSQLStatementHeader that wrappers the DataElement. |
String |
getLibraryName()
Return the library containing this remote QSYS file system object |
String |
getMessageFileLibraryName()
|
String |
getMessageFileName()
|
int |
getNumberStatements()
|
List |
getStatementInfoList()
|
void |
setMessageFileLibraryName(String name)
|
void |
setMessageFileName(String name)
|
void |
setNumberStatements(int number)
|
void |
setStatementInfo(com.ibm.etools.iseries.comm.interfaces.ISeriesSQLStatement[] stmtInfo)
|
void |
setStatementInfoList(List stmtInfoList)
|
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, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
protected List _stmtInfoList
Constructor Detail |
public ISeriesSQLStatementHeader(com.ibm.etools.systems.dstore.core.model.DataElement stmtInfoHdr)
Method Detail |
public String getLibraryName()
ISeriesDataElementWrapper
getLibraryName
in class ISeriesDataElementWrapper
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
public void setMessageFileName(String name)
setMessageFileName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSQLStatementHeader
public void setMessageFileLibraryName(String name)
setMessageFileLibraryName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSQLStatementHeader
public void setNumberStatements(int number)
setNumberStatements
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSQLStatementHeader
public void setStatementInfo(com.ibm.etools.iseries.comm.interfaces.ISeriesSQLStatement[] stmtInfo)
public String getMessageFileName()
getMessageFileName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSQLStatementHeader
public String getMessageFileLibraryName()
getMessageFileLibraryName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSQLStatementHeader
public int getNumberStatements()
getNumberStatements
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSQLStatementHeader
public static ISeriesSQLStatementHeader getInstance(com.ibm.etools.systems.dstore.core.model.DataElement stmtInfoHdr)
public void setStatementInfoList(List stmtInfoList)
setStatementInfoList
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSQLStatementHeader
public List getStatementInfoList()
getStatementInfoList
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSQLStatementHeader
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |