db View Names By Schema
Returns the user-defined schema names and the view names within each schema, The key can be null because the database might not support the schema concept. There can be view names associated with the key "null".
The connection should be open and is not closed during this function. It is the caller's responsibility to close the connection when appropriate.
Parameters
connection
A valid and open connection to a database.