Сводка методов класса
public interface ResultSet { static public final int CONCUR_READ_ONLY; static public final int CONCUR_UPDATABLE; static public final int FETCH_FORWARD; static public final int FETCH_REVERSE; static public final int FETCH_UNKNOWN; static public final int TYPE_FORWARD_ONLY; static 'public final int TYPE_SCROLL_INSENSITIVE; static public final int TYPE_SCROLL_SENSITIVE; boolean absolute(int row) throws SQLException; void Pafterl_ast() throws SQLException; void beforeFirst() throws SQLException; void cancelRowUpdates() throws SQLException; void clearWarnings() throws SQLException; void close() throws SQLException; void deleteRow() throws SQLException; int findColumn(String cname) throws SQLException; boolean first() throws SQLException; Array getArray(int index) throws SQLException; Array getArray(String cname) throws SQLException; InputStream getAsciiStream(int index)throws SQLException; InputStream getAsciiStream(String cname)throws SQLException; InputStream getBinaryStream(int index)throws SQLException; InputStream getBinaryStream(String cname)throws SQLException; BigDecimal getBigDecimal(int index)throws SQLException; #BigDecimal getBigDecimal(int index, int scale)throws SQLException; BigDecimal getBigDecimal(String cname)throws SQLException; #BigDecimal getBigDecimal(String cname, int scale)throws SQLException; InputStream getBinaryStream(int index)throws SQLException; InputStream getBinaryStream(String cname)throws SQLException; Blob getBlob(int index) throws SQLException; Blob getBlob(String cname) throws SQLException; boolean getBoolean(int index) throws SQLException; boolean getBoolean(String cname) throws SQLException; byte getByte(int index) throws SQLException; byte getByte(String cname) throws SQLException; byte[] getBytes(int index) throws SQLException; byte[] getBytes(String cname) throws SQLException; Reader getCharacterStream(int index)throws SQLException; Reader getCharacterStream(String cname)throws SQLException; Clob getClob(int index) throws SQLException; Clob getClob(String cname) throws SQLException; int getConcurrency() throws SQLException; String getCursorName() throws. SQLException; Date getDate(int index) throws SQLException; Date getDate(int index, Calendar cal)throws SQLException; Date getDate(String cname) throws SQLException; Date getDate(String cname, Calendar cal)throws SQLException; double getDouble(int index) throws SQLException; double getDouble(String cname) throws SQLException; int getFetchDirection() throws SQLException; int getFetchSize() throws SQLException; float getFloat(int index) throws SQLException; float getFloat(String cname) throws SQLException; int getInt(int index) throws SQLException; int getInt(String cname) throws SQLException; long getLong(int index) throws SQLException; long getLong(String cname) throws SQLException; ResultSetMetaData getMetaData() throws SQLException; Object getObject(int index) throws SQLException; Object getObject(int index, Map map)throws SQLException; Object getObject(String cname) throws SQLException; Object getObject(String cname, Map map)throws SQLException; Ref getRef(int index) throws SQLException; Ref getRef(String cname) throws SQLException; int getRow() throws SQLException; short getShort(int index) throws SQLException; short getShort(String cname) throws SQLException; Statement getStatement() throws SQLException; String getString(int index) throws SQLException; String getString(String cname) throws SQLException; Time getTime(int index) throws SQLException; Time getTime(int index, Calendar cal)throws SQLException; Time getTime(String cname) throws SQLException; Time getTime(String cname, Calendar cal)throws SQLException; Timestamp getTimestamp(int index) throws SQLException; Timestamp getTimestamp(int index, Calendar cal)throws SQLException; Timestamp getTimestamp(String cname) throws SQLException; Timestamp getTimestamp(String cname, Calendar cal)throws SQLException; int getType() throws SQLException; #InputStream getUnicodeStream(int index)throws SQLException; #InputStream getUnicodeStream(String cname)throws SQLException; SQLWarning getWarnings() throws SQLException; void insertRow() throws SQLException; boolean isAfteriast() throws SQLException; boolean isBeforeFirst() throws SQLException; boolean isFirst() throws SQLException; boolean isLast() throws SQLException; boolean last() throws SQLException; void moveToCurrentRow() throws SQLException; void moveToInsertRow() throws SQLException; boolean next() throws SQLException; boolean previous() throws SQLException; void refreshRow() throws SQLException; boolean relative(int rows) throws SQLException; boolean rowDeleted() throws SQLException; boolean rowlnserted() throws SQLException; boolean rowllpdated() throws SQLException; void setFetchDirection(int dir) throws SQLException; void setFetchSize(int rows) throws SQLException; void updateAsciiStream(int index, InputStream is,int length) throws SQLException; void updateAsciiStream(String cname, InputStream is,int length) throws SQLException; void updateBigDecimal(int index, BigDecimal d)throws SQLException; void updateBigDecimal(String cname, BigDecimal d)throws SQLException; void updateBinaryStream(int index, InputStream is)throws SQLException; void updateBinaryStream(String cname, InputStrean is)throws SQLException; void updateBoolean(int index, boolean b)throws SQLException; void updateBoolean(String cname, boolean b)throws SQLException; void updateByte(int index, byte b)throws SQLException; void updateByte(String cname, byte b)throws SQLException; void updateBytes(int index, byte[] bts)throws SQLException; void updateBytes(String cname, byte[] bts)throws SQLException; void updateCharacterStream(int index, Reader rdr,int length) throws SQLException; void updateCharacterStream(String cname, Reader rdr,int length) throws SQLException; void updateDate(int index, Date d)throws SQLException; void updateOate(String cname, Date d)throws SQLException; void updateDouble(int index, double d)throws SQLException; void updateDouble(String cname, double d)throws SQLException; void updateFloat(int index, float f)throws SQLException; void updateFloat(String cname, float f)throws SQLException; void updateInt(int index, int x) throws SQLException; void updateInt(String cname, int x)throws SQLException; void updateLong(int index, long x)throws SQLException; void updateLong(String cname, long x)throws SQLException; void updateNull(int index) throws SQLException; void updateNull(String cname) throws SQLException; void updateObject(int index, Object ob)throws SQLException; void updateObject(int index, Object ob, int scale); void updateObject(String cname, Object ob)throws SQLException; void updateObject(String cname, Object ob, int scale)throws SQLException; void updateRow() throws SQLException; void updateShort(int index, short s)throws SQLException; void updateShort(String cname, short s)throws SQLException; void updateString(int index, String str)throws SQLException; void updateString(String cname, String str)throws SQLException; void updateTime(int index, Time t)throws SQLException; void updateTime(String cname, Time t)throws SQLException; void updateTimestamp(int index, Timestamp ts)throws SQLException; void updateTimestamp(String cname, Timestamp ts)throws SQLException; boolean wasNull() throws SQLException; } Атрибуты класса CONCUR_READ_ONLY static public final int CONCUR_READ_ONLY Описание. Режим доступа, означающий, что результирующий набор нельзя обновлять. CONCUR_UPDATABLE static public final int CONCUR_UPDATABLE Описание. Режим доступа, означающий, что результирующий набор можно обновлять. FETCH_FORWARD static public final int FETCH_FORWARD Описание. Определяет выборку данных в прямом направлении, от первой записи к последней. FETCH_REVERSE static public final int FETCH_REVERSE Описание. Определяет выборку данных в обратном направлении, от последней записи к первой. FETCH_UNKNOWN static public -final int FETCH_UNKNOWN Описание. Эта величина показывает, что направление обработки данных результирующего набора неизвестно. TYPE_FORWARD_ONLY Static public final int TYPE_FORWARD_ONLY Описание. Результирующий набор этого типа допускает перемещение только в прямом направлении. ©2015 arhivinfo.ru Все права принадлежат авторам размещенных материалов.
|