The closest option is to query INFORMATION_SCHEMAfor tables.
SELECT *
FROM INFORMATION_SCHEMA.Tables
WHERE table_schema = 'mydatabase';
INFORMATION_SCHEMAis part of standard SQL, but not all providers support it. As far as I know, the only RDBMS providers that support it are:
, . Oracle, IBM DB2, Firebird, Derby .. "", , . , ANSI SQL INFORMATION_SCHEMA. , , , , .
(: IBM DB2 UDB System IBM DB2 UDB Windows/* NIX - Universal UDB!)
(, SQLite) - .