I've looked in the "undocumentation", and I can see how to create a coldfusion.sql.QueryTable
from a ResultSet
, but not the other way around. So, how can I extract the java.sql.ResultSet
from a ColdFusion ( coldfusion.sql.QueryTable
) query object?
coldfusion.sql.QueryTable implements javax.sql.RowSet, which extends java.sql.ResultSet
Thus, as you discovered, you don't need to do anything. A ColdFusion query is already a Java ResultSet.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With