Uses of Interface
java.sql.SQLOutput

Packages that use SQLOutput
Package Description
java.sql  
  • Uses of SQLOutput in java.sql

    Methods in java.sql with parameters of type SQLOutput
    Modifier and Type Method Description
    void SQLData.writeSQL​(SQLOutput stream)
    Writes the object to a supplied SQLOutput data stream, writing it out as an SQL value to the data source.