$sql.metaData.usesLocalFilePerTable

Retrieves whether this database uses a file for each table.
Syntax
    $sql.metaData.usesLocalFilePerTable{jdbcProfileName}
DocumentationRetrieves whether this database uses a file for each table.:

    Paramter:
      Requieres one parameter, this is your JDBC profile name.
    Returns:
      1 if this database uses a local file for each table; 0 otherwise
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1