public interface SQLOutput
Modifier and Type | Method and Description |
---|---|
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 |
writeObject(SQLData x) |
void |
writeRef(Ref x) |
void |
writeShort(short x) |
void |
writeString(String x) |
void |
writeStruct(Struct x) |
void |
writeTime(Time x) |
void |
writeTimestamp(Timestamp x) |
void writeArray(Array x) throws SQLException
SQLException
void writeAsciiStream(InputStream x) throws SQLException
SQLException
void writeBigDecimal(BigDecimal x) throws SQLException
SQLException
void writeBinaryStream(InputStream x) throws SQLException
SQLException
void writeBlob(Blob x) throws SQLException
SQLException
void writeBoolean(boolean x) throws SQLException
SQLException
void writeByte(byte x) throws SQLException
SQLException
void writeBytes(byte[] x) throws SQLException
SQLException
void writeCharacterStream(Reader x) throws SQLException
SQLException
void writeClob(Clob x) throws SQLException
SQLException
void writeDate(Date x) throws SQLException
SQLException
void writeDouble(double x) throws SQLException
SQLException
void writeFloat(float x) throws SQLException
SQLException
void writeInt(int x) throws SQLException
SQLException
void writeLong(long x) throws SQLException
SQLException
void writeObject(SQLData x) throws SQLException
SQLException
void writeRef(Ref x) throws SQLException
SQLException
void writeShort(short x) throws SQLException
SQLException
void writeString(String x) throws SQLException
SQLException
void writeStruct(Struct x) throws SQLException
SQLException
void writeTime(Time x) throws SQLException
SQLException
void writeTimestamp(Timestamp x) throws SQLException
SQLException