Unsupported methods

The following methods of the SQLInput and SQLOutput interfaces are not supported for opaque types:
  • java.sql.SQLInput
    • readAsciiStream()
    • readBinaryStream()
    • readBytes()
    • readCharacterStream()
    • readObject()
    • readRef()
    • readString()
  • java.sql.SQLOutput
    • writeAsciiStream(InputStream x)
    • writeBinaryStream(InputStream x)
    • writeBytes(byte[] x)
    • writeCharacterStream(Reader x)
    • writeObject(Object x)
    • writeRef(Ref x)
    • writeString(String x)