$sql.metaData.allTablesAreSelectable

Returns whether all the tables returned by method getTables are usable in select statements.
Syntax
    $sql.metaData.allTablesAreSelectable{jdbcProfileName}
DocumentationReturns whether all the tables returned by method getTables are usable in select statements.
The return value is specific to the used jdbc profile.
    Paramter:
      1: JDBC profile name.
    Returns:
      True (1) if the condition is met, false (0) otherwise.
    Throws:
      SQLException - if a database error occurs.
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1