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 SQLOutputSQLExceptionpublic void writeBoolean(boolean x)
throws SQLException
writeBoolean in interface SQLOutputSQLExceptionpublic void writeByte(byte x)
throws SQLException
writeByte in interface SQLOutputSQLExceptionpublic void writeShort(short x)
throws SQLException
writeShort in interface SQLOutputSQLExceptionpublic void writeInt(int x)
throws SQLException
writeInt in interface SQLOutputSQLExceptionpublic void writeLong(long x)
throws SQLException
writeLong in interface SQLOutputSQLExceptionpublic void writeFloat(float x)
throws SQLException
writeFloat in interface SQLOutputSQLExceptionpublic void writeDouble(double x)
throws SQLException
writeDouble in interface SQLOutputSQLExceptionpublic void writeBigDecimal(BigDecimal x) throws SQLException
writeBigDecimal in interface SQLOutputSQLExceptionpublic void writeBytes(byte[] x)
throws SQLException
writeBytes in interface SQLOutputSQLExceptionpublic void writeDate(Date x) throws SQLException
writeDate in interface SQLOutputSQLExceptionpublic void writeTime(Time x) throws SQLException
writeTime in interface SQLOutputSQLExceptionpublic void writeTimestamp(Timestamp x) throws SQLException
writeTimestamp in interface SQLOutputSQLExceptionpublic void writeCharacterStream(Reader x) throws SQLException
writeCharacterStream in interface SQLOutputSQLExceptionpublic void writeAsciiStream(InputStream x) throws SQLException
writeAsciiStream in interface SQLOutputSQLExceptionpublic void writeBinaryStream(InputStream x) throws SQLException
writeBinaryStream in interface SQLOutputSQLExceptionpublic void writeArray(Array x) throws SQLException
writeArray in interface SQLOutputSQLExceptionpublic void writeURL(URL x) throws SQLException
writeURL in interface SQLOutputSQLExceptionpublic void writeObject(SQLData x) throws SQLException
writeObject in interface SQLOutputSQLExceptionpublic void writeObject(Object x) throws SQLException
PGSQLOutputwriteObject in interface PGSQLOutputx - Value to write to the streamSQLExceptionpublic void writeBlob(Blob x) throws SQLException
writeBlob in interface SQLOutputSQLExceptionpublic void writeClob(Clob x) throws SQLException
writeClob in interface SQLOutputSQLExceptionpublic void writeStruct(Struct x) throws SQLException
writeStruct in interface SQLOutputSQLExceptionpublic void writeSQLXML(SQLXML x) throws SQLException
writeSQLXML in interface SQLOutputSQLExceptionpublic void writeRowId(RowId x) throws SQLException
writeRowId in interface SQLOutputSQLExceptionpublic void writeRef(Ref x) throws SQLException
writeRef in interface SQLOutputSQLExceptionpublic void writeNString(String x) throws SQLException
writeNString in interface SQLOutputSQLExceptionpublic void writeNClob(NClob x) throws SQLException
writeNClob in interface SQLOutputSQLExceptionCopyright © 2013-2015 impossibl.com. All Rights Reserved.