Interface Type |
JDBC Interface |
Supported |
Not Supported |
SQLOutput |
writeArray(Array arg0) |
|
x |
writeAsciiStream(InputStream arg0) |
|
x |
|
writeBigDecimal(BigDecimal arg0) |
|
x |
|
writeBinaryStream(InputStream arg0) |
|
x |
|
writeBlob(Blob arg0) |
|
x |
|
writeBoolean(boolean arg0) |
|
x |
|
writeByte(byte arg0) |
|
x |
|
writeBytes(byte[] arg0) |
|
x |
|
writeCharacterStream(Reader arg0) |
|
x |
|
writeClob(Clob arg0) |
|
x |
|
writeDate(Date arg0) |
|
x |
|
writeDouble(double arg0) |
|
x |
|
writeFloat(float arg0) |
|
x |
|
writeInt(int arg0) |
|
x |
|
writeLong(long arg0) |
|
x |
|
writeObject(SQLData rg0) |
|
x |
|
writeRef(Ref arg0) |
|
x |
|
writeShort(short arg0) |
|
x |
|
writeString(String arg0) |
|
x |
|
writeStruct(Struct arg0) |
|
x |
|
writeTime(Time arg0) |
|
x |
|
wasTimestamp(Timestamp arg0) |
|
x |