Purpose

Determines whether the driver returns metadata for all tables or only those for which the user has Select privileges. It can help the users with restricted Select privileges retrieve metadata for the required tables.

Valid Values

true | false

Behavior

If set to true, the driver returns metadata only for the tables for which the user has Select privileges.

If set to false, the driver returns metadata for all tables, irrespective of Select privileges.

Data Source Methods

public Boolean getShowSelectableTables()

public void setShowSelectableTables(Boolean)

Default

true

Data Type

Boolean