✓
public abstract interface SQLOutput
Methods
- ✓public abstract void writeArray(java.sql.Array arg0) throws java.sql.SQLException
- ✓public abstract void writeAsciiStream(java.io.InputStream arg0) throws java.sql.SQLException
- ✓public abstract void writeBigDecimal(java.math.BigDecimal arg0) throws java.sql.SQLException
- ✓public abstract void writeBinaryStream(java.io.InputStream arg0) throws java.sql.SQLException
- ✓public abstract void writeBlob(java.sql.Blob arg0) throws java.sql.SQLException
- ✓public abstract void writeBoolean(boolean arg0) throws java.sql.SQLException
- ✓public abstract void writeByte(byte arg0) throws java.sql.SQLException
- ✓public abstract void writeBytes(byte[] arg0) throws java.sql.SQLException
- ✓public abstract void writeCharacterStream(java.io.Reader arg0) throws java.sql.SQLException
- ✓public abstract void writeClob(java.sql.Clob arg0) throws java.sql.SQLException
- ✓public abstract void writeDate(java.sql.Date arg0) throws java.sql.SQLException
- ✓public abstract void writeDouble(double arg0) throws java.sql.SQLException
- ✓public abstract void writeFloat(float arg0) throws java.sql.SQLException
- ✓public abstract void writeInt(int arg0) throws java.sql.SQLException
- ✓public abstract void writeLong(long arg0) throws java.sql.SQLException
- ✓public abstract void writeNClob(java.sql.NClob arg0) throws java.sql.SQLException
- ✓public abstract void writeNString(java.lang.String arg0) throws java.sql.SQLException
- ✓public default void writeObject(java.lang.Object arg0, java.sql.SQLType arg1) throws java.sql.SQLException
- ✓public abstract void writeObject(java.sql.SQLData arg0) throws java.sql.SQLException
- ✓public abstract void writeRef(java.sql.Ref arg0) throws java.sql.SQLException
- ✓public abstract void writeRowId(java.sql.RowId arg0) throws java.sql.SQLException
- ✓public abstract void writeSQLXML(java.sql.SQLXML arg0) throws java.sql.SQLException
- ✓public abstract void writeShort(short arg0) throws java.sql.SQLException
- ✓public abstract void writeString(java.lang.String arg0) throws java.sql.SQLException
- ✓public abstract void writeStruct(java.sql.Struct arg0) throws java.sql.SQLException
- ✓public abstract void writeTime(java.sql.Time arg0) throws java.sql.SQLException
- ✓public abstract void writeTimestamp(java.sql.Timestamp arg0) throws java.sql.SQLException
- ✓public abstract void writeURL(java.net.URL arg0) throws java.sql.SQLException