NewModelSqlite class

Constructors

NewModelSqlite()

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

convertToColumnType(String type) String
createIndexing(Database myDatabase) → dynamic
sql index create
get(String docId) Future<NewModel?>
getAll() Future<List<NewModel>>
getRowCount() Future<int?>
getWhere(String where) Future<List<NewModel>>
insert(NewModel object) Future<int>
insertBulk(List<NewModel> objects) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryMoreThenUsingI000(int time) Future<List<NewModel>>
toString() String
A string representation of this object.
inherited
update(NewModel object, NewModel oldObject) Future<int>
upsert(NewModel newObject) Future<void>

Operators

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