java > java.sql > java.sql.sqloutput >

Interface: java.sql.SQLOutput
    java.sql.SQLOutput


public interface SQLOutput


FIELDS:

CONSTRUCTORS:

METHODS:
void writeArray(Array x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeAsciiStream(InputStream x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeBigDecimal(BigDecimal x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeBinaryStream(InputStream x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeBlob(Blob x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeBoolean(boolean x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeByte(byte x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeBytes(byte[] x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeCharacterStream(Reader x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeClob(Clob x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeDate(Date x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeDouble(double x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeFloat(float x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeInt(int x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeLong(long x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeNClob(NClob x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeNString(String x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeObject(SQLData x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeRef(Ref x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeRowId(RowId x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeSQLXML(SQLXML x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeShort(short x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeString(String x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeStruct(Struct x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeTime(Time x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeTimestamp(Timestamp x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void writeURL(URL x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException


INHERITED METHODS:

SUBINTERFACES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net