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, getHeader
public java.lang.Integer getLength()
ImportAdapter
getLength
in class ImportAdapter
public int getProgress()
SQLException
0 will be returned.getProgress
in class ImportAdapter
public boolean hasNext()
resultSet
.public java.lang.String[] next()
public void remove()