Skip to content

Add an indicator to the Statement object that it should be closed after use #275

@steveannett

Description

@steveannett

Currently when using a Statement object there is no indication for the underlying implementation whether the statement should be closed or left open.

It would be good if Statement.java could have a boolean value that could be set when building that could indicate to the implementation that the user wishes to close the statement, e.g. Statement releaseAfterwards();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions