DBCommandSet class
A set of DBCommands.
- Inheritance
-
- Object
- CommandLog
- DBCommandSet
- Implementers
Constructors
-
DBCommandSet.new({Iterable<
DBCommand> ? dbCommands, CommandLogInfo? logInfo, CommandLogError? logError}) -
DBCommandSet.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
dbCommands
→ Set<
DBCommand> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- logError ↔ CommandLogError?
-
Logs an ERROR message.
getter/setter pairinherited
- logInfo ↔ CommandLogInfo?
-
Logs an INFO message.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
executeDBCommandByID(
String id, {Map< String, dynamic> ? properties}) → FutureOr<bool> -
executeSQLByID(
String sqlID, {Map< String, dynamic> ? properties}) → FutureOr<bool> -
executeSQLsByIDs(
List< String> sqlIDs, {Map<String, dynamic> ? properties}) → Future<bool> -
getDBCommandByID(
String id) → DBCommand? -
Returns the DBCommand with
id
from dbCommands. -
getDBCommandWithSQL(
String sqlID) → DBCommand? -
Returns the DBCommand with an SQL with
sqlID
from dbCommands. -
getSQLByID(
String sqlID) → SQL? -
Returns the SQL with
sqlID
from dbCommands. -
getSQLResult(
String sqlID) → Map< String, dynamic> ? -
getSQLResultColumn(
String sqlID, String column) → dynamic -
getSQLResults(
String sqlID) → List< Map< ?String, dynamic> > -
getSQLResultsColumn(
String sqlID, String column) → List? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited