SQLService 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

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

Static Properties

iSQLService ISQLService?
getter/setter pair

Static Methods

createAccountIfNotExists(String phoneNumber, String uidPhone) Future
execute(String query, {Map<String, Object?>? params, bool formatJson = false, bool isCache = false}) Future<Map<String, List<Map<String, Object?>?>?>>
logFollow({String query = 'spLogFollow', required int idLoai, required int idItem, required bool isFollow}) → void
logLike({String query = 'spLogLike', required int idLoai, required int idItem, required bool isLike}) → void
logView({String query = 'spLogView', required int viewID, required int dataID}) → void
setupDefaultParameter(String query, Map<String, Object?>? params, {bool formatJson = false}) Map<String, Object?>