menu
dart_hydrologis_db package
documentation
dart_hydrologis_db.dart
ADb
hasTable abstract method
hasTable abstract method
dark_mode
light_mode
hasTable
abstract method
bool
hasTable
(
TableName
tableName
)
Check is a given
tableName
exists.
Implementation
bool hasTable(TableName tableName);
dart_hydrologis_db package
documentation
dart_hydrologis_db
ADb
hasTable abstract method
ADb class