Unsupported methods

The following SQLInput methods are not supported for selecting a ROW column into a Java™ object that implements SQLData:
  • readByte()
  • readCharacterStream()
  • readRef()
The following SQLOutput methods are not supported for inserting a Java object that implements SQLData into a ROW column:
  • writeByte(byte)
  • writeCharacterStream(java.io.Reader x)
  • writeRef(Ref x)