Skip to content

Allow column/parameter indices from constants #28

@thomaskirz

Description

@thomaskirz

Right now only literals work for checking result columns.

rs.getString(3);

It should be possible to use Constant Value Checker for code like

private static final int USERNAME_COLUMN = 3;

public void select() {
    // ...
    rs.getString(3);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions