menu
ormed_postgres package
documentation
migrations.dart
SchemaDriver
hasView abstract method
hasView abstract method
dark_mode
light_mode
hasView
abstract method
Future
<
bool
>
hasView
(
String
view
, {
String
?
schema
,
})
Determines if the given view exists.
Implementation
Future<bool> hasView(String view, {String? schema});
ormed_postgres package
documentation
migrations
SchemaDriver
hasView abstract method
SchemaDriver class