aws / aws/amazon-documentdb-jdbc-driver
[FEATURE] Full implementation of PreparedStatement
- Dominant language
- Java
- Stars
- 17
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
## Is your feature request related to a problem? Please describe.
Add full support for `PreparedStatment` where parameter values are prepared with a SQL statement with replaceable parameter placeholders.
## Describe the solution you'd like
Refer to [Oracle documentation](https://docs.oracle.com/javase/tutorial/jdbc/basics/prepared.html)
## Describe alternatives you've considered
Statements work, but you need to provide the values in-line with the SQL statement.
## Additional context
None.
Contributor guide
Research direction
Start with the Oracle PreparedStatement documentation and inspect the driver's existing Statement support, which the issue says handles inline SQL values. Define the work as full PreparedStatement support with replaceable parameter placeholders and prepared parameter values; done means those statements can be executed through the JDBC driver.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100