Preparing search index...
The search index is not available
pterodactyl.ts
pterodactyl.ts
ServerDatabase
Class ServerDatabase
Implements
ServerDatabaseAttributes
Index
Constructors
constructor
Properties
created_
at
database
db
Host?
host
id
max_
connections
password?
remote
server
updated_
at
username
Methods
delete
reset
Password
Constructors
constructor
new
Server
Database
(
applicationClient
,
dbProperties
)
:
ServerDatabase
Parameters
applicationClient
:
ApplicationClient
dbProperties
:
RawServerDatabase
Returns
ServerDatabase
Properties
created_
at
created_
at
:
Date
database
database
:
string
Optional
db
Host
db
Host
?:
{
created_at
:
Date
;
host
:
string
;
id
:
number
;
name
:
string
;
node
:
number
;
port
:
number
;
updated_at
:
Date
;
username
:
string
;
}
host
host
:
number
Readonly
id
id
:
number
max_
connections
max_
connections
:
number
Optional
password
password
?:
string
remote
remote
:
string
server
server
:
number
updated_
at
updated_
at
:
Date
username
username
:
string
Methods
delete
delete
(
)
:
Promise
<
void
>
Delete this database
Returns
Promise
<
void
>
reset
Password
reset
Password
(
)
:
Promise
<
void
>
Resets the password for the database
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
created_
at
database
db
Host
host
id
max_
connections
password
remote
server
updated_
at
username
Methods
delete
reset
Password
pterodactyl.ts
Loading...
Delete this database