public class DbDataCollection extends DbData
IResultSet
Constructor and Description |
---|
DbDataCollection(java.util.Collection dataType,
java.util.Collection fieldName,
java.util.Collection records)
Construct a new DbDataCollection class
|
close, getColData, getData, getFieldName, getFieldType, getMetaData, getObject, init, next
public DbDataCollection(java.util.Collection dataType, java.util.Collection fieldName, java.util.Collection records)
dataType
- a collection of dataType specify by String. The following are valid data type
recognize by the class. fieldName
- a collection of name for each field in the recordrecords
- collection of records, each record is again a collection of size n, where n = size
of dataType = size of fieldName. Each field in a record represent the data as
String.
If there is a size mismatch or invalid record entry that can't convert to
destination data type, an IllegalArgumentException is thrown.