toggle menu
core
git-2534f55
jvm
switch theme
search in API
core
/
com.github.spigotbasics.core.storage
/
MySQLDatabaseInfo
My
SQLDatabase
Info
data
class
MySQLDatabaseInfo
(
val
host
:
String
,
val
port
:
Int
,
val
database
:
String
,
val
username
:
String
,
val
password
:
String
,
val
tablePrefix
:
String
)
Members
Constructors
My
SQLDatabase
Info
Link copied to clipboard
constructor
(
host
:
String
,
port
:
Int
,
database
:
String
,
username
:
String
,
password
:
String
,
tablePrefix
:
String
)
Properties
database
Link copied to clipboard
val
database
:
String
host
Link copied to clipboard
val
host
:
String
password
Link copied to clipboard
val
password
:
String
port
Link copied to clipboard
val
port
:
Int
table
Prefix
Link copied to clipboard
val
tablePrefix
:
String
username
Link copied to clipboard
val
username
:
String