JDBC Query vs. DB-Function
843854Jul 29 2003 — edited Jul 30 2003Hi,
you are able to create Sql-functions in the DBMS and execute
it with the DB-Client.
You can use JDBC, and write a SQL-Statement send this and
you will get a ResultSet.
Now my question, it is possible to execute the Sql-functions in the
DBMS with JDBC(but not via RMI), and get also a ResultSet.
And if it is possible, which version is higher performance?