Menu

Inner and Outer Join

Outer join not yet supported on Oracle 8i, however Inner Join is (even using the ANSI SQL-92 Join Syntax).

Now Implemented:
Statement.setCursorName
PreparedStatement.setCursorName
ResultSet.getCursorName
ResultSet.getRow

Found an idea for CallableStatement (Stored Procedures): call a Java method on the client side. A more advanced solution would be to store the bytecode of this class in the database.

Posted by Thomas Mueller 2002-09-13

Log in to post a comment.

MongoDB Logo MongoDB