Each column in the result set will be represented as a {@link DynaBean}property of the corresponding name (optionally forced to lower case for portability). There will be one {@link DynaBean} in theList
returned by getRows()
for each row in the original ResultSet
.
In general, instances of {@link RowSetDynaClass} can be serializedand deserialized, which will automatically include the list of {@link DynaBean}s representing the data content. The only exception to this rule would be when the underlying property values that were copied from the ResultSet
originally cannot themselves be serialized. Therefore, a {@link RowSetDynaClass} makes a veryconvenient mechanism for transporting data sets to remote Java-based application components.
|
|
|
|