Package org.jdbi.v3.core.qualifier
Annotation Type NVarchar
-
@Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER,TYPE}) public @interface NVarcharArgument qualifier annotation, indicating that the annotated String element should be bound as anNVARCHARinstead of aVARCHAR.