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.clusterTaskscluster cluster_helpers cluster_invited cluster_settingsSQLManager.playerTasksplayer_metaSQLManager.plotTasksplot plot_denied plot_helpers plot_trusted plot_comments plot_settings plot_ratingMethods in com.plotsquared.core.database with parameters of type SQLManager.UniqueStatementModifier and TypeMethodDescriptionvoidSQLManager.addClusterTask(PlotCluster cluster, SQLManager.UniqueStatement task) voidSQLManager.addPlayerTask(UUID uuid, SQLManager.UniqueStatement task) voidSQLManager.addPlotTask(@NonNull Plot plot, SQLManager.UniqueStatement task)