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