|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--DBTransform
DBTransform
| Constructor Summary | |
DBTransform()
|
|
| Method Summary | |
static java.util.Vector |
transform(java.lang.String fName,
int nRows,
int nCols,
java.lang.StringBuffer output)
transforms the database residing in the file fName
into a collection of Partition objects |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DBTransform()
| Method Detail |
public static java.util.Vector transform(java.lang.String fName,
int nRows,
int nCols,
java.lang.StringBuffer output)
throws java.io.IOException
fName
into a collection of Partition objects
fName - name of the file containing the databasenRows - number of rowsnCols - number of columns
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||