[JDBC] org.postgresql package

2001-10-03 Thread Swati
symbol : method getBinaryInputStream () Regards Swati ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[JDBC] org.postgresql package

2001-10-03 Thread Swati
Dear Sir/Madam, I am using postgresql our java application. In that when I want to insert largeobject like this LargeObjectManager lo = ((org.postgresql.Connection)conn).getLargeObjectAPI(); InputStream is = rs.getBinaryStream(); but it gives me compilation error: cannot resolve symbol sym