LDBC Liberty Database Connectivity News
Status: Alpha
Brought to you by:
thomasm
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.