|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.asyrinx.joey.gen.task.JoeyDataDumpTask.TableTool
A nasty do-it-all tool class. It serves as:
| コンストラクタの概要 | |
|
JoeyDataDumpTask.TableTool()
Constructor for the TableTool object |
protected |
JoeyDataDumpTask.TableTool(com.workingdogs.village.QueryDataSet qds)
Constructor for the TableTool object |
| メソッドの概要 | |
JoeyDataDumpTask.TableTool |
fetch(java.lang.String tableName)
Fetches an Iterator for the data in the named table. |
java.lang.String |
get(java.lang.String columnName)
Returns the value for the column |
boolean |
hasNext()
check if there are more records in the QueryDataSet |
java.lang.Object |
next()
load the next record from the QueryDataSet |
void |
remove()
unsupported! |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public JoeyDataDumpTask.TableTool()
protected JoeyDataDumpTask.TableTool(com.workingdogs.village.QueryDataSet qds)
throws java.lang.Exception
qds - Description of Parameter
java.lang.Exception - Problem using database record set cursor.| メソッドの詳細 |
public JoeyDataDumpTask.TableTool fetch(java.lang.String tableName)
throws java.lang.Exception
Iterator for the data in the named table.
tableName - Description of Parameter
Iterator for the fetched data.
java.lang.Exception - Problem creating connection or executing query.public boolean hasNext()
java.util.Iterator 内の hasNext
public java.lang.Object next()
throws java.util.NoSuchElementException
java.util.Iterator 内の nextjava.util.NoSuchElementException - Description of Exceptionpublic java.lang.String get(java.lang.String columnName)
columnName - name of the column
public void remove()
throws java.lang.UnsupportedOperationException
java.util.Iterator 内の removejava.lang.UnsupportedOperationException - unsupported
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||