Uses of Class
org.jdbi.v3.core.qualifier.NVarchar
-
Packages that use NVarchar Package Description org.jdbi.v3.core.argument Theargumentclasses translate Java types into JDBC parameters.org.jdbi.v3.core.mapper mappers take the JDBC ResultSet and produce Java results. -
-
Uses of NVarchar in org.jdbi.v3.core.argument
Classes in org.jdbi.v3.core.argument with annotations of type NVarchar Modifier and Type Class Description (package private) classNVarcharArgumentFactoryArgument factory for@NVarchar Stringqualified type. -
Uses of NVarchar in org.jdbi.v3.core.mapper
Classes in org.jdbi.v3.core.mapper with annotations of type NVarchar Modifier and Type Class Description (package private) classNVarcharMapperColumn mapper for Java@NVarchar Stringqualified type.
-