org.asyrinx.brownie.jdbc.wrapper
クラス ResultSetMetaDataWrapper
java.lang.Object
org.asyrinx.brownie.core.util.Wrapper
org.asyrinx.brownie.jdbc.wrapper.ResultSetMetaDataWrapper
- すべての実装インタフェース:
- java.sql.ResultSetMetaData
- public class ResultSetMetaDataWrapper
- extends Wrapper
- implements java.sql.ResultSetMetaData
- 作成者:
- akima
インタフェース java.sql.ResultSetMetaData から継承したフィールド |
columnNoNulls, columnNullable, columnNullableUnknown |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetMetaDataWrapper
public ResultSetMetaDataWrapper(java.sql.ResultSetMetaData resultSetMetaData)
getCatalogName
public java.lang.String getCatalogName(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getCatalogName
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
getColumnClassName
public java.lang.String getColumnClassName(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnClassName
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
getColumnCount
public int getColumnCount()
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnCount
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
getColumnDisplaySize
public int getColumnDisplaySize(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnDisplaySize
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
getColumnLabel
public java.lang.String getColumnLabel(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnLabel
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
getColumnName
public java.lang.String getColumnName(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnName
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
getColumnType
public int getColumnType(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnType
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
getColumnTypeName
public java.lang.String getColumnTypeName(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnTypeName
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
getPrecision
public int getPrecision(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getPrecision
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
getScale
public int getScale(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getScale
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
getSchemaName
public java.lang.String getSchemaName(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getSchemaName
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
getTableName
public java.lang.String getTableName(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getTableName
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
isAutoIncrement
public boolean isAutoIncrement(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isAutoIncrement
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
isCaseSensitive
public boolean isCaseSensitive(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isCaseSensitive
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
isCurrency
public boolean isCurrency(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isCurrency
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
isDefinitelyWritable
public boolean isDefinitelyWritable(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isDefinitelyWritable
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
isNullable
public int isNullable(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isNullable
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
isReadOnly
public boolean isReadOnly(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isReadOnly
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
isSearchable
public boolean isSearchable(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isSearchable
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
isSigned
public boolean isSigned(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isSigned
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
isWritable
public boolean isWritable(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isWritable
- パラメータ:
column
-
- 戻り値:
- @throws
java.sql.SQLException
- 例外:
java.sql.SQLException
Copyright © 2004 asyrinx organization. All Rights Reserved.