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