Unsupported methods

The following methods of the SQLInput and SQLOutput interfaces are not supported for distinct types:
  • java.sql.SQLInput
    • readArray()
    • readCharacterStream()
    • readRef()
  • java.sql.SQLOutput
    • writeArray()
    • writeCharacterStream(Reader x)
    • writeRef(Ref x)