JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
org.jdbi.v3.core.qualifier
NVarchar
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Type NVarchar
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
,
PARAMETER
,
TYPE
})
public @interface
NVarchar
Argument qualifier annotation, indicating that the annotated String element should be bound as an
NVARCHAR
instead of a
VARCHAR
.