DBConnectionCredential class

A DBConnection credential.

Constructors

DBConnectionCredential.new(String host, int port, String user, String pass, String db)
const

Properties

db String
DB name/scheme.
final
hashCode int
The hash code for this object.
no setteroverride
host String
DB host/IP.
final
pass String
DB password.
final
port int
DB port.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user String
DB username.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override