|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IISeriesHostFileDefinition
Interface representing the file definition for an iSeries database file. This interface corresponds to the format FILD0100 of the QDBRTVFD api.
ISeriesRetrieveDatabaseFileDescription
Field Summary | |
---|---|
static String |
ARRIVAL_SEQ
Arrival sequence access path. |
static String |
Copyright
|
static String |
ENCODED_VECTOR_SEQ
Encoded vector with a 1-, 2-, or 4-byte vector. |
static String |
KEYED_FCFO_SEQ
Keyed sequence access path with duplicate keys allowed. |
static String |
KEYED_FIFO_SEQ
Keyed sequence access path with duplicate keys allowed. |
static String |
KEYED_LIFO_SEQ
Keyed sequence access path with duplicate keys allowed. |
static String |
KEYED_NO_ORDER_SEQ
Keyed sequence access path with duplicate keys allowed. |
static String |
KEYED_UNIQUE_SEQ
Keyed sequence access path with no duplicate keys allowed (UNIQUE). |
Method Summary | |
---|---|
void |
addBasedOnFile(String library,
String file,
String record)
Add a based on file to the list of based on files for this logical file. |
String |
getAccessPathType()
Get the access path type. |
boolean |
getAlternateSequence()
Check whether this record format uses an alternate collating sequence (ALTSEQ) |
int |
getBasedOnCount()
Get the number of files this file is based on. |
List |
getBasedOnFiles()
Return a list of the based on files |
boolean |
getDynamicSelect()
Check whether this record format uses the dynamic selection indicator (DYNSLT). |
boolean |
getIGCField()
Check whether this record format contains DBCS or Graphic data. |
boolean |
getIGCLiteral()
Check whether this record format contains DBCS or Graphic literals. |
boolean |
getKeyedAccessPath()
Check whether this record format has a keyed sequence access path. |
String |
getLangId()
Get the language identifier |
boolean |
getSelectOmitLF()
Check whether this file is a select/omit logical file. |
boolean |
isJoinLogicalFile()
Check whether this record format is a join logical file |
boolean |
isSourceFile()
Check whether this record format is source file. |
void |
setAccessPathType(String accessPathType)
Set the access path type for this record format. |
void |
setAlternateSequence(boolean altSeq)
Set whether this record format uses an alternate collating sequence (ALTSEQ) |
void |
setBasedOnCount(int count)
Set the number of files this file is based on. |
void |
setDynamicSelect(boolean dynamicSelect)
Set whether this record format uses the dynamic selection indicator (DYNSLT). |
void |
setIGCField(boolean igcField)
Set whether this record format contains DBCS or Graphic data. |
void |
setIGCLiteral(boolean igcLiteral)
Set whether this record format contains DBCS or Graphic literals. |
void |
setIsSourceFile(boolean sourceFile)
Set whether this record format is source file or a data file. |
void |
setJoinLogicalFile(boolean logicalJoinFile)
Set whether this record format is a join logical file |
void |
setKeyedAccessPath(boolean keyed)
Set whether this record format has a keyed sequence access path. |
void |
setLangId(String langId)
Set the language identifier |
void |
setSelectOmitLF(boolean selectOmitLF)
Set whether this file is a select/omit logical file. |
Field Detail |
---|
static final String Copyright
static final String ARRIVAL_SEQ
static final String KEYED_FCFO_SEQ
static final String KEYED_FIFO_SEQ
static final String KEYED_LIFO_SEQ
static final String KEYED_NO_ORDER_SEQ
static final String KEYED_UNIQUE_SEQ
static final String ENCODED_VECTOR_SEQ
Method Detail |
---|
boolean getIGCField() throws Exception
Exception
boolean getIGCLiteral() throws Exception
Exception
boolean getAlternateSequence() throws Exception
Exception
boolean getKeyedAccessPath() throws Exception
Exception
boolean getSelectOmitLF() throws Exception
Exception
boolean getDynamicSelect() throws Exception
Exception
String getAccessPathType() throws Exception
Exception
ARRIVAL_SEQ
,
KEYED_FCFO_SEQ
,
KEYED_FIFO_SEQ
,
KEYED_LIFO_SEQ
,
KEYED_NO_ORDER_SEQ
,
KEYED_UNIQUE_SEQ
,
ENCODED_VECTOR_SEQ
int getBasedOnCount() throws Exception
Exception
boolean isJoinLogicalFile() throws Exception
Exception
boolean isSourceFile() throws Exception
Exception
String getLangId() throws Exception
Exception
List getBasedOnFiles() throws Exception
Exception
void setIGCField(boolean igcField)
void setIGCLiteral(boolean igcLiteral)
void setAlternateSequence(boolean altSeq)
void setKeyedAccessPath(boolean keyed)
void setSelectOmitLF(boolean selectOmitLF)
void setDynamicSelect(boolean dynamicSelect)
void setAccessPathType(String accessPathType)
void setBasedOnCount(int count)
void setJoinLogicalFile(boolean logicalJoinFile)
void setIsSourceFile(boolean sourceFile)
void setLangId(String langId)
void addBasedOnFile(String library, String file, String record)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |