|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.sf.orangesignal.csv.CsvResultSet
public class CsvResultSet
ResultSet の実装クラスを提供します。
| フィールドの概要 |
|---|
| インタフェース java.sql.ResultSet から継承されたフィールド |
|---|
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE |
| コンストラクタの概要 | |
|---|---|
CsvResultSet(CsvReader reader)
コンストラクタです。 |
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public CsvResultSet(CsvReader reader)
throws IOException
reader - 区切り文字形式入力ストリーム
IllegalArgumentException - reader が null の場合
IOException - 入出力例外が発生した場合| メソッドの詳細 |
|---|
public boolean next()
throws SQLException
ResultSet 内の nextSQLExceptionpublic void close()
ResultSet 内の close
public boolean wasNull()
throws SQLException
ResultSet 内の wasNullSQLException
public String getString(int columnIndex)
throws SQLException
ResultSet 内の getStringSQLException
public boolean getBoolean(int columnIndex)
throws SQLException
ResultSet 内の getBooleanSQLException
public byte getByte(int columnIndex)
throws SQLException
ResultSet 内の getByteSQLException
public short getShort(int columnIndex)
throws SQLException
ResultSet 内の getShortSQLException
public int getInt(int columnIndex)
throws SQLException
ResultSet 内の getIntSQLException
public long getLong(int columnIndex)
throws SQLException
ResultSet 内の getLongSQLException
public float getFloat(int columnIndex)
throws SQLException
ResultSet 内の getFloatSQLException
public double getDouble(int columnIndex)
throws SQLException
ResultSet 内の getDoubleSQLException
public BigDecimal getBigDecimal(int columnIndex,
int scale)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getBigDecimalSQLFeatureNotSupportedException
public byte[] getBytes(int columnIndex)
throws SQLException
ResultSet 内の getBytesSQLException
public Date getDate(int columnIndex)
throws SQLException
ResultSet 内の getDateSQLException
public Time getTime(int columnIndex)
throws SQLException
ResultSet 内の getTimeSQLException
public Timestamp getTimestamp(int columnIndex)
throws SQLException
ResultSet 内の getTimestampSQLException
public InputStream getAsciiStream(int columnIndex)
throws SQLException
ResultSet 内の getAsciiStreamSQLException
public InputStream getUnicodeStream(int columnIndex)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getUnicodeStreamSQLFeatureNotSupportedException
public InputStream getBinaryStream(int columnIndex)
throws SQLException
ResultSet 内の getBinaryStreamSQLException
public String getString(String columnLabel)
throws SQLException
ResultSet 内の getStringSQLException
public boolean getBoolean(String columnLabel)
throws SQLException
ResultSet 内の getBooleanSQLException
public byte getByte(String columnLabel)
throws SQLException
ResultSet 内の getByteSQLException
public short getShort(String columnLabel)
throws SQLException
ResultSet 内の getShortSQLException
public int getInt(String columnLabel)
throws SQLException
ResultSet 内の getIntSQLException
public long getLong(String columnLabel)
throws SQLException
ResultSet 内の getLongSQLException
public float getFloat(String columnLabel)
throws SQLException
ResultSet 内の getFloatSQLException
public double getDouble(String columnLabel)
throws SQLException
ResultSet 内の getDoubleSQLException
public BigDecimal getBigDecimal(String columnLabel,
int scale)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getBigDecimalSQLException
public byte[] getBytes(String columnLabel)
throws SQLException
ResultSet 内の getBytesSQLException
public Date getDate(String columnLabel)
throws SQLException
ResultSet 内の getDateSQLException
public Time getTime(String columnLabel)
throws SQLException
ResultSet 内の getTimeSQLException
public Timestamp getTimestamp(String columnLabel)
throws SQLException
ResultSet 内の getTimestampSQLException
public InputStream getAsciiStream(String columnLabel)
throws SQLException
ResultSet 内の getAsciiStreamSQLException
public InputStream getUnicodeStream(String columnLabel)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getUnicodeStreamSQLException
public InputStream getBinaryStream(String columnLabel)
throws SQLException
ResultSet 内の getBinaryStreamSQLException
public SQLWarning getWarnings()
throws SQLException
null を返します。
ResultSet 内の getWarningsSQLException
public void clearWarnings()
throws SQLException
ResultSet 内の clearWarningsSQLException
public String getCursorName()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getCursorNameSQLFeatureNotSupportedException
public CsvResultSetMetaData getMetaData()
throws SQLException
ResultSet 内の getMetaDataSQLException
public Object getObject(int columnIndex)
throws SQLException
ResultSet 内の getObjectSQLException
public Object getObject(String columnLabel)
throws SQLException
ResultSet 内の getObjectSQLException
public int findColumn(String columnLabel)
throws SQLException
ResultSet 内の findColumnSQLException
public Reader getCharacterStream(int columnIndex)
throws SQLException
ResultSet 内の getCharacterStreamSQLException
public Reader getCharacterStream(String columnLabel)
throws SQLException
ResultSet 内の getCharacterStreamSQLException
public BigDecimal getBigDecimal(int columnIndex)
throws SQLException
ResultSet 内の getBigDecimalSQLException
public BigDecimal getBigDecimal(String columnLabel)
throws SQLException
ResultSet 内の getBigDecimalSQLException
public boolean isBeforeFirst()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の isBeforeFirstSQLFeatureNotSupportedException
public boolean isAfterLast()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の isAfterLastSQLFeatureNotSupportedException
public boolean isFirst()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の isFirstSQLFeatureNotSupportedException
public boolean isLast()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の isLastSQLFeatureNotSupportedException
public void beforeFirst()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の beforeFirstSQLFeatureNotSupportedException
public void afterLast()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の afterLastSQLFeatureNotSupportedException
public boolean first()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の firstSQLFeatureNotSupportedException
public boolean last()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の lastSQLFeatureNotSupportedException
public int getRow()
throws SQLException
ResultSet 内の getRowSQLException
public boolean absolute(int row)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の absoluteSQLFeatureNotSupportedException
public boolean relative(int rows)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の relativeSQLFeatureNotSupportedException
public boolean previous()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の previousSQLFeatureNotSupportedException
public void setFetchDirection(int direction)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の setFetchDirectionSQLFeatureNotSupportedException
public int getFetchDirection()
throws SQLException
ResultSet.FETCH_FORWARD を返します。
ResultSet 内の getFetchDirectionSQLException
public void setFetchSize(int rows)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の setFetchSizeSQLFeatureNotSupportedException
public int getFetchSize()
throws SQLException
0 を返します。
ResultSet 内の getFetchSizeSQLException
public int getType()
throws SQLException
ResultSet.TYPE_FORWARD_ONLY を返します。
ResultSet 内の getTypeSQLException
public int getConcurrency()
throws SQLException
ResultSet.CONCUR_READ_ONLY を返します。
ResultSet 内の getConcurrencySQLException
public boolean rowUpdated()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の rowUpdatedSQLFeatureNotSupportedException
public boolean rowInserted()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の rowInsertedSQLFeatureNotSupportedException
public boolean rowDeleted()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の rowDeletedSQLFeatureNotSupportedException
public void updateNull(int columnIndex)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNullSQLFeatureNotSupportedException
public void updateBoolean(int columnIndex,
boolean x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBooleanSQLFeatureNotSupportedException
public void updateByte(int columnIndex,
byte x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateByteSQLFeatureNotSupportedException
public void updateShort(int columnIndex,
short x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateShortSQLFeatureNotSupportedException
public void updateInt(int columnIndex,
int x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateIntSQLFeatureNotSupportedException
public void updateLong(int columnIndex,
long x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateLongSQLFeatureNotSupportedException
public void updateFloat(int columnIndex,
float x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateFloatSQLFeatureNotSupportedException
public void updateDouble(int columnIndex,
double x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateDoubleSQLFeatureNotSupportedException
public void updateBigDecimal(int columnIndex,
BigDecimal x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBigDecimalSQLFeatureNotSupportedException
public void updateString(int columnIndex,
String x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateStringSQLFeatureNotSupportedException
public void updateBytes(int columnIndex,
byte[] x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBytesSQLFeatureNotSupportedException
public void updateDate(int columnIndex,
Date x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateDateSQLFeatureNotSupportedException
public void updateTime(int columnIndex,
Time x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateTimeSQLFeatureNotSupportedException
public void updateTimestamp(int columnIndex,
Timestamp x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateTimestampSQLFeatureNotSupportedException
public void updateAsciiStream(int columnIndex,
InputStream x,
int length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateAsciiStreamSQLFeatureNotSupportedException
public void updateBinaryStream(int columnIndex,
InputStream x,
int length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBinaryStreamSQLFeatureNotSupportedException
public void updateCharacterStream(int columnIndex,
Reader x,
int length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateCharacterStreamSQLFeatureNotSupportedException
public void updateObject(int columnIndex,
Object x,
int scaleOrLength)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateObjectSQLFeatureNotSupportedException
public void updateObject(int columnIndex,
Object x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateObjectSQLFeatureNotSupportedException
public void updateNull(String columnLabel)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNullSQLException
public void updateBoolean(String columnLabel,
boolean x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBooleanSQLException
public void updateByte(String columnLabel,
byte x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateByteSQLException
public void updateShort(String columnLabel,
short x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateShortSQLException
public void updateInt(String columnLabel,
int x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateIntSQLException
public void updateLong(String columnLabel,
long x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateLongSQLException
public void updateFloat(String columnLabel,
float x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateFloatSQLException
public void updateDouble(String columnLabel,
double x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateDoubleSQLException
public void updateBigDecimal(String columnLabel,
BigDecimal x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBigDecimalSQLException
public void updateString(String columnLabel,
String x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateStringSQLException
public void updateBytes(String columnLabel,
byte[] x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBytesSQLException
public void updateDate(String columnLabel,
Date x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateDateSQLException
public void updateTime(String columnLabel,
Time x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateTimeSQLException
public void updateTimestamp(String columnLabel,
Timestamp x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateTimestampSQLException
public void updateAsciiStream(String columnLabel,
InputStream x,
int length)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateAsciiStreamSQLException
public void updateBinaryStream(String columnLabel,
InputStream x,
int length)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBinaryStreamSQLException
public void updateCharacterStream(String columnLabel,
Reader reader,
int length)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateCharacterStreamSQLException
public void updateObject(String columnLabel,
Object x,
int scaleOrLength)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateObjectSQLException
public void updateObject(String columnLabel,
Object x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateObjectSQLException
public void insertRow()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の insertRowSQLFeatureNotSupportedException
public void updateRow()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateRowSQLFeatureNotSupportedException
public void deleteRow()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の deleteRowSQLFeatureNotSupportedException
public void refreshRow()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の refreshRowSQLFeatureNotSupportedException
public void cancelRowUpdates()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の cancelRowUpdatesSQLFeatureNotSupportedException
public void moveToInsertRow()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の moveToInsertRowSQLFeatureNotSupportedException
public void moveToCurrentRow()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の moveToCurrentRowSQLFeatureNotSupportedException
public Statement getStatement()
throws SQLException
null を返します。
ResultSet 内の getStatementSQLException
public Object getObject(int columnIndex,
Map<String,Class<?>> map)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getObjectSQLFeatureNotSupportedException
public Ref getRef(int columnIndex)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getRefSQLFeatureNotSupportedException
public Blob getBlob(int columnIndex)
throws SQLException
ResultSet 内の getBlobSQLException
public Clob getClob(int columnIndex)
throws SQLException
ResultSet 内の getClobSQLException
public Array getArray(int columnIndex)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getArraySQLFeatureNotSupportedException
public Object getObject(String columnLabel,
Map<String,Class<?>> map)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getObjectSQLException
public Ref getRef(String columnLabel)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getRefSQLException
public Blob getBlob(String columnLabel)
throws SQLException
ResultSet 内の getBlobSQLException
public Clob getClob(String columnLabel)
throws SQLException
ResultSet 内の getClobSQLException
public Array getArray(String columnLabel)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getArraySQLException
public Date getDate(int columnIndex,
Calendar cal)
throws SQLException
ResultSet 内の getDateSQLException
public Date getDate(String columnLabel,
Calendar cal)
throws SQLException
ResultSet 内の getDateSQLException
public Time getTime(int columnIndex,
Calendar cal)
throws SQLException
ResultSet 内の getTimeSQLException
public Time getTime(String columnLabel,
Calendar cal)
throws SQLException
ResultSet 内の getTimeSQLException
public Timestamp getTimestamp(int columnIndex,
Calendar cal)
throws SQLException
ResultSet 内の getTimestampSQLException
public Timestamp getTimestamp(String columnLabel,
Calendar cal)
throws SQLException
ResultSet 内の getTimestampSQLException
public URL getURL(int columnIndex)
throws SQLException
ResultSet 内の getURLSQLException
public URL getURL(String columnLabel)
throws SQLException
ResultSet 内の getURLSQLException
public void updateRef(int columnIndex,
Ref x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateRefSQLFeatureNotSupportedException
public void updateRef(String columnLabel,
Ref x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateRefSQLException
public void updateBlob(int columnIndex,
Blob x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBlobSQLFeatureNotSupportedException
public void updateBlob(String columnLabel,
Blob x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBlobSQLException
public void updateClob(int columnIndex,
Clob x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateClobSQLFeatureNotSupportedException
public void updateClob(String columnLabel,
Clob x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateClobSQLException
public void updateArray(int columnIndex,
Array x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateArraySQLFeatureNotSupportedException
public void updateArray(String columnLabel,
Array x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateArraySQLException
public RowId getRowId(int columnIndex)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getRowIdSQLException
public RowId getRowId(String columnLabel)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getRowIdSQLException
public void updateRowId(int columnIndex,
RowId x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateRowIdSQLFeatureNotSupportedException
public void updateRowId(String columnLabel,
RowId x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateRowIdSQLException
public int getHoldability()
throws SQLException
ResultSet.HOLD_CURSORS_OVER_COMMIT を返します。
ResultSet 内の getHoldabilitySQLExceptionpublic boolean isClosed()
ResultSet 内の isClosed
public void updateNString(int columnIndex,
String string)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNStringSQLFeatureNotSupportedException
public void updateNString(String columnLabel,
String string)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNStringSQLException
public void updateNClob(int columnIndex,
NClob clob)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNClobSQLFeatureNotSupportedException
public void updateNClob(String columnLabel,
NClob clob)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNClobSQLException
public NClob getNClob(int columnIndex)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getNClobSQLException
public NClob getNClob(String columnLabel)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getNClobSQLException
public SQLXML getSQLXML(int columnIndex)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getSQLXMLSQLException
public SQLXML getSQLXML(String columnLabel)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の getSQLXMLSQLException
public void updateSQLXML(int columnIndex,
SQLXML xmlObject)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateSQLXMLSQLFeatureNotSupportedException
public void updateSQLXML(String columnLabel,
SQLXML xmlObject)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateSQLXMLSQLException
public String getNString(int columnIndex)
throws SQLException
ResultSet 内の getNStringSQLException
public String getNString(String columnLabel)
throws SQLException
ResultSet 内の getNStringSQLException
public Reader getNCharacterStream(int columnIndex)
throws SQLException
ResultSet 内の getNCharacterStreamSQLException
public Reader getNCharacterStream(String columnLabel)
throws SQLException
ResultSet 内の getNCharacterStreamSQLException
public void updateNCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNCharacterStreamSQLFeatureNotSupportedException
public void updateNCharacterStream(String columnLabel,
Reader reader,
long length)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNCharacterStreamSQLException
public void updateAsciiStream(int columnIndex,
InputStream x,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateAsciiStreamSQLFeatureNotSupportedException
public void updateBinaryStream(int columnIndex,
InputStream x,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBinaryStreamSQLFeatureNotSupportedException
public void updateCharacterStream(int columnIndex,
Reader x,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateCharacterStreamSQLFeatureNotSupportedException
public void updateAsciiStream(String columnLabel,
InputStream x,
long length)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateAsciiStreamSQLException
public void updateBinaryStream(String columnLabel,
InputStream x,
long length)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBinaryStreamSQLException
public void updateCharacterStream(String columnLabel,
Reader reader,
long length)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateCharacterStreamSQLException
public void updateBlob(int columnIndex,
InputStream inputStream,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBlobSQLFeatureNotSupportedException
public void updateBlob(String columnLabel,
InputStream inputStream,
long length)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBlobSQLException
public void updateClob(int columnIndex,
Reader reader,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateClobSQLFeatureNotSupportedException
public void updateClob(String columnLabel,
Reader reader,
long length)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateClobSQLException
public void updateNClob(int columnIndex,
Reader reader,
long length)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNClobSQLFeatureNotSupportedException
public void updateNClob(String columnLabel,
Reader reader,
long length)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNClobSQLException
public void updateNCharacterStream(int columnIndex,
Reader x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNCharacterStreamSQLFeatureNotSupportedException
public void updateNCharacterStream(String columnLabel,
Reader reader)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNCharacterStreamSQLException
public void updateAsciiStream(int columnIndex,
InputStream x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateAsciiStreamSQLFeatureNotSupportedException
public void updateBinaryStream(int columnIndex,
InputStream x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBinaryStreamSQLFeatureNotSupportedException
public void updateCharacterStream(int columnIndex,
Reader x)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateCharacterStreamSQLFeatureNotSupportedException
public void updateAsciiStream(String columnLabel,
InputStream x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateAsciiStreamSQLException
public void updateBinaryStream(String columnLabel,
InputStream x)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBinaryStreamSQLException
public void updateCharacterStream(String columnLabel,
Reader reader)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateCharacterStreamSQLException
public void updateBlob(int columnIndex,
InputStream inputStream)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBlobSQLFeatureNotSupportedException
public void updateBlob(String columnLabel,
InputStream inputStream)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateBlobSQLException
public void updateClob(int columnIndex,
Reader reader)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateClobSQLFeatureNotSupportedException
public void updateClob(String columnLabel,
Reader reader)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateClobSQLException
public void updateNClob(int columnIndex,
Reader reader)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNClobSQLFeatureNotSupportedException
public void updateNClob(String columnLabel,
Reader reader)
throws SQLException
SQLFeatureNotSupportedException をスローします。
ResultSet 内の updateNClobSQLException
public <T> T unwrap(Class<T> iface)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
Wrapper 内の unwrapSQLFeatureNotSupportedException
public boolean isWrapperFor(Class<?> iface)
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedException をスローします。
Wrapper 内の isWrapperForSQLFeatureNotSupportedException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||