Package | Description |
---|---|
org.springframework.jdbc.support.rowset |
Provides a convenient holder for disconnected result sets.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultSetWrappingSqlRowSetMetaData
Default implementation of Spring's SqlRowSetMetaData interface.
|
Modifier and Type | Method and Description |
---|---|
SqlRowSetMetaData |
ResultSetWrappingSqlRowSet.getMetaData() |
SqlRowSetMetaData |
SqlRowSet.getMetaData()
Retrieves the meta data (number, types and properties for the columns)
of this row set.
|
Copyright © 2013. All Rights Reserved.