public class RecordMetaDataJdbc extends Object implements RecordMetaData
Constructor and Description |
---|
RecordMetaDataJdbc(URI uri,
String request,
List<? extends Object> params,
Class<?> readerClass) |
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Get a human-readable location for the data
|
Class<?> |
getReaderClass()
Get the class that was used to generate the record
|
URI |
getURI()
Return the URI for the source of the record
|
String |
toString() |
public String getLocation()
RecordMetaData
getLocation
in interface RecordMetaData
public URI getURI()
RecordMetaData
getURI
in interface RecordMetaData
public Class<?> getReaderClass()
RecordMetaData
getReaderClass
in interface RecordMetaData
Copyright © 2020. All rights reserved.