JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
org.jdbi.v3.sqlobject.customizer
QueryTimeOut
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Optional Element Summary
Element Details
value
Annotation Type QueryTimeOut
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
PARAMETER
})
public @interface
QueryTimeOut
Specify the query timeout in seconds. May be used on a method or parameter, the parameter must be of an int type.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
int
value
Element Details
value
int
value
Default:
2147483647