| Package | Description |
|---|---|
| org.odpi.openmetadata.adapters.connectors.datastore.csvfile |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
CSVFileStore.getColumnNames()
Return the list of column names associated with this structured file.
|
List<String> |
CSVFileStoreConnector.getColumnNames()
Return the list of column names associated with this structured file.
|
String |
CSVFileStore.getFileName()
Return the name of the file to read.
|
Date |
CSVFileStore.getLastUpdateDate()
Return the last update data for the file.
|
long |
CSVFileStore.getRecordCount()
Return the number of records in the file.
|
long |
CSVFileStoreConnector.getRecordCount()
Return the number of records in the file.
|
List<String> |
CSVFileStore.readRecord(int rowNumber)
Return the requested data record.
|
List<String> |
CSVFileStoreConnector.readRecord(int dataRecordNumber)
Return the requested data record.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.