menu
sql_commander package
documentation
sql_commander_postgres.dart
DBConnectionCredential
DBConnectionCredential.new const constructor
DBConnectionCredential.new const constructor
dark_mode
light_mode
DBConnectionCredential
constructor
const
DBConnectionCredential
(
String
host
,
int
port
,
String
user
,
String
pass
,
String
db
,
)
Implementation
const DBConnectionCredential( this.host, this.port, this.user, this.pass, this.db);
sql_commander package
documentation
sql_commander_postgres
DBConnectionCredential
DBConnectionCredential.new const constructor
DBConnectionCredential class