|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.Data.DataTable
public class DataTable
| Constructor Summary | |
|---|---|
DataTable()
|
|
DataTable(DataSet dataset)
|
|
| Method Summary | |
|---|---|
void |
Clear()
Clears the DataTable of all data. |
DataTable |
Clone()
Clones the structure of the DataTable. |
DataTable |
Copy()
Copies both the structure and data for this DataTable. |
DataColumnCollection |
getColumns()
Gets the collection of columns that belong to this table. |
DataSet |
getDataSet()
Gets the DataSet that this table belongs to. |
DataView |
getDefaultView()
Gets a customized view of the table which may include a filtered view, or a cursor position. |
DataRowCollection |
getRows()
Gets the collection of rows that belong to this table. |
java.lang.String |
getTableName()
Gets table name. |
DataRow |
NewRow()
Creates a new DataRow with the same schema as the table. |
void |
setTableName(java.lang.String value)
Sets table name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataTable()
public DataTable(DataSet dataset)
| Method Detail |
|---|
public DataRow NewRow()
public void Clear()
public DataTable Clone()
public DataTable Copy()
public DataView getDefaultView()
public java.lang.String getTableName()
public void setTableName(java.lang.String value)
value - public DataColumnCollection getColumns()
public DataRowCollection getRows()
public DataSet getDataSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||