如何获取intersystems缓存中的模式列表?

Rn2*_*222 5 sql intersystems-cache

我正在使用ODBC驱动程序连接到Caché数据库,我想进行查询以获取模式列表.在Microsoft SQL Server中,我可以使用如下查询:

SELECT * FROM INFORMATION_SCHEMA.SCHEMATA
Run Code Online (Sandbox Code Playgroud)

我怎么能在Caché做到这一点?我也使用ADO.NET架构集合,但这些架构似乎不可用.

小智 4

模式 %dictionary 包含您正在查找的表。您可以从 %dictionary.compiledclass 中选择