public interface IfmxComplexSQLOutput
extends java.sql.SQLOutput
The IfmxComplexSQLOutput interface contains Informix extensions to the SQLOutput interface. This interface is specific to Informix complex types.
| Modifier and Type | Method and Description |
|---|---|
void |
writeInterval(Interval intrvl)
Writes the next attribute to the stream as an Informix Interval.
|
void |
writeObject(java.lang.Object x)
Writes the next attribute to the stream as a Java object.
|
writeArray, writeAsciiStream, writeBigDecimal, writeBinaryStream, writeBlob, writeBoolean, writeByte, writeBytes, writeCharacterStream, writeClob, writeDate, writeDouble, writeFloat, writeInt, writeLong, writeNClob, writeNString, writeObject, writeObject, writeRef, writeRowId, writeShort, writeSQLXML, writeString, writeStruct, writeTime, writeTimestamp, writeURLvoid writeInterval(Interval intrvl) throws java.sql.SQLException
intrvl - The Interval object to be passed to the database.java.sql.SQLExceptionInterval,
IntervalYM,
IntervalDFvoid writeObject(java.lang.Object x)
throws java.sql.SQLException
x - The java.util.Collection or Informix Interval object to
be written.java.sql.SQLException