FutureMYSQL class

Constructors

FutureMYSQL({required ConnectionSettings dbsettings})

Properties

dbsettings ConnectionSettings
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

future(String sqlString, [List<Object?>? values]) Future<Results>
futureFetch({required List<Object?> fields, required String table}) Future<Results>
futureFetchWhere({required List<Object?> fields, required List<Object?> whereFields, required List<Object?> whereFieldsValues, required String table}) Future<Results>
futureInsert({required List<Object?> fields, required List fieldsValues, required String table}) Future<Results>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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