ImprovedFactions
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.database
/
DatabaseManager
Database
Manager
object
DatabaseManager
Members
Properties
verbose
Logging
Link copied to clipboard
var
verboseLogging
:
Boolean
Functions
create
Tables
Link copied to clipboard
fun
createTables
(
vararg
tables
:
Table
)
initialize
Database
Link copied to clipboard
fun
initializeDatabase
(
)
logged
Transaction
Link copied to clipboard
inline
fun
<
T
>
loggedTransaction
(
crossinline
statement
:
Transaction
.
(
)
->
T
)
:
T