java > java.sql > java.sql.sqlinput >

Interface: java.sql.SQLInput
    java.sql.SQLInput


public interface SQLInput


FIELDS:

CONSTRUCTORS:

METHODS:
Array readArray()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

InputStream readAsciiStream()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

BigDecimal readBigDecimal()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

InputStream readBinaryStream()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

Blob readBlob()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

boolean readBoolean()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

byte readByte()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

byte[] readBytes()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

Reader readCharacterStream()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

Clob readClob()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

Date readDate()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

double readDouble()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

float readFloat()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

int readInt()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

long readLong()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

NClob readNClob()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

String readNString()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

Object readObject()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

Ref readRef()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

RowId readRowId()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

SQLXML readSQLXML()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

short readShort()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

String readString()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

Time readTime()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

Timestamp readTimestamp()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

URL readURL()
Throws: SQLException
Throws: SQLFeatureNotSupportedException

boolean wasNull()
Throws: SQLException
Throws: SQLFeatureNotSupportedException


INHERITED METHODS:

SUBINTERFACES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net