访问 Thingworx Persistence Provider 的 JDBC URL
Access the JDBC URL of the Thingworx Persistence Provider
我正在使用 Java 为 Thingworx 平台开发一个扩展,出于某种原因我想访问 ThingworxPersistenceProvider 实体的 JDBC URL,我该如何访问它来自 Thingworx 的 Java SDK 库?
您必须加载 ThingworxPersistenceProvider Thing 并使用只有一行的 GetConfigurationTable("ConnectionInformation") 和它所在的列 jdbcUrl。
我正在使用 Java 为 Thingworx 平台开发一个扩展,出于某种原因我想访问 ThingworxPersistenceProvider 实体的 JDBC URL,我该如何访问它来自 Thingworx 的 Java SDK 库?
您必须加载 ThingworxPersistenceProvider Thing 并使用只有一行的 GetConfigurationTable("ConnectionInformation") 和它所在的列 jdbcUrl。