Idea: add an extra annotation like @SqlParameter to give extra information about parameters.
For example, none of the JDBC drivers I have looked at can tell whether a parameter is nullable. The developer could add the annotation to say whether the parameter is nullable or not.
Idea: add an extra annotation like
@SqlParameter
to give extra information about parameters. For example, none of the JDBC drivers I have looked at can tell whether a parameter is nullable. The developer could add the annotation to say whether the parameter is nullable or not.