Generated by
JDiff

Interface org.springframework.jdbc.support.rowset.SqlRowSet

Added Methods
String getNString(int) Retrieve the value of the indicated column in the current row as a String (for NCHAR, NVARCHAR, LONGNVARCHAR columns).
String getNString(String) Retrieve the value of the indicated column in the current row as a String (for NCHAR, NVARCHAR, LONGNVARCHAR columns).
T getObject(int, Class<T>) Retrieve the value of the indicated column in the current row as an Object.
T getObject(String, Class<T>) Retrieve the value of the indicated column in the current row as an Object.