public interface RecordIdentifier
Modifier and Type | Method and Description |
---|---|
String |
getError()
Gets a description of the last record identification failure.
|
int |
identifyRecord(String record)
Determines the type of the given text record.
|
int identifyRecord(String record)
record
- the text of the record to identify-1
if the type could not be identified.String getError()
identifyRecord(String)
has reported an error. If identifyRecord
succeeds, the
results of calling this method are undefined.Copyright © 2019 Actian Corporation. All rights reserved.