Is it possible to provide an interface that includes some default methods such as "IN()" to indirectly enhance the SqlProvider #3305
WONGHONGMING
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The interface like this:
Then the SqlProvider class implements the above interface:
Additionally, this can also be used for string templates (unfortunately, Java23 has temporarily removed string templates).
Beta Was this translation helpful? Give feedback.
All reactions