Package | Description |
---|---|
oracle.pgx.api.frames |
This package contains classes and utilities to build and manipulate PGX Frames.
|
Modifier and Type | Method and Description |
---|---|
PgxCsvFrameStorer |
PgxGenericFrameStorer.csv()
returns a PgxCsvFrameStorer
|
PgxCsvFrameStorer |
PgxCsvFrameStorer.name(java.lang.String frameName)
sets the name of the stored frame
|
PgxCsvFrameStorer |
PgxCsvFrameStorer.partitionExtension(java.lang.String fileExtension)
sets the fileExtension of the created CSV files
|
PgxCsvFrameStorer |
PgxCsvFrameStorer.partitions(int numPartitions)
sets the number of files to be created
|
PgxCsvFrameStorer |
PgxCsvFrameStorer.separator(char separator)
sets the separator for csv storing
|