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

フィールドの概要
 
クラス org.asyrinx.brownie.core.util.Wrapper から継承したフィールド
wrapped
 
インタフェース java.sql.ResultSetMetaData から継承したフィールド
columnNoNulls, columnNullable, columnNullableUnknown
 
コンストラクタの概要
ResultSetMetaDataWrapper(java.sql.ResultSetMetaData resultSetMetaData)
           
 
メソッドの概要
 java.lang.String getCatalogName(int column)
           
 java.lang.String getColumnClassName(int column)
           
 int getColumnCount()
           
 int getColumnDisplaySize(int column)
           
 java.lang.String getColumnLabel(int column)
           
 java.lang.String getColumnName(int column)
           
 int getColumnType(int column)
           
 java.lang.String getColumnTypeName(int column)
           
 int getPrecision(int column)
           
 int getScale(int column)
           
 java.lang.String getSchemaName(int column)
           
 java.lang.String getTableName(int column)
           
 boolean isAutoIncrement(int column)
           
 boolean isCaseSensitive(int column)
           
 boolean isCurrency(int column)
           
 boolean isDefinitelyWritable(int column)
           
 int isNullable(int column)
           
 boolean isReadOnly(int column)
           
 boolean isSearchable(int column)
           
 boolean isSigned(int column)
           
 boolean isWritable(int column)
           
 
クラス org.asyrinx.brownie.core.util.Wrapper から継承したメソッド
getCore, getCoreWrapped, getWrapped
 
クラス 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.