Interface SettingSQL
- All Superinterfaces:
SQL
- All Known Subinterfaces:
SettingH2, SettingMariaDB, SettingMySQL, SettingPostgreSQL, SettingSQLite
SQL interface for player setting data operations in FlectonePulse.
Defines database queries for managing player settings and preferences.
- Since:
- 1.6.0
-
Method Summary
-
Method Details
-
findByPlayer
-
upsert
Inserts or updates a player setting.- Parameters:
playerId- the player IDtype- the setting typevalue- the setting value- Throws:
UnsupportedDatabaseOperationException- if not overridden by a dialect-specific implementation
-