org.seasar.framework.mock.sql
クラス MockResultSetMetaData
java.lang.Object
org.seasar.framework.mock.sql.MockResultSetMetaData
- すべての実装インタフェース:
- java.sql.ResultSetMetaData
- public class MockResultSetMetaData
- extends java.lang.Object
- implements java.sql.ResultSetMetaData
ResultSetMetaData
用のモッククラスです。
- 作成者:
- higa
インタフェース java.sql.ResultSetMetaData から継承したフィールド |
columnNoNulls, columnNullable, columnNullableUnknown |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockResultSetMetaData
public MockResultSetMetaData()
getColumnMetaData
public MockColumnMetaData getColumnMetaData(int index)
- カラムのメタデータを返します。
- パラメータ:
index
- インデックス
- 戻り値:
- カラムのメタデータ
addColumnMetaData
public void addColumnMetaData(MockColumnMetaData columnMetaData)
- カラムのメタデータを追加します。
- パラメータ:
columnMetaData
- カラムのメタデータ
getCatalogName
public java.lang.String getCatalogName(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getCatalogName
- 例外:
java.sql.SQLException
getColumnClassName
public java.lang.String getColumnClassName(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnClassName
- 例外:
java.sql.SQLException
getColumnCount
public int getColumnCount()
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnCount
- 例外:
java.sql.SQLException
getColumnDisplaySize
public int getColumnDisplaySize(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnDisplaySize
- 例外:
java.sql.SQLException
getColumnLabel
public java.lang.String getColumnLabel(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnLabel
- 例外:
java.sql.SQLException
getColumnName
public java.lang.String getColumnName(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnName
- 例外:
java.sql.SQLException
getColumnType
public int getColumnType(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnType
- 例外:
java.sql.SQLException
getColumnTypeName
public java.lang.String getColumnTypeName(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getColumnTypeName
- 例外:
java.sql.SQLException
getPrecision
public int getPrecision(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getPrecision
- 例外:
java.sql.SQLException
getScale
public int getScale(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getScale
- 例外:
java.sql.SQLException
getSchemaName
public java.lang.String getSchemaName(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getSchemaName
- 例外:
java.sql.SQLException
getTableName
public java.lang.String getTableName(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の getTableName
- 例外:
java.sql.SQLException
isAutoIncrement
public boolean isAutoIncrement(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isAutoIncrement
- 例外:
java.sql.SQLException
isCaseSensitive
public boolean isCaseSensitive(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isCaseSensitive
- 例外:
java.sql.SQLException
isCurrency
public boolean isCurrency(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isCurrency
- 例外:
java.sql.SQLException
isDefinitelyWritable
public boolean isDefinitelyWritable(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isDefinitelyWritable
- 例外:
java.sql.SQLException
isNullable
public int isNullable(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isNullable
- 例外:
java.sql.SQLException
isReadOnly
public boolean isReadOnly(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isReadOnly
- 例外:
java.sql.SQLException
isSearchable
public boolean isSearchable(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isSearchable
- 例外:
java.sql.SQLException
isSigned
public boolean isSigned(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isSigned
- 例外:
java.sql.SQLException
isWritable
public boolean isWritable(int column)
throws java.sql.SQLException
- 定義:
- インタフェース
java.sql.ResultSetMetaData
内の isWritable
- 例外:
java.sql.SQLException
findColumn
public int findColumn(java.lang.String columnName)
throws java.sql.SQLException
- カラム番号を返します。
- パラメータ:
columnName
- カラム名
- 戻り値:
- カラム番号
- 例外:
java.sql.SQLException
- カラム名が見つからなかった場合。
Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.