Need To Find Index Of UserData In Oracle.spatial.network.lod.UserData In 11.2
(Doc ID 1499927.1)
Last updated on JANUARY 15, 2020
Applies to:
Oracle Spatial and Graph - Version 11.2.0.2 and laterInformation in this document applies to any platform.
Goal
When Oracle Spatial Network Data Models was upgraded from v11.1 to v11.2, the LogicalNode.getUserData(String columnName) method was deprecated and now throws an exception.
The UserData object has a get(int) method but the it is not clear how one can map from the column name to the ordinal that needs to be passed to UserData.get(int).
How does one obtain the ordinal for a user data column?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |