JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
New
Deprecated
Index
Help
SEARCH
Uses of Class
com.plotsquared.core.database.StmtMod
Packages that use
StmtMod
Package
Description
com.plotsquared.core.database
Uses of
StmtMod
in
com.plotsquared.core.database
Methods in
com.plotsquared.core.database
with parameters of type
StmtMod
Modifier and Type
Method
Description
<T> void
SQLManager.
setBulk
(
List
<T> objList,
StmtMod
<T> mod,
Runnable
whenDone)