|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IfmxComplexSQLOutput interface contains Informix extensions to the SQLOutput interface. This interface is specific to Informix complex types.
Method Summary | |
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. |
Methods inherited from interface java.sql.SQLOutput |
writeArray, writeAsciiStream, writeBigDecimal, writeBinaryStream, writeBlob, writeBoolean, writeByte, writeBytes, writeCharacterStream, writeClob, writeDate, writeDouble, writeFloat, writeInt, writeLong, writeObject, writeRef, writeShort, writeString, writeStruct, writeTime, writeTimestamp, writeURL |
Method Detail |
public void writeInterval(Interval intrvl) throws java.sql.SQLException
intrvl
- The Interval object to be passed to the database.
java.sql.SQLException
Interval
,
IntervalYM
,
IntervalDF
public void writeObject(java.lang.Object x) throws java.sql.SQLException
x
- The java.util.Collection or Informix Interval object to
be written.
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |