質問

Is there a way in Java 1.5 to retrieve multiple ResultSet objects from a DB2 database with a single SQL call without resorting to StoredProcedures / CallableStatements?

役に立ちましたか?

解決

No. I don't think it is possible to get multiple ResultSet objects in single SQL call. You may refer JDBC API doc.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top