org.seasar.tuigwaa.database
インタフェース DataRow
- すべてのスーパーインタフェース:
- Iterator
- 既知の実装クラスの一覧:
- DataRowImpl
- public interface DataRow
- extends Iterator
next
public Object next()
- 定義:
- インタフェース
Iterator
内の next
hasNext
public boolean hasNext()
- 定義:
- インタフェース
Iterator
内の hasNext
remove
public void remove()
- 定義:
- インタフェース
Iterator
内の remove
getCell
public Object getCell()
getCell
public Object getCell(String fieldName)
getCell
public Object getCell(int columnIndex)
getDataMap
public Map getDataMap()
getDataObject
public Object getDataObject()
getHeader
public String getHeader()
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.