|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Methods for record retrieval
| Method Summary | |
java.lang.String |
getCurrentDatabase()
Get database of current record |
Field |
getCurrentRecord()
Get current record |
java.lang.String |
getElementSpec()
Get current element specification setting |
int |
getRecordCursor()
Get the current record position cursor |
java.lang.String |
getRecordSchema()
Get currently set record schema |
boolean |
isCheckRecordFormat()
Get record schema checking setting |
void |
setCheckRecordFormat(boolean checkRecordFormat)
Throw exception is record schema not preferred schema |
void |
setElementSpec(java.lang.String elementSpec)
Set element specification for record retrieval |
void |
setRecordCursor(int nRecord)
Set the current record cursor |
void |
setRecordSchema(java.lang.String schema)
Set current prefered record schema |
| Method Detail |
public void setRecordCursor(int nRecord)
throws JaferException
nRecord - Record position (starting at 1)
JaferExceptionpublic int getRecordCursor()
public void setCheckRecordFormat(boolean checkRecordFormat)
checkRecordFormat - setting of record schema checkingpublic boolean isCheckRecordFormat()
public void setElementSpec(java.lang.String elementSpec)
elementSpec - element specificationpublic java.lang.String getElementSpec()
public void setRecordSchema(java.lang.String schema)
schema - record schemapublic java.lang.String getRecordSchema()
public Field getCurrentRecord()
throws JaferException
JaferException
public java.lang.String getCurrentDatabase()
throws JaferException
JaferException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||