I have a situation where i need to access different rows of result set via JDBC. I'm new to it.

As seen from picture i need shutoff_valve value as 43 in some variable in my java code. Similarly how to access other node_type values.
Thanks
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Something like this:
Actually, good introduction to low-level JDBC contained in JDK. |
|||||
|