public class PGSQLOutputImpl extends Object implements PGSQLOutput
Constructor and Description |
---|
PGSQLOutputImpl(PGConnectionImpl connection,
CompositeType type) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getAttributeValues() |
void |
writeArray(Array x) |
void |
writeAsciiStream(InputStream x) |
void |
writeBigDecimal(BigDecimal x) |
void |
writeBinaryStream(InputStream x) |
void |
writeBlob(Blob x) |
void |
writeBoolean(boolean x) |
void |
writeByte(byte x) |
void |
writeBytes(byte[] x) |
void |
writeCharacterStream(Reader x) |
void |
writeClob(Clob x) |
void |
writeDate(Date x) |
void |
writeDouble(double x) |
void |
writeFloat(float x) |
void |
writeInt(int x) |
void |
writeLong(long x) |
void |
writeNClob(NClob x) |
void |
writeNString(String x) |
void |
writeObject(Object x)
Write the object to the stream.
|
void |
writeObject(SQLData x) |
void |
writeRef(Ref x) |
void |
writeRowId(RowId x) |
void |
writeShort(short x) |
void |
writeSQLXML(SQLXML x) |
void |
writeString(String x) |
void |
writeStruct(Struct x) |
void |
writeTime(Time x) |
void |
writeTimestamp(Timestamp x) |
void |
writeURL(URL x) |
public PGSQLOutputImpl(PGConnectionImpl connection, CompositeType type)
public Object[] getAttributeValues()
public void writeString(String x) throws SQLException
writeString
in interface SQLOutput
SQLException
public void writeBoolean(boolean x) throws SQLException
writeBoolean
in interface SQLOutput
SQLException
public void writeByte(byte x) throws SQLException
writeByte
in interface SQLOutput
SQLException
public void writeShort(short x) throws SQLException
writeShort
in interface SQLOutput
SQLException
public void writeInt(int x) throws SQLException
writeInt
in interface SQLOutput
SQLException
public void writeLong(long x) throws SQLException
writeLong
in interface SQLOutput
SQLException
public void writeFloat(float x) throws SQLException
writeFloat
in interface SQLOutput
SQLException
public void writeDouble(double x) throws SQLException
writeDouble
in interface SQLOutput
SQLException
public void writeBigDecimal(BigDecimal x) throws SQLException
writeBigDecimal
in interface SQLOutput
SQLException
public void writeBytes(byte[] x) throws SQLException
writeBytes
in interface SQLOutput
SQLException
public void writeDate(Date x) throws SQLException
writeDate
in interface SQLOutput
SQLException
public void writeTime(Time x) throws SQLException
writeTime
in interface SQLOutput
SQLException
public void writeTimestamp(Timestamp x) throws SQLException
writeTimestamp
in interface SQLOutput
SQLException
public void writeCharacterStream(Reader x) throws SQLException
writeCharacterStream
in interface SQLOutput
SQLException
public void writeAsciiStream(InputStream x) throws SQLException
writeAsciiStream
in interface SQLOutput
SQLException
public void writeBinaryStream(InputStream x) throws SQLException
writeBinaryStream
in interface SQLOutput
SQLException
public void writeArray(Array x) throws SQLException
writeArray
in interface SQLOutput
SQLException
public void writeURL(URL x) throws SQLException
writeURL
in interface SQLOutput
SQLException
public void writeObject(SQLData x) throws SQLException
writeObject
in interface SQLOutput
SQLException
public void writeObject(Object x) throws SQLException
PGSQLOutput
writeObject
in interface PGSQLOutput
x
- Value to write to the streamSQLException
public void writeBlob(Blob x) throws SQLException
writeBlob
in interface SQLOutput
SQLException
public void writeClob(Clob x) throws SQLException
writeClob
in interface SQLOutput
SQLException
public void writeStruct(Struct x) throws SQLException
writeStruct
in interface SQLOutput
SQLException
public void writeSQLXML(SQLXML x) throws SQLException
writeSQLXML
in interface SQLOutput
SQLException
public void writeRowId(RowId x) throws SQLException
writeRowId
in interface SQLOutput
SQLException
public void writeRef(Ref x) throws SQLException
writeRef
in interface SQLOutput
SQLException
public void writeNString(String x) throws SQLException
writeNString
in interface SQLOutput
SQLException
public void writeNClob(NClob x) throws SQLException
writeNClob
in interface SQLOutput
SQLException
Copyright © 2013–2017 impossibl.com. All rights reserved.