JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
org.jdbi.v3.core.qualifier
NVarchar
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface 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
.