Skip to content

[jdbc-v2] Disallow to call Statement related method on PreparedStatement #2339

@chernser

Description

@chernser

Description

There is a set of method in the java.sql.Statement interface that may not be called on java.sql.PreparedStatement instance. Main concern is that these methods accept SQL statement what contradicts java.sql.PreparedStatement design.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions