Klasse TableData
java.lang.Object
com.inet.report.database.TableData
- Alle implementierten Schnittstellen:
Closeable, AutoCloseable
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreate 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 -
Methodenübersicht
-
Konstruktordetails
-
TableData
-
TableData
-
TableData
-
TableData
Create a table data from a ResultSet- Parameter:
rs- the data- Seit:
- 13.0
-
-
Methodendetails
-
getData
ONLY FOR INTERNAL USE Get the data of this TableData.- Gibt zurück:
- the data, never null
- Seit:
- 13.0
-
close
public void close()Closes the underlying result set and the corresponding statement if there is any.- Angegeben von:
closein SchnittstelleAutoCloseable- Angegeben von:
closein SchnittstelleCloseable- Seit:
- 15.0
-