Skip to content

SQL: Implement conversion methods for JdbcPreparedStatement #31493

@astefan

Description

@astefan

JdbcPreparedStatement is all about setting different value types for parameters in a parameterized SQL query. Specific methods set a specific type of parameter (setByte, setTimestamp) while a couple of them deal with a generic Objects and the code needs to handle all the possible value types accordingly.

Metadata

Metadata

Assignees

Labels

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