database property

String? database
getter/setter pair

Name of the database to which the import will be done.

For import from SQL file, this is required only if the file does not specify a database. Note - Value provided should be the same as expected from SELECT current_database(); and NOT as a resource reference.

Optional.

Implementation

core.String? database;