org.seasar.tuigwaa.database
クラス DataRowImpl
java.lang.Object
org.seasar.tuigwaa.database.DataRowImpl
- すべての実装インタフェース:
- DataRow, Iterator
- public class DataRowImpl
- extends Object
- implements DataRow
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataRowImpl
public DataRowImpl(DataTable dataTable,
int index)
next
public Object next()
- 定義:
- インタフェース
DataRow
内の next
hasNext
public boolean hasNext()
- 定義:
- インタフェース
DataRow
内の hasNext
remove
public void remove()
- 定義:
- インタフェース
DataRow
内の remove
getCell
public Object getCell()
- 定義:
- インタフェース
DataRow
内の getCell
getCell
public Object getCell(int columnIndex)
- 定義:
- インタフェース
DataRow
内の getCell
getCell
public Object getCell(String field)
- 定義:
- インタフェース
DataRow
内の getCell
getDataMap
public Map getDataMap()
- 定義:
- インタフェース
DataRow
内の getDataMap
getDataObject
public Object getDataObject()
- 定義:
- インタフェース
DataRow
内の getDataObject
getHeader
public String getHeader()
- 定義:
- インタフェース
DataRow
内の getHeader
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.