sqlListTables
Lists the tables in the database.
Required Parameters
| conn | The connection string or database URL | |
| user | The database username | |
| password | The database password |
Optional Parameters
| driver | The JDBC driver class name, by default the Microsoft driver class name is used. |
Output Attributes
| sql:name | The name of the table. | |
| sql:type | The type of the table. | |
| sql:schema | The schema to which the table belongs. | |
| sql:catalog | The catalog to which the table belongs. |