Specifies whether to keep the table qualifier. The full name of a table in a database is of the format:
<prefix>.<table_name>
Depending on the database format, the prefix can be <database_name>.<owner_name>, <owner_name>, or <schema_name>.
Selecting this parameter indicates that the reader should return the table name without
any prefixes. This is useful, for example, when creating a workspace that
will be passed on to another organization using the same table names, or performing a translation to another database format but with a different user name.
When this parameter is selected during workspace generation, the source
feature types will be the table names without any prefix; otherwise, they
will contain the owner name as a prefix. It is recommended that you do
not change this parameter after generating the workspace, because it is possible
for no features to be successfully passed onto the writer (since the writer
is expecting feature types with different names).
Note: Even when this parameter is selected, if the table is owned
by a user other than the current user, the prefix will
not be dropped. This is to ensure that the reader will find the correct table.