allSchemaEntities property
Iterable<DatabaseSchemaEntity>
get
allSchemaEntities
A list of all DatabaseSchemaEntity that are specified in this database.
This contains allTables, but also advanced entities like triggers.
Implementation
// return allTables for backwards compatibility
Iterable<DatabaseSchemaEntity> get allSchemaEntities => allTables;