databaseResourceNameRegex property

String? databaseResourceNameRegex
getter/setter pair

Regex to test the database resource's name against.

An example of a database resource name is a table's name. Other database resource names like view names could be included in the future. If empty, all database resources match.

Implementation

core.String? databaseResourceNameRegex;