Recover a description of columns of the availables tables in the corresponding catalog.
1 connection.metadata.getColumns
<connection.metadata.getColumns>
<catalog /> +
<schemaPattern /> +
<tableNamePattern /> +
<columnNamePattern /> +
</connection.metadata.getColumns>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Ecatalog | String | ||||
EschemaPattern | String | ||||
EtableNamePattern | String | ||||
EcolumnNamePattern | String |
Returns | |
---|---|
Type | Description |
Vtable | Vtable which each row is a description of the column. |