Class TableData
java.lang.Object
com.inet.report.database.TableData
- All Implemented Interfaces:
Closeable, AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a table data from columns and rows.Create a table data from a columns and rowsCreate a table data from a ResultSetCreate a table data from a columns and rows -
Method Summary
-
Constructor Details
-
TableData
-
TableData
-
TableData
-
TableData
Create a table data from a ResultSet- Parameters:
rs- the data- Since:
- 13.0
-
-
Method Details
-
getData
ONLY FOR INTERNAL USE Get the data of this TableData.- Returns:
- the data, never null
- Since:
- 13.0
-
close
public void close()Closes the underlying result set and the corresponding statement if there is any.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Since:
- 15.0
-