public class ImportAdapterJDBC extends ImportAdapter
ImportConfigurationJDBC object.| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getLength()
Returns the number of records, if available, null otherwise
|
int |
getProgress()
Returns the percentage of data that has already been returned
This divides the number of rows that have already been returned by the
number of total rows and casts the result into a percentage.
|
boolean |
hasNext()
Indicates whether there is another element to return
This returns true when there is another element in the result set
resultSet. |
java.lang.String[] |
next() |
void |
remove()
Dummy.
|
create, getConfig, getHeaderpublic java.lang.Integer getLength()
ImportAdaptergetLength in class ImportAdapterpublic int getProgress()
SQLException 0 will be returned.getProgress in class ImportAdapterpublic boolean hasNext()
resultSet.public java.lang.String[] next()
public void remove()