-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi Alex,
for displaying the output of the select * statement, I forced to write "print("${resultset.getInt(i)} for all the parameters I've, i.e. ${resultset.getString(1)} ${resultset.getString(2)} ${resultset.getString(3)} ... a shown in the attached.
I'm looking for the following:
- number of columns retrieved with 'select * from ...'
- total number of rows
- having output as json, so instead of using ${resultset.getString(2)} and having in mind that the second parameter is lastname, I want to use result.lastname(i)
Metadata
Metadata
Assignees
Labels
No labels