| java.lang.Object javax.sql.rowset.BaseRowSet org.apache.harmony.sql.internal.rowset.AbstractRowSetImpl
All known Subclasses: org.apache.harmony.sql.internal.rowset.JdbcRowSetImpl,
Method Summary | |
public boolean | absolute(int row) | public void | afterLast() | public void | beforeFirst() | public void | cancelRowUpdates() | public void | clearWarnings() | public void | close() | public void | deleteRow() | public void | execute() | public int | findColumn(String columnName) | public boolean | first() | public Array | getArray(int columnIndex) | public Array | getArray(String colName) | public InputStream | getAsciiStream(int columnIndex) | public InputStream | getAsciiStream(String columnName) | public BigDecimal | getBigDecimal(int columnIndex) | public BigDecimal | getBigDecimal(int columnIndex, int scale) | public BigDecimal | getBigDecimal(String columnName) | public BigDecimal | getBigDecimal(String columnName, int scale) | public InputStream | getBinaryStream(int columnIndex) | public InputStream | getBinaryStream(String columnName) | public Blob | getBlob(int columnIndex) | public Blob | getBlob(String columnName) | public boolean | getBoolean(int columnIndex) | public boolean | getBoolean(String columnName) | public byte | getByte(int columnIndex) | public byte | getByte(String columnName) | public byte[] | getBytes(int columnIndex) | public byte[] | getBytes(String columnName) | public Reader | getCharacterStream(int columnIndex) | public Reader | getCharacterStream(String columnName) | public Clob | getClob(int columnIndex) | public Clob | getClob(String colName) | public String | getCursorName() | public Date | getDate(int columnIndex) | public Date | getDate(int columnIndex, Calendar cal) | public Date | getDate(String columnName) | public Date | getDate(String columnName, Calendar cal) | public double | getDouble(int columnIndex) | public double | getDouble(String columnName) | public float | getFloat(int columnIndex) | public float | getFloat(String columnName) | public int | getInt(int columnIndex) | public int | getInt(String columnName) | public long | getLong(int columnIndex) | public long | getLong(String columnName) | public ResultSetMetaData | getMetaData() | public Object | getObject(int columnIndex) | public Object | getObject(int columnIndex, Map<String, Class<?>> map) | public Object | getObject(String columnName) | public Object | getObject(String columnName, Map<String, Class<?>> map) | public Ref | getRef(int columnIndex) | public Ref | getRef(String colName) | public int | getRow() | public short | getShort(int columnIndex) | public short | getShort(String columnName) | public Statement | getStatement() | public String | getString(int columnIndex) | public String | getString(String columnName) | public Time | getTime(int columnIndex) | public Time | getTime(int columnIndex, Calendar cal) | public Time | getTime(String columnName) | public Time | getTime(String columnName, Calendar cal) | public Timestamp | getTimestamp(int columnIndex) | public Timestamp | getTimestamp(int columnIndex, Calendar cal) | public Timestamp | getTimestamp(String columnName) | public Timestamp | getTimestamp(String columnName, Calendar cal) | public java.net.URL | getURL(int columnIndex) | public java.net.URL | getURL(String columnName) | public InputStream | getUnicodeStream(int columnIndex) | public InputStream | getUnicodeStream(String columnName) | public SQLWarning | getWarnings() | public void | insertRow() | public boolean | isAfterLast() | public boolean | isBeforeFirst() | public boolean | isFirst() | public boolean | isLast() | public boolean | last() | public void | moveToCurrentRow() | public void | moveToInsertRow() | public boolean | next() | public boolean | previous() | public void | refreshRow() | public boolean | relative(int rows) | public boolean | rowDeleted() | public boolean | rowInserted() | public boolean | rowUpdated() | public void | updateArray(int columnIndex, Array x) | public void | updateArray(String columnName, Array x) | public void | updateAsciiStream(int columnIndex, InputStream x, int length) | public void | updateAsciiStream(String columnName, InputStream x, int length) | public void | updateBigDecimal(int columnIndex, BigDecimal x) | public void | updateBigDecimal(String columnName, BigDecimal x) | public void | updateBinaryStream(int columnIndex, InputStream x, int length) | public void | updateBinaryStream(String columnName, InputStream x, int length) | public void | updateBlob(int columnIndex, Blob x) | public void | updateBlob(String columnName, Blob x) | public void | updateBoolean(int columnIndex, boolean x) | public void | updateBoolean(String columnName, boolean x) | public void | updateByte(int columnIndex, byte x) | public void | updateByte(String columnName, byte x) | public void | updateBytes(int columnIndex, byte[] x) | public void | updateBytes(String columnName, byte[] x) | public void | updateCharacterStream(int columnIndex, Reader x, int length) | public void | updateCharacterStream(String columnName, Reader reader, int length) | public void | updateClob(int columnIndex, Clob x) | public void | updateClob(String columnName, Clob x) | public void | updateDate(int columnIndex, Date x) | public void | updateDate(String columnName, Date x) | public void | updateDouble(int columnIndex, double x) | public void | updateDouble(String columnName, double x) | public void | updateFloat(int columnIndex, float x) | public void | updateFloat(String columnName, float x) | public void | updateInt(int columnIndex, int x) | public void | updateInt(String columnName, int x) | public void | updateLong(int columnIndex, long x) | public void | updateLong(String columnName, long x) | public void | updateNull(int columnIndex) | public void | updateNull(String columnName) | public void | updateObject(int columnIndex, Object x) | public void | updateObject(int columnIndex, Object x, int scale) | public void | updateObject(String columnName, Object x) | public void | updateObject(String columnName, Object x, int scale) | public void | updateRef(int columnIndex, Ref x) | public void | updateRef(String columnName, Ref x) | public void | updateRow() | public void | updateShort(int columnIndex, short x) | public void | updateShort(String columnName, short x) | public void | updateString(int columnIndex, String x) | public void | updateString(String columnName, String x) | public void | updateTime(int columnIndex, Time x) | public void | updateTime(String columnName, Time x) | public void | updateTimestamp(int columnIndex, Timestamp x) | public void | updateTimestamp(String columnName, Timestamp x) | public boolean | wasNull() |
updateBoolean | public void updateBoolean(int columnIndex, boolean x) throws SQLException(Code) | | |
Methods inherited from javax.sql.rowset.BaseRowSet | public void addRowSetListener(RowSetListener listener)(Code)(Java Doc) public void clearParameters() throws SQLException(Code)(Java Doc) public String getCommand()(Code)(Java Doc) public int getConcurrency() throws SQLException(Code)(Java Doc) public String getDataSourceName()(Code)(Java Doc) public boolean getEscapeProcessing() throws SQLException(Code)(Java Doc) public int getFetchDirection() throws SQLException(Code)(Java Doc) public int getFetchSize() throws SQLException(Code)(Java Doc) public int getMaxFieldSize() throws SQLException(Code)(Java Doc) public int getMaxRows() throws SQLException(Code)(Java Doc) public Object[] getParams() throws SQLException(Code)(Java Doc) public String getPassword()(Code)(Java Doc) public int getQueryTimeout() throws SQLException(Code)(Java Doc) public boolean getShowDeleted() throws SQLException(Code)(Java Doc) public int getTransactionIsolation()(Code)(Java Doc) public int getType() throws SQLException(Code)(Java Doc) public java.util.Map<String, Class<?>> getTypeMap()(Code)(Java Doc) public String getUrl() throws SQLException(Code)(Java Doc) public String getUsername()(Code)(Java Doc) protected void initParams()(Code)(Java Doc) public boolean isReadOnly()(Code)(Java Doc) protected void notifyCursorMoved() throws SQLException(Code)(Java Doc) protected void notifyRowChanged() throws SQLException(Code)(Java Doc) protected void notifyRowSetChanged() throws SQLException(Code)(Java Doc) public void removeRowSetListener(RowSetListener listener)(Code)(Java Doc) public void setArray(int parameterIndex, Array array) throws SQLException(Code)(Java Doc) public void setAsciiStream(int parameterIndex, java.io.InputStream x, int length) throws SQLException(Code)(Java Doc) public void setAsciiStream(int parameterIndex, java.io.InputStream x) throws SQLException(Code)(Java Doc) public void setAsciiStream(String parameterName, java.io.InputStream x, int length) throws SQLException(Code)(Java Doc) public void setAsciiStream(String parameterName, java.io.InputStream x) throws SQLException(Code)(Java Doc) public void setBigDecimal(int parameterIndex, java.math.BigDecimal x) throws SQLException(Code)(Java Doc) public void setBigDecimal(String parameterName, BigDecimal x) throws SQLException(Code)(Java Doc) public void setBinaryStream(int parameterIndex, java.io.InputStream x, int length) throws SQLException(Code)(Java Doc) public void setBinaryStream(int parameterIndex, java.io.InputStream x) throws SQLException(Code)(Java Doc) public void setBinaryStream(String parameterName, java.io.InputStream x, int length) throws SQLException(Code)(Java Doc) public void setBinaryStream(String parameterName, java.io.InputStream x) throws SQLException(Code)(Java Doc) public void setBlob(int parameterIndex, Blob x) throws SQLException(Code)(Java Doc) public void setBlob(int parameterIndex, InputStream inputStream, long length) throws SQLException(Code)(Java Doc) public void setBlob(int parameterIndex, InputStream inputStream) throws SQLException(Code)(Java Doc) public void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException(Code)(Java Doc) public void setBlob(String parameterName, Blob x) throws SQLException(Code)(Java Doc) public void setBlob(String parameterName, InputStream inputStream) throws SQLException(Code)(Java Doc) public void setBoolean(int parameterIndex, boolean x) throws SQLException(Code)(Java Doc) public void setBoolean(String parameterName, boolean x) throws SQLException(Code)(Java Doc) public void setByte(int parameterIndex, byte x) throws SQLException(Code)(Java Doc) public void setByte(String parameterName, byte x) throws SQLException(Code)(Java Doc) public void setBytes(int parameterIndex, byte x) throws SQLException(Code)(Java Doc) public void setBytes(String parameterName, byte x) throws SQLException(Code)(Java Doc) public void setCharacterStream(int parameterIndex, Reader reader, int length) throws SQLException(Code)(Java Doc) public void setCharacterStream(int parameterIndex, java.io.Reader reader) throws SQLException(Code)(Java Doc) public void setCharacterStream(String parameterName, java.io.Reader reader, int length) throws SQLException(Code)(Java Doc) public void setCharacterStream(String parameterName, java.io.Reader reader) throws SQLException(Code)(Java Doc) public void setClob(int parameterIndex, Clob x) throws SQLException(Code)(Java Doc) public void setClob(int parameterIndex, Reader reader, long length) throws SQLException(Code)(Java Doc) public void setClob(int parameterIndex, Reader reader) throws SQLException(Code)(Java Doc) public void setClob(String parameterName, Reader reader, long length) throws SQLException(Code)(Java Doc) public void setClob(String parameterName, Clob x) throws SQLException(Code)(Java Doc) public void setClob(String parameterName, Reader reader) throws SQLException(Code)(Java Doc) public void setCommand(String cmd) throws SQLException(Code)(Java Doc) public void setConcurrency(int concurrency) throws SQLException(Code)(Java Doc) public void setDataSourceName(String name) throws SQLException(Code)(Java Doc) public void setDate(int parameterIndex, java.sql.Date x) throws SQLException(Code)(Java Doc) public void setDate(int parameterIndex, java.sql.Date x, Calendar cal) throws SQLException(Code)(Java Doc) public void setDate(String parameterName, java.sql.Date x) throws SQLException(Code)(Java Doc) public void setDate(String parameterName, java.sql.Date x, Calendar cal) throws SQLException(Code)(Java Doc) public void setDouble(int parameterIndex, double x) throws SQLException(Code)(Java Doc) public void setDouble(String parameterName, double x) throws SQLException(Code)(Java Doc) public void setEscapeProcessing(boolean enable) throws SQLException(Code)(Java Doc) public void setFetchDirection(int direction) throws SQLException(Code)(Java Doc) public void setFetchSize(int rows) throws SQLException(Code)(Java Doc) public void setFloat(int parameterIndex, float x) throws SQLException(Code)(Java Doc) public void setFloat(String parameterName, float x) throws SQLException(Code)(Java Doc) public void setInt(int parameterIndex, int x) throws SQLException(Code)(Java Doc) public void setInt(String parameterName, int x) throws SQLException(Code)(Java Doc) public void setLong(int parameterIndex, long x) throws SQLException(Code)(Java Doc) public void setLong(String parameterName, long x) throws SQLException(Code)(Java Doc) public void setMaxFieldSize(int max) throws SQLException(Code)(Java Doc) public void setMaxRows(int max) throws SQLException(Code)(Java Doc) public void setNCharacterStream(int parameterIndex, Reader value) throws SQLException(Code)(Java Doc) public void setNCharacterStream(int parameterIndex, Reader value, long length) throws SQLException(Code)(Java Doc) public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException(Code)(Java Doc) public void setNCharacterStream(String parameterName, Reader value) throws SQLException(Code)(Java Doc) public void setNClob(String parameterName, NClob value) throws SQLException(Code)(Java Doc) public void setNClob(String parameterName, Reader reader, long length) throws SQLException(Code)(Java Doc) public void setNClob(String parameterName, Reader reader) throws SQLException(Code)(Java Doc) public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException(Code)(Java Doc) public void setNClob(int parameterIndex, NClob value) throws SQLException(Code)(Java Doc) public void setNClob(int parameterIndex, Reader reader) throws SQLException(Code)(Java Doc) public void setNString(int parameterIndex, String value) throws SQLException(Code)(Java Doc) public void setNString(String parameterName, String value) throws SQLException(Code)(Java Doc) public void setNull(int parameterIndex, int sqlType) throws SQLException(Code)(Java Doc) public void setNull(int parameterIndex, int sqlType, String typeName) throws SQLException(Code)(Java Doc) public void setNull(String parameterName, int sqlType) throws SQLException(Code)(Java Doc) public void setNull(String parameterName, int sqlType, String typeName) throws SQLException(Code)(Java Doc) public void setObject(int parameterIndex, Object x, int targetSqlType, int scale) throws SQLException(Code)(Java Doc) public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException(Code)(Java Doc) public void setObject(int parameterIndex, Object x) throws SQLException(Code)(Java Doc) public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException(Code)(Java Doc) public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException(Code)(Java Doc) public void setObject(String parameterName, Object x) throws SQLException(Code)(Java Doc) public void setPassword(String pass)(Code)(Java Doc) public void setQueryTimeout(int seconds) throws SQLException(Code)(Java Doc) public void setReadOnly(boolean value)(Code)(Java Doc) public void setRef(int parameterIndex, Ref ref) throws SQLException(Code)(Java Doc) public void setRowId(int parameterIndex, RowId x) throws SQLException(Code)(Java Doc) public void setRowId(String parameterName, RowId x) throws SQLException(Code)(Java Doc) public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException(Code)(Java Doc) public void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException(Code)(Java Doc) public void setShort(int parameterIndex, short x) throws SQLException(Code)(Java Doc) public void setShort(String parameterName, short x) throws SQLException(Code)(Java Doc) public void setShowDeleted(boolean value) throws SQLException(Code)(Java Doc) public void setString(int parameterIndex, String x) throws SQLException(Code)(Java Doc) public void setString(String parameterName, String x) throws SQLException(Code)(Java Doc) public void setTime(int parameterIndex, java.sql.Time x) throws SQLException(Code)(Java Doc) public void setTime(int parameterIndex, java.sql.Time x, Calendar cal) throws SQLException(Code)(Java Doc) public void setTime(String parameterName, java.sql.Time x) throws SQLException(Code)(Java Doc) public void setTime(String parameterName, java.sql.Time x, Calendar cal) throws SQLException(Code)(Java Doc) public void setTimestamp(int parameterIndex, java.sql.Timestamp x) throws SQLException(Code)(Java Doc) public void setTimestamp(int parameterIndex, java.sql.Timestamp x, Calendar cal) throws SQLException(Code)(Java Doc) public void setTimestamp(String parameterName, java.sql.Timestamp x) throws SQLException(Code)(Java Doc) public void setTimestamp(String parameterName, java.sql.Timestamp x, Calendar cal) throws SQLException(Code)(Java Doc) public void setTransactionIsolation(int level) throws SQLException(Code)(Java Doc) public void setType(int type) throws SQLException(Code)(Java Doc) public void setTypeMap(java.util.Map<String, Class<?>> map)(Code)(Java Doc) public void setURL(int parameterIndex, java.net.URL x) throws SQLException(Code)(Java Doc) public void setUnicodeStream(int parameterIndex, java.io.InputStream x, int length) throws SQLException(Code)(Java Doc) public void setUrl(String url) throws SQLException(Code)(Java Doc) public void setUsername(String name)(Code)(Java Doc)
|
|
|