DataTable
Contents
[
Hide
]Inheritance: java.lang.Object
public class DataTable
DataTable class.
Constructors
Constructor | Description |
---|---|
DataTable() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getColumns() | Getter for the field columns . |
getRows() | Getter for the field rows . |
hashCode() | |
newRow() | newRow. |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
DataTable()
public DataTable()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColumns()
public DataColumnCollection getColumns()
Getter for the field columns
.
Returns: DataColumnCollection - a DataColumnCollection object.
getRows()
public DataRowCollection getRows()
Getter for the field rows
.
Returns: DataRowCollection - a DataRowCollection object.
hashCode()
public native int hashCode()
Returns: int
newRow()
public DataRow newRow()
newRow.
Returns: DataRow - a DataRow object.
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |