public interface SQLUDTOutput
extends java.sql.SQLOutput
| Modifier and Type | Method and Description |
|---|---|
void |
writeBytes(byte[] b,
int length)
Write the next attribute to the stream as a Java byte array.
|
void |
writeInterval(Interval intrvl)
Write the next attribute to the stream as a Java Interval.
|
void |
writeString(java.lang.String x,
int length)
Write the next attribute to the stream as a Java String.
|
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 writeString(java.lang.String x,
int length)
throws java.sql.SQLException
x - the value to pass to the databaselength - the length of the destinated fieldjava.sql.SQLExceptionvoid writeBytes(byte[] b,
int length)
throws java.sql.SQLException
x - the value to pass to the databaselength - the length of the destinated fieldjava.sql.SQLExceptionvoid writeInterval(Interval intrvl) throws java.sql.SQLException
intrvl - the interval pass to the databasejava.sql.SQLException