DChiselDB class

Constructors

DChiselDB()

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

closeConnection() Future<void>
configDB(dynamic database, {dynamic host, dynamic port, dynamic db, dynamic username, dynamic password}) → void
create(dynamic table, {required Map<String, dynamic>? data}) Future<Response>
deleteAll(dynamic table) Future<Response>
deleteOption(dynamic table, {required List? where}) Future<Response>
getAll(dynamic table) Future<Response>
getOption(dynamic table, {dynamic column = '*', List? where, bool like = true}) Future<Response>
mappedQuery({required String query, Map<String, dynamic>? substitution}) Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openConnection() Future<void>
toString() String
A string representation of this object.
inherited
update(dynamic table, {required Map<String, dynamic>? data, required List? where}) Future<Response>

Operators

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