javax > javax.sql > javax.sql.rowset >

Interface: javax.sql.RowSet
    javax.sql.RowSet


public interface RowSet extends ResultSet


FIELDS:

CONSTRUCTORS:

METHODS:
void addRowSetListener(RowSetListener listener)

void clearParameters()
Throws: SQLException

void execute()
Throws: SQLException

String getCommand()

String getDataSourceName()

boolean getEscapeProcessing()
Throws: SQLException

int getMaxFieldSize()
Throws: SQLException

int getMaxRows()
Throws: SQLException

String getPassword()

int getQueryTimeout()
Throws: SQLException

int getTransactionIsolation()

Map getTypeMap()
Throws: SQLException

String getUrl()
Throws: SQLException

String getUsername()

boolean isReadOnly()

void removeRowSetListener(RowSetListener listener)

void setArray(int i, Array x)
Throws: SQLException

void setAsciiStream(int parameterIndex, InputStream x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setAsciiStream(int parameterIndex, InputStream x, int length)
Throws: SQLException

void setAsciiStream(String parameterName, InputStream x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setAsciiStream(String parameterName, InputStream x, int length)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setBigDecimal(int parameterIndex, BigDecimal x)
Throws: SQLException

void setBigDecimal(String parameterName, BigDecimal x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setBinaryStream(int parameterIndex, InputStream x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setBinaryStream(int parameterIndex, InputStream x, int length)
Throws: SQLException

void setBinaryStream(String parameterName, InputStream x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setBinaryStream(String parameterName, InputStream x, int length)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setBlob(int parameterIndex, InputStream inputStream)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setBlob(int parameterIndex, InputStream inputStream, long length)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setBlob(int i, Blob x)
Throws: SQLException

void setBlob(String parameterName, InputStream inputStream)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setBlob(String parameterName, InputStream inputStream, long length)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setBlob(String parameterName, Blob x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setBoolean(int parameterIndex, boolean x)
Throws: SQLException

void setBoolean(String parameterName, boolean x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setByte(int parameterIndex, byte x)
Throws: SQLException

void setByte(String parameterName, byte x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setBytes(int parameterIndex, byte[] x)
Throws: SQLException

void setBytes(String parameterName, byte[] x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setCharacterStream(int parameterIndex, Reader reader)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setCharacterStream(int parameterIndex, Reader reader, int length)
Throws: SQLException

void setCharacterStream(String parameterName, Reader reader)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setCharacterStream(String parameterName, Reader reader, int length)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setClob(int parameterIndex, Reader reader)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setClob(int parameterIndex, Reader reader, long length)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setClob(int i, Clob x)
Throws: SQLException

void setClob(String parameterName, Reader reader)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setClob(String parameterName, Reader reader, long length)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setClob(String parameterName, Clob x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setCommand(String cmd)
Throws: SQLException

void setConcurrency(int concurrency)
Throws: SQLException

void setDataSourceName(String name)
Throws: SQLException

void setDate(int parameterIndex, Date x)
Throws: SQLException

void setDate(int parameterIndex, Date x, Calendar cal)
Throws: SQLException

void setDate(String parameterName, Date x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setDate(String parameterName, Date x, Calendar cal)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setDouble(int parameterIndex, double x)
Throws: SQLException

void setDouble(String parameterName, double x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setEscapeProcessing(boolean enable)
Throws: SQLException

void setFloat(int parameterIndex, float x)
Throws: SQLException

void setFloat(String parameterName, float x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setInt(int parameterIndex, int x)
Throws: SQLException

void setInt(String parameterName, int x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setLong(int parameterIndex, long x)
Throws: SQLException

void setLong(String parameterName, long x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setMaxFieldSize(int max)
Throws: SQLException

void setMaxRows(int max)
Throws: SQLException

void setNCharacterStream(int parameterIndex, Reader value)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setNCharacterStream(int parameterIndex, Reader value, long length)
Throws: SQLException

void setNCharacterStream(String parameterName, Reader value)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setNCharacterStream(String parameterName, Reader value, long length)
Throws: SQLException

void setNClob(int parameterIndex, Reader reader)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setNClob(int parameterIndex, Reader reader, long length)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setNClob(int parameterIndex, NClob value)
Throws: SQLException

void setNClob(String parameterName, Reader reader)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setNClob(String parameterName, Reader reader, long length)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setNClob(String parameterName, NClob value)
Throws: SQLException

void setNString(int parameterIndex, String value)
Throws: SQLException

void setNString(String parameterName, String value)
Throws: SQLException

void setNull(int parameterIndex, int sqlType)
Throws: SQLException

void setNull(int paramIndex, int sqlType, String typeName)
Throws: SQLException

void setNull(String parameterName, int sqlType)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setNull(String parameterName, int sqlType, String typeName)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setObject(int parameterIndex, Object x)
Throws: SQLException

void setObject(int parameterIndex, Object x, int targetSqlType)
Throws: SQLException

void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
Throws: SQLException

void setObject(String parameterName, Object x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setObject(String parameterName, Object x, int targetSqlType)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setObject(String parameterName, Object x, int targetSqlType, int scale)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setPassword(String password)
Throws: SQLException

void setQueryTimeout(int seconds)
Throws: SQLException

void setReadOnly(boolean value)
Throws: SQLException

void setRef(int i, Ref x)
Throws: SQLException

void setRowId(int parameterIndex, RowId x)
Throws: SQLException

void setRowId(String parameterName, RowId x)
Throws: SQLException

void setSQLXML(int parameterIndex, SQLXML xmlObject)
Throws: SQLException

void setSQLXML(String parameterName, SQLXML xmlObject)
Throws: SQLException

void setShort(int parameterIndex, short x)
Throws: SQLException

void setShort(String parameterName, short x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setString(int parameterIndex, String x)
Throws: SQLException

void setString(String parameterName, String x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setTime(int parameterIndex, Time x)
Throws: SQLException

void setTime(int parameterIndex, Time x, Calendar cal)
Throws: SQLException

void setTime(String parameterName, Time x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setTime(String parameterName, Time x, Calendar cal)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setTimestamp(int parameterIndex, Timestamp x)
Throws: SQLException

void setTimestamp(int parameterIndex, Timestamp x, Calendar cal)
Throws: SQLException

void setTimestamp(String parameterName, Timestamp x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setTimestamp(String parameterName, Timestamp x, Calendar cal)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setTransactionIsolation(int level)
Throws: SQLException

void setType(int type)
Throws: SQLException

void setTypeMap(Map map)
Throws: SQLException

void setURL(int parameterIndex, URL x)
Throws: SQLException
Throws: SQLFeatureNotSupportedException

void setUrl(String url)
Throws: SQLException

void setUsername(String name)
Throws: SQLException


INHERITED METHODS:

SUBINTERFACES:
CachedRowSet, JdbcRowSet, SyncResolver,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net