|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectnet.argius.stu.sql.ResultSetAdapter
既存の結果セットに操作を加えるためのアダプタです。
JDBCドライバから取得した結果セットをラップして、
列の順序、列名、列サイズを表面的に変更します。
| フィールドの概要 |
| インタフェース 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 |
| インタフェース java.sql.ResultSetMetaData から継承したフィールド |
columnNoNulls, columnNullable, columnNullableUnknown |
| コンストラクタの概要 | |
ResultSetAdapter(ResultSet rs)
結果セットアダプタを生成します。 |
|
| メソッドの概要 | |
boolean |
absolute(int row)
|
void |
addColumnInfo(int columnIndex)
列の順序を追加します。 |
void |
addColumnInfo(int columnIndex,
String name)
列の順序と表示名称を追加します。 |
void |
addColumnInfo(int columnIndex,
String name,
int size)
列の順序と表示サイズを追加します。 |
void |
afterLast()
|
void |
beforeFirst()
|
void |
cancelRowUpdates()
|
void |
clearWarnings()
|
void |
close()
|
void |
deleteRow()
|
int |
findColumn(String columnName)
|
boolean |
first()
|
Array |
getArray(int i)
|
Array |
getArray(String colName)
|
InputStream |
getAsciiStream(int columnIndex)
|
InputStream |
getAsciiStream(String columnName)
|
BigDecimal |
getBigDecimal(int columnIndex)
|
BigDecimal |
getBigDecimal(int columnIndex,
int scale)
|
BigDecimal |
getBigDecimal(String columnName)
|
BigDecimal |
getBigDecimal(String columnName,
int scale)
|
InputStream |
getBinaryStream(int columnIndex)
|
InputStream |
getBinaryStream(String columnName)
|
Blob |
getBlob(int i)
|
Blob |
getBlob(String colName)
|
boolean |
getBoolean(int columnIndex)
|
boolean |
getBoolean(String columnName)
|
byte |
getByte(int columnIndex)
|
byte |
getByte(String columnName)
|
byte[] |
getBytes(int columnIndex)
|
byte[] |
getBytes(String columnName)
|
String |
getCatalogName(int column)
|
Reader |
getCharacterStream(int columnIndex)
|
Reader |
getCharacterStream(String columnName)
|
Clob |
getClob(int i)
|
Clob |
getClob(String colName)
|
String |
getColumnClassName(int column)
|
int |
getColumnCount()
|
int |
getColumnDisplaySize(int column)
|
String |
getColumnLabel(int column)
|
String |
getColumnName(int column)
|
int |
getColumnType(int column)
|
String |
getColumnTypeName(int column)
|
int |
getConcurrency()
|
String |
getCursorName()
|
Date |
getDate(int columnIndex)
|
Date |
getDate(int columnIndex,
Calendar cal)
|
Date |
getDate(String columnName)
|
Date |
getDate(String columnName,
Calendar cal)
|
double |
getDouble(int columnIndex)
|
double |
getDouble(String columnName)
|
int |
getFetchDirection()
|
int |
getFetchSize()
|
float |
getFloat(int columnIndex)
|
float |
getFloat(String columnName)
|
int |
getInt(int columnIndex)
|
int |
getInt(String columnName)
|
long |
getLong(int columnIndex)
|
long |
getLong(String columnName)
|
ResultSetMetaData |
getMetaData()
|
Object |
getObject(int columnIndex)
|
Object |
getObject(int i,
Map map)
|
Object |
getObject(String columnName)
|
Object |
getObject(String colName,
Map map)
|
int |
getPrecision(int column)
|
Ref |
getRef(int i)
|
Ref |
getRef(String colName)
|
int |
getRow()
|
int |
getScale(int column)
|
String |
getSchemaName(int column)
|
short |
getShort(int columnIndex)
|
short |
getShort(String columnName)
|
Statement |
getStatement()
|
String |
getString(int columnIndex)
指定した列のデータを文字列として返します。 |
String |
getString(String columnName)
|
String |
getTableName(int column)
|
Time |
getTime(int columnIndex)
|
Time |
getTime(int columnIndex,
Calendar cal)
|
Time |
getTime(String columnName)
|
Time |
getTime(String columnName,
Calendar cal)
|
Timestamp |
getTimestamp(int columnIndex)
|
Timestamp |
getTimestamp(int columnIndex,
Calendar cal)
|
Timestamp |
getTimestamp(String columnName)
|
Timestamp |
getTimestamp(String columnName,
Calendar cal)
|
int |
getType()
|
InputStream |
getUnicodeStream(int columnIndex)
|
InputStream |
getUnicodeStream(String columnName)
|
URL |
getURL(int columnIndex)
|
URL |
getURL(String columnName)
|
SQLWarning |
getWarnings()
|
void |
insertRow()
|
boolean |
isAfterLast()
|
boolean |
isAutoIncrement(int column)
|
boolean |
isBeforeFirst()
|
boolean |
isCaseSensitive(int column)
|
boolean |
isCurrency(int column)
|
boolean |
isDefinitelyWritable(int column)
|
boolean |
isFirst()
|
boolean |
isLast()
|
int |
isNullable(int column)
|
boolean |
isReadOnly(int column)
|
boolean |
isSearchable(int column)
|
boolean |
isSigned(int column)
|
boolean |
isWritable(int column)
|
boolean |
last()
|
void |
moveToCurrentRow()
|
void |
moveToInsertRow()
|
boolean |
next()
|
boolean |
previous()
|
void |
refreshRow()
|
boolean |
relative(int rows)
|
boolean |
rowDeleted()
|
boolean |
rowInserted()
|
boolean |
rowUpdated()
|
void |
setFetchDirection(int direction)
|
void |
setFetchSize(int rows)
|
void |
updateArray(int columnIndex,
Array x)
|
void |
updateArray(String columnName,
Array x)
|
void |
updateAsciiStream(int columnIndex,
InputStream x,
int length)
|
void |
updateAsciiStream(String columnName,
InputStream x,
int length)
|
void |
updateBigDecimal(int columnIndex,
BigDecimal x)
|
void |
updateBigDecimal(String columnName,
BigDecimal x)
|
void |
updateBinaryStream(int columnIndex,
InputStream x,
int length)
|
void |
updateBinaryStream(String columnName,
InputStream x,
int length)
|
void |
updateBlob(int columnIndex,
Blob x)
|
void |
updateBlob(String columnName,
Blob x)
|
void |
updateBoolean(int columnIndex,
boolean x)
|
void |
updateBoolean(String columnName,
boolean x)
|
void |
updateByte(int columnIndex,
byte x)
|
void |
updateByte(String columnName,
byte x)
|
void |
updateBytes(int columnIndex,
byte[] x)
|
void |
updateBytes(String columnName,
byte[] x)
|
void |
updateCharacterStream(int columnIndex,
Reader x,
int length)
|
void |
updateCharacterStream(String columnName,
Reader reader,
int length)
|
void |
updateClob(int columnIndex,
Clob x)
|
void |
updateClob(String columnName,
Clob x)
|
void |
updateDate(int columnIndex,
Date x)
|
void |
updateDate(String columnName,
Date x)
|
void |
updateDouble(int columnIndex,
double x)
|
void |
updateDouble(String columnName,
double x)
|
void |
updateFloat(int columnIndex,
float x)
|
void |
updateFloat(String columnName,
float x)
|
void |
updateInt(int columnIndex,
int x)
|
void |
updateInt(String columnName,
int x)
|
void |
updateLong(int columnIndex,
long x)
|
void |
updateLong(String columnName,
long x)
|
void |
updateNull(int columnIndex)
|
void |
updateNull(String columnName)
|
void |
updateObject(int columnIndex,
Object x)
|
void |
updateObject(int columnIndex,
Object x,
int scale)
|
void |
updateObject(String columnName,
Object x)
|
void |
updateObject(String columnName,
Object x,
int scale)
|
void |
updateRef(int columnIndex,
Ref x)
|
void |
updateRef(String columnName,
Ref x)
|
void |
updateRow()
|
void |
updateShort(int columnIndex,
short x)
|
void |
updateShort(String columnName,
short x)
|
void |
updateString(int columnIndex,
String x)
|
void |
updateString(String columnName,
String x)
|
void |
updateTime(int columnIndex,
Time x)
|
void |
updateTime(String columnName,
Time x)
|
void |
updateTimestamp(int columnIndex,
Timestamp x)
|
void |
updateTimestamp(String columnName,
Timestamp x)
|
boolean |
wasNull()
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public ResultSetAdapter(ResultSet rs)
rs - 結果セット| メソッドの詳細 |
public void addColumnInfo(int columnIndex)
columnIndex - 列位置
public void addColumnInfo(int columnIndex,
String name)
columnIndex - 列位置name - 表示名称
public void addColumnInfo(int columnIndex,
String name,
int size)
columnIndex - 列位置name - 表示名称size - 列の表示サイズ
public boolean absolute(int row)
throws SQLException
ResultSet 内の absoluteSQLException
public int findColumn(String columnName)
throws SQLException
ResultSet 内の findColumnSQLException
public boolean next()
throws SQLException
ResultSet 内の nextSQLException
public void afterLast()
throws SQLException
ResultSet 内の afterLastSQLException
public String getString(int columnIndex)
throws SQLException
ResultSet 内の getStringcolumnIndex - 列位置
SQLException - SQLエラー
public ResultSetMetaData getMetaData()
throws SQLException
ResultSet 内の getMetaDataSQLException
public void beforeFirst()
throws SQLException
ResultSet 内の beforeFirstSQLException
public void cancelRowUpdates()
throws SQLException
ResultSet 内の cancelRowUpdatesSQLException
public void clearWarnings()
throws SQLException
ResultSet 内の clearWarningsSQLException
public void close()
throws SQLException
ResultSet 内の closeSQLException
public void deleteRow()
throws SQLException
ResultSet 内の deleteRowSQLException
public boolean first()
throws SQLException
ResultSet 内の firstSQLException
public Array getArray(int i)
throws SQLException
ResultSet 内の getArraySQLException
public Array getArray(String colName)
throws SQLException
ResultSet 内の getArraySQLException
public InputStream getAsciiStream(int columnIndex)
throws SQLException
ResultSet 内の getAsciiStreamSQLException
public InputStream getAsciiStream(String columnName)
throws SQLException
ResultSet 内の getAsciiStreamSQLException
public BigDecimal getBigDecimal(int columnIndex)
throws SQLException
ResultSet 内の getBigDecimalSQLException
public BigDecimal getBigDecimal(String columnName,
int scale)
throws SQLException
ResultSet 内の getBigDecimalSQLException
public BigDecimal getBigDecimal(String columnName)
throws SQLException
ResultSet 内の getBigDecimalSQLException
public InputStream getBinaryStream(int columnIndex)
throws SQLException
ResultSet 内の getBinaryStreamSQLException
public InputStream getBinaryStream(String columnName)
throws SQLException
ResultSet 内の getBinaryStreamSQLException
public Blob getBlob(int i)
throws SQLException
ResultSet 内の getBlobSQLException
public Blob getBlob(String colName)
throws SQLException
ResultSet 内の getBlobSQLException
public boolean getBoolean(int columnIndex)
throws SQLException
ResultSet 内の getBooleanSQLException
public boolean getBoolean(String columnName)
throws SQLException
ResultSet 内の getBooleanSQLException
public byte getByte(int columnIndex)
throws SQLException
ResultSet 内の getByteSQLException
public byte getByte(String columnName)
throws SQLException
ResultSet 内の getByteSQLException
public byte[] getBytes(int columnIndex)
throws SQLException
ResultSet 内の getBytesSQLException
public byte[] getBytes(String columnName)
throws SQLException
ResultSet 内の getBytesSQLException
public Reader getCharacterStream(int columnIndex)
throws SQLException
ResultSet 内の getCharacterStreamSQLException
public Reader getCharacterStream(String columnName)
throws SQLException
ResultSet 内の getCharacterStreamSQLException
public Clob getClob(int i)
throws SQLException
ResultSet 内の getClobSQLException
public Clob getClob(String colName)
throws SQLException
ResultSet 内の getClobSQLException
public int getConcurrency()
throws SQLException
ResultSet 内の getConcurrencySQLException
public String getCursorName()
throws SQLException
ResultSet 内の getCursorNameSQLException
public Date getDate(int columnIndex,
Calendar cal)
throws SQLException
ResultSet 内の getDateSQLException
public Date getDate(int columnIndex)
throws SQLException
ResultSet 内の getDateSQLException
public Date getDate(String columnName,
Calendar cal)
throws SQLException
ResultSet 内の getDateSQLException
public Date getDate(String columnName)
throws SQLException
ResultSet 内の getDateSQLException
public double getDouble(int columnIndex)
throws SQLException
ResultSet 内の getDoubleSQLException
public double getDouble(String columnName)
throws SQLException
ResultSet 内の getDoubleSQLException
public int getFetchDirection()
throws SQLException
ResultSet 内の getFetchDirectionSQLException
public int getFetchSize()
throws SQLException
ResultSet 内の getFetchSizeSQLException
public float getFloat(int columnIndex)
throws SQLException
ResultSet 内の getFloatSQLException
public float getFloat(String columnName)
throws SQLException
ResultSet 内の getFloatSQLException
public int getInt(int columnIndex)
throws SQLException
ResultSet 内の getIntSQLException
public int getInt(String columnName)
throws SQLException
ResultSet 内の getIntSQLException
public long getLong(int columnIndex)
throws SQLException
ResultSet 内の getLongSQLException
public long getLong(String columnName)
throws SQLException
ResultSet 内の getLongSQLException
public Object getObject(int i,
Map map)
throws SQLException
ResultSet 内の getObjectSQLException
public Object getObject(int columnIndex)
throws SQLException
ResultSet 内の getObjectSQLException
public Object getObject(String colName,
Map map)
throws SQLException
ResultSet 内の getObjectSQLException
public Object getObject(String columnName)
throws SQLException
ResultSet 内の getObjectSQLException
public Ref getRef(int i)
throws SQLException
ResultSet 内の getRefSQLException
public Ref getRef(String colName)
throws SQLException
ResultSet 内の getRefSQLException
public int getRow()
throws SQLException
ResultSet 内の getRowSQLException
public short getShort(int columnIndex)
throws SQLException
ResultSet 内の getShortSQLException
public short getShort(String columnName)
throws SQLException
ResultSet 内の getShortSQLException
public Statement getStatement()
throws SQLException
ResultSet 内の getStatementSQLException
public String getString(String columnName)
throws SQLException
ResultSet 内の getStringSQLException
public Time getTime(int columnIndex,
Calendar cal)
throws SQLException
ResultSet 内の getTimeSQLException
public Time getTime(int columnIndex)
throws SQLException
ResultSet 内の getTimeSQLException
public Time getTime(String columnName,
Calendar cal)
throws SQLException
ResultSet 内の getTimeSQLException
public Time getTime(String columnName)
throws SQLException
ResultSet 内の getTimeSQLException
public Timestamp getTimestamp(int columnIndex,
Calendar cal)
throws SQLException
ResultSet 内の getTimestampSQLException
public Timestamp getTimestamp(int columnIndex)
throws SQLException
ResultSet 内の getTimestampSQLException
public Timestamp getTimestamp(String columnName,
Calendar cal)
throws SQLException
ResultSet 内の getTimestampSQLException
public Timestamp getTimestamp(String columnName)
throws SQLException
ResultSet 内の getTimestampSQLException
public URL getURL(int columnIndex)
throws SQLException
ResultSet 内の getURLSQLException
public URL getURL(String columnName)
throws SQLException
ResultSet 内の getURLSQLException
public int getType()
throws SQLException
ResultSet 内の getTypeSQLException
public InputStream getUnicodeStream(int columnIndex)
throws SQLException
ResultSet 内の getUnicodeStreamSQLException
public InputStream getUnicodeStream(String columnName)
throws SQLException
ResultSet 内の getUnicodeStreamSQLException
public SQLWarning getWarnings()
throws SQLException
ResultSet 内の getWarningsSQLException
public void insertRow()
throws SQLException
ResultSet 内の insertRowSQLException
public boolean isAfterLast()
throws SQLException
ResultSet 内の isAfterLastSQLException
public boolean isBeforeFirst()
throws SQLException
ResultSet 内の isBeforeFirstSQLException
public boolean isFirst()
throws SQLException
ResultSet 内の isFirstSQLException
public boolean isLast()
throws SQLException
ResultSet 内の isLastSQLException
public boolean last()
throws SQLException
ResultSet 内の lastSQLException
public void moveToCurrentRow()
throws SQLException
ResultSet 内の moveToCurrentRowSQLException
public void moveToInsertRow()
throws SQLException
ResultSet 内の moveToInsertRowSQLException
public boolean previous()
throws SQLException
ResultSet 内の previousSQLException
public void refreshRow()
throws SQLException
ResultSet 内の refreshRowSQLException
public boolean relative(int rows)
throws SQLException
ResultSet 内の relativeSQLException
public boolean rowDeleted()
throws SQLException
ResultSet 内の rowDeletedSQLException
public boolean rowInserted()
throws SQLException
ResultSet 内の rowInsertedSQLException
public boolean rowUpdated()
throws SQLException
ResultSet 内の rowUpdatedSQLException
public void setFetchDirection(int direction)
throws SQLException
ResultSet 内の setFetchDirectionSQLException
public void setFetchSize(int rows)
throws SQLException
ResultSet 内の setFetchSizeSQLException
public void updateAsciiStream(int columnIndex,
InputStream x,
int length)
throws SQLException
ResultSet 内の updateAsciiStreamSQLException
public void updateAsciiStream(String columnName,
InputStream x,
int length)
throws SQLException
ResultSet 内の updateAsciiStreamSQLException
public void updateBigDecimal(int columnIndex,
BigDecimal x)
throws SQLException
ResultSet 内の updateBigDecimalSQLException
public void updateBigDecimal(String columnName,
BigDecimal x)
throws SQLException
ResultSet 内の updateBigDecimalSQLException
public void updateBinaryStream(int columnIndex,
InputStream x,
int length)
throws SQLException
ResultSet 内の updateBinaryStreamSQLException
public void updateBinaryStream(String columnName,
InputStream x,
int length)
throws SQLException
ResultSet 内の updateBinaryStreamSQLException
public void updateBoolean(int columnIndex,
boolean x)
throws SQLException
ResultSet 内の updateBooleanSQLException
public void updateBoolean(String columnName,
boolean x)
throws SQLException
ResultSet 内の updateBooleanSQLException
public void updateByte(int columnIndex,
byte x)
throws SQLException
ResultSet 内の updateByteSQLException
public void updateByte(String columnName,
byte x)
throws SQLException
ResultSet 内の updateByteSQLException
public void updateBytes(int columnIndex,
byte[] x)
throws SQLException
ResultSet 内の updateBytesSQLException
public void updateBytes(String columnName,
byte[] x)
throws SQLException
ResultSet 内の updateBytesSQLException
public void updateCharacterStream(int columnIndex,
Reader x,
int length)
throws SQLException
ResultSet 内の updateCharacterStreamSQLException
public void updateCharacterStream(String columnName,
Reader reader,
int length)
throws SQLException
ResultSet 内の updateCharacterStreamSQLException
public void updateDate(int columnIndex,
Date x)
throws SQLException
ResultSet 内の updateDateSQLException
public void updateDate(String columnName,
Date x)
throws SQLException
ResultSet 内の updateDateSQLException
public void updateDouble(int columnIndex,
double x)
throws SQLException
ResultSet 内の updateDoubleSQLException
public void updateDouble(String columnName,
double x)
throws SQLException
ResultSet 内の updateDoubleSQLException
public void updateFloat(int columnIndex,
float x)
throws SQLException
ResultSet 内の updateFloatSQLException
public void updateFloat(String columnName,
float x)
throws SQLException
ResultSet 内の updateFloatSQLException
public void updateInt(int columnIndex,
int x)
throws SQLException
ResultSet 内の updateIntSQLException
public void updateInt(String columnName,
int x)
throws SQLException
ResultSet 内の updateIntSQLException
public void updateLong(int columnIndex,
long x)
throws SQLException
ResultSet 内の updateLongSQLException
public void updateLong(String columnName,
long x)
throws SQLException
ResultSet 内の updateLongSQLException
public void updateNull(int columnIndex)
throws SQLException
ResultSet 内の updateNullSQLException
public void updateNull(String columnName)
throws SQLException
ResultSet 内の updateNullSQLException
public void updateObject(int columnIndex,
Object x,
int scale)
throws SQLException
ResultSet 内の updateObjectSQLException
public void updateObject(int columnIndex,
Object x)
throws SQLException
ResultSet 内の updateObjectSQLException
public void updateObject(String columnName,
Object x,
int scale)
throws SQLException
ResultSet 内の updateObjectSQLException
public void updateObject(String columnName,
Object x)
throws SQLException
ResultSet 内の updateObjectSQLException
public void updateRow()
throws SQLException
ResultSet 内の updateRowSQLException
public void updateShort(int columnIndex,
short x)
throws SQLException
ResultSet 内の updateShortSQLException
public void updateShort(String columnName,
short x)
throws SQLException
ResultSet 内の updateShortSQLException
public void updateString(int columnIndex,
String x)
throws SQLException
ResultSet 内の updateStringSQLException
public void updateString(String columnName,
String x)
throws SQLException
ResultSet 内の updateStringSQLException
public void updateTime(int columnIndex,
Time x)
throws SQLException
ResultSet 内の updateTimeSQLException
public void updateTime(String columnName,
Time x)
throws SQLException
ResultSet 内の updateTimeSQLException
public void updateTimestamp(int columnIndex,
Timestamp x)
throws SQLException
ResultSet 内の updateTimestampSQLException
public void updateTimestamp(String columnName,
Timestamp x)
throws SQLException
ResultSet 内の updateTimestampSQLException
public void updateArray(int columnIndex,
Array x)
throws SQLException
ResultSet 内の updateArraySQLException
public void updateArray(String columnName,
Array x)
throws SQLException
ResultSet 内の updateArraySQLException
public void updateBlob(int columnIndex,
Blob x)
throws SQLException
ResultSet 内の updateBlobSQLException
public void updateBlob(String columnName,
Blob x)
throws SQLException
ResultSet 内の updateBlobSQLException
public void updateClob(int columnIndex,
Clob x)
throws SQLException
ResultSet 内の updateClobSQLException
public void updateClob(String columnName,
Clob x)
throws SQLException
ResultSet 内の updateClobSQLException
public void updateRef(int columnIndex,
Ref x)
throws SQLException
ResultSet 内の updateRefSQLException
public void updateRef(String columnName,
Ref x)
throws SQLException
ResultSet 内の updateRefSQLException
public boolean wasNull()
throws SQLException
ResultSet 内の wasNullSQLException
public BigDecimal getBigDecimal(int columnIndex,
int scale)
throws SQLException
ResultSet 内の getBigDecimalSQLException
public int getColumnCount()
throws SQLException
ResultSetMetaData 内の getColumnCountSQLException
public String getColumnClassName(int column)
throws SQLException
ResultSetMetaData 内の getColumnClassNameSQLException
public String getColumnName(int column)
throws SQLException
ResultSetMetaData 内の getColumnNameSQLException
public int getColumnDisplaySize(int column)
throws SQLException
ResultSetMetaData 内の getColumnDisplaySizeSQLException
public int getColumnType(int column)
throws SQLException
ResultSetMetaData 内の getColumnTypeSQLException
public String getColumnTypeName(int column)
throws SQLException
ResultSetMetaData 内の getColumnTypeNameSQLException
public int getPrecision(int column)
throws SQLException
ResultSetMetaData 内の getPrecisionSQLException
public int getScale(int column)
throws SQLException
ResultSetMetaData 内の getScaleSQLException
public String getSchemaName(int column)
throws SQLException
ResultSetMetaData 内の getSchemaNameSQLException
public String getTableName(int column)
throws SQLException
ResultSetMetaData 内の getTableNameSQLException
public boolean isAutoIncrement(int column)
throws SQLException
ResultSetMetaData 内の isAutoIncrementSQLException
public boolean isCaseSensitive(int column)
throws SQLException
ResultSetMetaData 内の isCaseSensitiveSQLException
public boolean isCurrency(int column)
throws SQLException
ResultSetMetaData 内の isCurrencySQLException
public boolean isDefinitelyWritable(int column)
throws SQLException
ResultSetMetaData 内の isDefinitelyWritableSQLException
public int isNullable(int column)
throws SQLException
ResultSetMetaData 内の isNullableSQLException
public boolean isReadOnly(int column)
throws SQLException
ResultSetMetaData 内の isReadOnlySQLException
public boolean isSearchable(int column)
throws SQLException
ResultSetMetaData 内の isSearchableSQLException
public boolean isSigned(int column)
throws SQLException
ResultSetMetaData 内の isSignedSQLException
public boolean isWritable(int column)
throws SQLException
ResultSetMetaData 内の isWritableSQLException
public String getCatalogName(int column)
throws SQLException
ResultSetMetaData 内の getCatalogNameSQLException
public String getColumnLabel(int column)
throws SQLException
ResultSetMetaData 内の getColumnLabelSQLException
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||