Returns a description of the hierarchies of the tables defined in a particular schema in the current
database.
1 connection.metadata.getSuperTables
<connection.metadata.getSuperTables>
<catalog /> +
<schemaPattern /> +
<tableNamePattern /> +
</connection.metadata.getSuperTables>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Ecatalog | String | Catalog. | |||
EschemaPattern | String | Pattern of name of schema. | |||
EtableNamePattern | String | Pattern of name of table. |
Returns | |
---|---|
Type | Description |
vtable |
Example
Copy
<xsql-script name='connection_metadata.getSuperTables_sample1'> <body> <println> <connection.metadata.getSuperTables> <null /> <null /> <null /> </connection.metadata.getSuperTables> </println> </body> </xsql-script>
Copy
+---------+-----------+----------+---------------+ |table_cat|table_schem|table_name|supertable_name| +---------+-----------+----------+---------------+