Skip to content

Introduce PreparedOperation #73

@mp911de

Description

@mp911de

We should introduce a PreparedOperation API in preparation to encapsulate SQL along with value bindings. This is required to migrate off String concatenation towards our Statement Builder API that generated statements and provides binding values.

A PreparedOperation should be able to be executed by DatabaseClient and should be created by a StatementFactory that considers Dialect-specifics and that is able to use the rendering component for statements.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions