|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.verifiers.comm.bridge.DBOUTStruct
public class DBOUTStruct
This class encapsulates the CODE comm DBOUT structure. DBOUT is defined in evfcsys.h: typedef struct { SHORT fileNum; // number of based-on files // only for REFACCPATH SHORT concatNum; // number of concat/rename fields // only for LF and format SHORT sstNum; // number of sst pair // only for LF and format SHORT reserved; // Filler for boundary alignment ULONG flags; // big flags CHAR library[11]; // actual library name CHAR type; // File type // 'D' = DDM // 'P' = physical // 'S' = source physical // 'L' = logical // 'J' = join logical CHAR record[11]; // Record name of first record // returned when check = 1 } DBOUT;
Field Summary | |
---|---|
static String |
copyright
|
static long |
DB_ALTSEQ
|
static long |
DB_DYNSELECT
|
static long |
DB_FCFO
|
static long |
DB_FIFO
|
static long |
DB_IGCFIELD
|
static long |
DB_IGCLITERAL
|
static long |
DB_IGCTEXT
|
static long |
DB_KEYS
|
static long |
DB_LIFO
|
static long |
DB_SELECTOMIT
|
static long |
DB_UNIQUE
|
Constructor Summary | |
---|---|
protected |
DBOUTStruct()
Constructor |
Method Summary | |
---|---|
protected void |
setAccessPathFlag(String accessPathType)
Set access path flag |
protected void |
setAltSeq()
Set ALTSEQ flag |
protected void |
setBasedOnCount(short basedOnCount)
Set the number of files this database file is based on |
protected void |
setConcatNumber(short concatNum)
Set the number of concatenated fields for this file |
protected void |
setDynamicSelect()
Set DYNSELECT flag |
protected void |
setIGCField()
Set IGC Field flag |
protected void |
setIGCLiteral()
Set IGC literal flag |
protected void |
setIGCText()
Set IGC text flag |
protected void |
setKeys()
Set KEYS flag |
protected void |
setLibraryName(String libraryName)
Sets the libraryName. |
protected void |
setRecordName(String recordName)
Sets the recordName. |
protected void |
setSelectOmit()
Set SELECTOMIT flag |
protected void |
setSSTNumber(short sstNum)
Set the number of substring fields for this file |
protected void |
setType(char type)
Sets the type. |
protected void |
write(JavaToCOutputStream out)
|
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
public static final long DB_IGCFIELD
public static final long DB_IGCLITERAL
public static final long DB_IGCTEXT
public static final long DB_ALTSEQ
public static final long DB_KEYS
public static final long DB_SELECTOMIT
public static final long DB_DYNSELECT
public static final long DB_FCFO
public static final long DB_FIFO
public static final long DB_LIFO
public static final long DB_UNIQUE
Constructor Detail |
---|
protected DBOUTStruct()
Method Detail |
---|
protected void setBasedOnCount(short basedOnCount)
protected void setConcatNumber(short concatNum)
protected void setSSTNumber(short sstNum)
protected void setLibraryName(String libraryName)
libraryName
- The libraryName to setprotected void setRecordName(String recordName)
recordName
- The recordName to setprotected void setType(char type)
type
- The type to setprotected void setIGCField()
protected void setIGCLiteral()
protected void setIGCText()
protected void setAltSeq()
protected void setKeys()
protected void setSelectOmit()
protected void setDynamicSelect()
protected void setAccessPathFlag(String accessPathType)
protected void write(JavaToCOutputStream out) throws IOException
IOException
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |