AbstractDao class abstract

Implementers

Constructors

AbstractDao()
AbstractDao.sep(SchemaMetaData smd, DbTransaction transaction, {bool mustBeSystem = false})

Properties

getIndex String
no setter
hashCode int
The hash code for this object.
no setterinherited
initialized bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smd SchemaMetaData
getter/setter pair
sqlCommands SqlCommands
getter/setter pair
table_id int
getter/setter pair
tableName String
getter/setter pair
transaction DbTransaction
getter/setter pair

Methods

bareSelect(String sql, FieldData fieldData) Future<RawTableData>
createTable() Future<bool>
delete(WhereData whereData) Future<int?>
deleteById(int id) Future<void>
doesTableExist() Future<bool>
dropTable() Future<bool>
getAutoIncrement(String fieldName) Future<int>
getSortOrderString(SortOrderType? sortOrder, String? columnName) String
importData(String fileName, {String? fieldSeparator, String? fieldEnclose, String? lineTerminator}) Future<void>
init({int? table_id, bool initTable = true}) Future<bool>
initializeTable() Future<bool>
insert(FieldData fieldData) Future<int?>
modifyField(Object obj, Object newObj, String fieldName) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select(FieldData fieldData, WhereData whereData) Future<RawTableData>
toString() String
A string representation of this object.
override
update(FieldData fieldData, WhereData whereData) Future<void>
upsert(FieldData fieldData, WhereData whereData) Future<RawRowData>

Operators

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

Static Properties

C_MUST_ABOVE_ZERO String
final
C_MUST_INIT String
final
C_MUST_SYSTEM String
final
C_OPERATION_NOT_SUPPORTED String
final