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, writeURLvoid writeObject(Object x) throws SQLException
x - Value to write to the streamSQLExceptionCopyright © 2013-2015 impossibl.com. All Rights Reserved.