I'm developing a node which uses a DatabasePortObject and the DatabaseQueryConnectionSettings.
With the settings I want to create a BufferedDataTable in my execute method.
Currently I'm working with the DatabaseReaderConnection which works perfectly fine.
However, I saw that this class is deprecated. (At least eclipse says this) So which new class will be used to get a BufferedDataTable from a DatabaseConnectionSettings object?