database property

String? database
getter/setter pair

Name of the database where the export command will be executed.

Note - Value provided should be the same as expected from SELECT current_database(); and NOT as a resource reference.

Required.

Implementation

core.String? database;