SBDTable class

Constructors

SBDTable({required String name, required String primaryKeyName, List<SBDColumn>? columns, List<Map<String, dynamic>>? initialInserts, dynamic execInitialInserts = true})

Properties

columns List<SBDColumn>?
final
execInitialInserts → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
initialInserts List<Map<String, dynamic>>?
final
name String
final
primaryKey SBDColumn
final
primaryKeyName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() → dynamic
buildInsert(Map<String, dynamic> map) String
buildInserts() List<String>
columnsFields() List<String>
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