LogInterceptor 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
-
beginExclusive(QueryExecutor parent)
→ QueryExecutor
-
Intercept QueryExecutor.beginExclusive calls.
inherited
-
beginTransaction(QueryExecutor parent)
→ TransactionExecutor
-
Intercept QueryExecutor.beginTransaction calls.
override
-
close(QueryExecutor inner)
→ Future<void>
-
Intercept QueryExecutor.close calls.
inherited
-
commitTransaction(TransactionExecutor inner)
→ Future<void>
-
Intercept TransactionExecutor.send calls.
override
-
dialect(QueryExecutor executor)
→ SqlDialect
-
Intercept QueryExecutor.dialect calls.
inherited
-
ensureOpen(QueryExecutor executor, QueryExecutorUser user)
→ Future<bool>
-
Intercept QueryExecutor.ensureOpen calls.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
rollbackTransaction(TransactionExecutor inner)
→ Future<void>
-
Intercept TransactionExecutor.rollback calls.
override
-
runBatched(QueryExecutor executor, BatchedStatements statements)
→ Future<void>
-
Intercept QueryExecutor.runBatched calls.
override
-
runCustom(QueryExecutor executor, String statement, List<Object?> args)
→ Future<void>
-
Intercept QueryExecutor.runCustom calls.
override
-
runDelete(QueryExecutor executor, String statement, List<Object?> args)
→ Future<int>
-
Intercept QueryExecutor.runDelete calls.
override
-
runInsert(QueryExecutor executor, String statement, List<Object?> args)
→ Future<int>
-
Intercept QueryExecutor.runInsert calls.
override
-
runSelect(QueryExecutor executor, String statement, List<Object?> args)
→ Future<List<Map<String, Object?>>>
-
Intercept QueryExecutor.runSelect calls.
override
-
runUpdate(QueryExecutor executor, String statement, List<Object?> args)
→ Future<int>
-
Intercept QueryExecutor.runUpdate calls.
override
-
toString()
→ String
-
A string representation of this object.
inherited
-
transactionCanBeNested(TransactionExecutor inner)
→ bool
-
Intercept TransactionExecutor.supportsNestedTransactions calls.
inherited