irte_engine
database_storage
DatabaseTableEditor
tableNames property
tableNames
tableNames
property
Null safety
List
<
String
>
tableNames
List of table names currently in database
Implementation
List<String> get tableNames => schema.keys.toList();
irte_engine
database_storage
DatabaseTableEditor
tableNames property
DatabaseTableEditor mixin
Constructors
DatabaseTableEditor
Properties
db
hashCode
name
runtimeType
schema
tableNames
version
Methods
addColumn
addTable
deleteTable
ensureDbOpen
getItems
loadTableSchema
noSuchMethod
toString
updateTableSchema
Operators
operator ==