Uses of Class
com.plotsquared.core.database.SQLManager.UniqueStatement
Packages that use SQLManager.UniqueStatement
-
Uses of SQLManager.UniqueStatement in com.plotsquared.core.database
Fields in com.plotsquared.core.database with type parameters of type SQLManager.UniqueStatementModifier and TypeFieldDescriptionSQLManager.clusterTasks
cluster cluster_helpers cluster_invited cluster_settingsSQLManager.playerTasks
player_metaSQLManager.plotTasks
plot plot_denied plot_helpers plot_trusted plot_comments plot_settings plot_ratingMethods in com.plotsquared.core.database with parameters of type SQLManager.UniqueStatementModifier and TypeMethodDescriptionvoid
SQLManager.addClusterTask
(PlotCluster cluster, SQLManager.UniqueStatement task) void
SQLManager.addPlayerTask
(UUID uuid, SQLManager.UniqueStatement task) void
SQLManager.addPlotTask
(@NonNull Plot plot, SQLManager.UniqueStatement task)