DatabaseBridgeObjectboxServiceImpl class
- Implemented types
Constructors
-
DatabaseBridgeObjectboxServiceImpl({Directory? storeDirectory, Future<
Store> storeFactory(String directory)?})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- store → Store?
-
no setteroverride
- storeDirectory → Directory?
-
final
-
storeFactory
→ Future<
Store> Function(String directory)? -
final
Methods
-
clearAllData(
) → Future< JobDone> -
override
-
closeStore(
) → Future< JobDone> -
override
-
compact(
) → Future< JobDone> -
override
-
contains<
T> (int id) → Future< bool> -
override
-
count<
T> () → Future< int> -
override
-
get<
T> (int id) → Future< T?> -
override
-
getAll<
T> () → Future< List< T> > -
override
-
initializeStore(
) → Future< JobDone> -
override
-
isStoreOpen(
) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put<
T> (T object) → Future< int> -
override
-
putMany<
T> (List< T> objects) → Future<List< int> > -
override
-
query<
T> (Condition< T> ? condition, {QueryProperty<T, dynamic> ? orderBy, int? flags, int? offset, int? limit}) → Future<List< T> > -
override
-
queryCount<
T> (Condition< T> ? condition) → Future<int> -
override
-
queryFirst<
T> (Condition< T> ? condition, {QueryProperty<T, dynamic> ? orderBy, int? flags}) → Future<T?> -
override
-
remove<
T> (int id) → Future< bool> -
override
-
removeAll<
T> () → Future< int> -
override
-
removeMany<
T> (List< int> ids) → Future<int> -
override
-
runInTransaction<
R> (R action()) → Future< R> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited