Uses of Class
com.bayesserver.data.DataRow
-
Packages that use DataRow Package Description com.bayesserver.data -
-
Uses of DataRow in com.bayesserver.data
Methods in com.bayesserver.data that return DataRow Modifier and Type Method Description DataRow
DataRowCollection. add(Object... items)
Adds a new row of values to the collection.DataRow
DataRow. copy()
Creates a copy of this instance.DataRow
DataRowCollection. get(int index)
Gets the row at the given index.DataRow
DataTable. newRow()
Creates a new row of data, but does not add it to the table.DataRow
DataRowCollection. remove(int index)
Removes the row at the given index.Methods in com.bayesserver.data with parameters of type DataRow Modifier and Type Method Description void
DataRowCollection. add(int index, DataRow element)
Adds a DataRow instance at the given index.
-