-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Description
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: enhancementA general enhancementA general enhancement