DbService class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getDatabaseConnection()
→ Future<Response>
-
-
getDatabaseTables(String databaseName)
→ Future<Response>
-
-
insertDatabaseConnection({required String dbName, required String host, required String password, required String port, required String username, required String databaseName, required String databaseType, bool isNoSql = false, bool isEncrypt = false})
→ Future<Response>
-
-
modifyDatabaseConnection({required String databaseName, required String dbName, required String host, required String password, required String port, required String username})
→ Future<Response>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
saveDbConfig(String agentId, Map<String, dynamic> dbConfig)
→ Future<Response>
-
-
toString()
→ String
-
A string representation of this object.
inherited