public interface PGSQLOutput extends SQLOutput
Modifier and Type | Method and Description |
---|---|
void |
writeObject(Object x)
Write the object to the stream.
|
writeArray, writeAsciiStream, writeBigDecimal, writeBinaryStream, writeBlob, writeBoolean, writeByte, writeBytes, writeCharacterStream, writeClob, writeDate, writeDouble, writeFloat, writeInt, writeLong, writeNClob, writeNString, writeObject, writeRef, writeRowId, writeShort, writeSQLXML, writeString, writeStruct, writeTime, writeTimestamp, writeURL
void writeObject(Object x) throws SQLException
x
- Value to write to the streamSQLException
Copyright © 2013–2017 impossibl.com. All rights reserved.