|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.Data.DataTableCollection
public class DataTableCollection
| Method Summary | |
|---|---|
DataTable |
Add(java.lang.String tableName)
Creates a DataTable object with the specified name and adds it to the collection. |
boolean |
Contains(java.lang.String tableName)
Checks whether the collection contains a table with the specified name. |
DataTable |
get(int index)
Gets the DataTable object at the specified index. |
DataTable |
get(java.lang.String tableName)
Gets the DataTable object with the specified name. |
int |
getCount()
Gets the total number of tables in a collection. |
java.util.Iterator<DataTable> |
iterator()
Gets iterator. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public DataTable Add(java.lang.String tableName)
throws java.lang.Exception
tableName -
java.lang.Exceptionpublic boolean Contains(java.lang.String tableName)
tableName -
public int getCount()
public DataTable get(int index)
index -
public DataTable get(java.lang.String tableName)
tableName -
public java.util.Iterator<DataTable> iterator()
iterator in interface java.lang.Iterable<DataTable>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||