JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.jdbi.v3.core.qualifier
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
.