Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Invantive SQL 有几个可用的提供程序。有一些共享的提供程序属性,例如apiUrlExact Online,但是我如何在不访问源代码的情况下确定可用的可配置提供程序属性的完整列表?
apiUrl
有一个数据字典视图列表,其中包含有关可能性的更多详细信息。
例如,可以使用以下方式检索提供者列表(首先连接到任何提供者,例如无密码的“虚拟”):
select * from systemproviders
根据版本,您只能使用以下方法为当前连接的数据容器选择可能的属性:
select * from systemdatacontainerattributes
或使用
select * from systemproviderattributes