Interface Database.MaxAttemptsOrBuild
- All Superinterfaces:
Database.Build
- All Known Implementing Classes:
Database.DatabaseBuilder
- Enclosing class:
- Database
The max attempts or building part of building a
Database
-
Method Summary
Methods inherited from interface com.github.tadukoo.database.mysql.Database.Build
build
-
Method Details
-
maxAttempts
- Parameters:
maxAttempts
- The maximum amount of attempts to try a SQL transaction before giving up- Returns:
- this, to continue building
-