sqlListViews
Lists the views 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 view. | |
| sql:schema | The schema to which the view belongs. | |
| sql:catalog | The catalog to which the view belongs. | |
| sql:updateable | Indicates if the view is updateable or not. | |
| sql:definition | The definition of the view. | |