ConnectionSettings class
Constructors
-
ConnectionSettings({String host = 'localhost', int port = 3306, String? user, String? password, String? db, bool useCompression = false, bool useSSL = false, int maxPacketSize = 16 * 1024 * 1024, Duration timeout = const Duration(seconds: 30), int characterSet = CharacterSet.UTF8MB4})
-
-
ConnectionSettings.copy(ConnectionSettings o)
-
-
ConnectionSettings.socket({required String path, String? user, String? password, String? db, bool useCompression = false, bool useSSL = false, int maxPacketSize = 16 * 1024 * 1024, Duration timeout = const Duration(seconds: 30), int characterSet = CharacterSet.UTF8MB4})
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited