|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.flatpack.DefaultDataSet
net.sf.flatpack.brparse.BuffReaderDataSet
public class BuffReaderDataSet
| Constructor Summary | |
|---|---|
BuffReaderDataSet(MetaData columnMD2,
BuffReaderDelimParser brDelimPzParser)
|
|
BuffReaderDataSet(MetaData columnMD2,
BuffReaderFixedParser brFixedPzParser)
|
|
| Method Summary | |
|---|---|
void |
absolute(int localPointer)
Not Supported! |
int |
getIndex()
Not Supported! |
void |
goBottom()
Not Supported! |
void |
goTop()
Not Supported! |
boolean |
next()
Moves to the next record in the set. |
void |
orderRows(OrderBy ob)
Not Supported! |
boolean |
previous()
Not Supported! |
void |
remove()
Not Supported! |
void |
setValue(java.lang.String column,
java.lang.String value)
Not Supported! |
| Methods inherited from class net.sf.flatpack.DefaultDataSet |
|---|
addError, addRow, clearAll, clearErrors, clearRows, contains, getColumns, getColumns, getDate, getDate, getDouble, getErrorCount, getErrors, getInt, getMetaData, getObject, getRowCount, getRowNo, getString, isAnError, isRecordID, setLowerCase, setMetaData, setPointer, setPZConvertProps, setStrictNumericParse, setUpperCase, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BuffReaderDataSet(MetaData columnMD2,
BuffReaderDelimParser brDelimPzParser)
public BuffReaderDataSet(MetaData columnMD2,
BuffReaderFixedParser brFixedPzParser)
| Method Detail |
|---|
public boolean next()
DataSet
next in interface DataSetnext in class DefaultDataSetpublic boolean previous()
previous in interface DataSetprevious in class DefaultDataSet
public void orderRows(OrderBy ob)
throws java.lang.Exception
orderRows in interface DataSetorderRows in class DefaultDataSetob - - OrderBy object
java.lang.Exceptioncom.pz.reader.ordering.OrderBy,
com.pz.reader.ordering.OrderColumnpublic void absolute(int localPointer)
absolute in interface DataSetabsolute in class DefaultDataSetlocalPointer - - int
java.lang.IndexOutOfBoundsExceptionpublic void remove()
remove in interface DataSetremove in class DefaultDataSetpublic int getIndex()
getIndex in interface DataSetgetIndex in class DefaultDataSetpublic void goBottom()
goBottom in interface DataSetgoBottom in class DefaultDataSetpublic void goTop()
goTop in interface DataSetgoTop in class DefaultDataSet
public void setValue(java.lang.String column,
java.lang.String value)
setValue in interface DataSetsetValue in class DefaultDataSetcolumn - Column name to set the value forvalue - Value to change the column to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||