|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Present
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 |
---|
void setRecordCursor(int nRecord) throws JaferException
nRecord
- Record position (starting at 1)
JaferException
int getRecordCursor()
void setCheckRecordFormat(boolean checkRecordFormat)
checkRecordFormat
- setting of record schema checkingboolean isCheckRecordFormat()
void setElementSpec(java.lang.String elementSpec)
elementSpec
- element specificationjava.lang.String getElementSpec()
void setRecordSchema(java.lang.String schema)
schema
- record schemajava.lang.String getRecordSchema()
Field getCurrentRecord() throws JaferException
JaferException
java.lang.String getCurrentDatabase() throws JaferException
JaferException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |