Interface BindableQuery
Interface declaring a query that supplies SQL and can bind parameters to a
DatabaseClient.GenericExecuteSpec
.- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionbind
(DatabaseClient.GenericExecuteSpec bindSpec) Bind parameters to thequery
.
-
Method Details
-
bind
Bind parameters to thequery
.- Parameters:
bindSpec
- must not be null.- Returns:
- the bound query object.
-