Package com.plotsquared.core.database
Class SQLManager.UniqueStatement
java.lang.Object
com.plotsquared.core.database.SQLManager.UniqueStatement
- Enclosing class:
- SQLManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addBatch
(PreparedStatement statement) void
execute
(PreparedStatement statement) abstract PreparedStatement
get()
abstract void
set
(PreparedStatement statement)
-
Field Details
-
method
-
-
Constructor Details
-
UniqueStatement
-
-
Method Details
-
addBatch
- Throws:
SQLException
-
execute
- Throws:
SQLException
-
get
- Throws:
SQLException
-
set
- Throws:
SQLException
-