Skip to content

Feature request: display select * result as JSON #11

@hasan3ysf

Description

@hasan3ysf

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:

  1. number of columns retrieved with 'select * from ...'
  2. total number of rows
  3. 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)

thanks,
Hasan
pass2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions