edward3h / kiwiproc

Java annotation processor to generate JDBC implementation for SQL queries
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Hints for parameters #63

Open edward3h opened 3 hours ago

edward3h commented 3 hours ago

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.