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 DataRowDataRowCollection. add(Object... items)Adds a new row of values to the collection.DataRowDataRow. copy()Creates a copy of this instance.DataRowDataRowCollection. get(int index)Gets the row at the given index.DataRowDataTable. newRow()Creates a new row of data, but does not add it to the table.DataRowDataRowCollection. 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 voidDataRowCollection. add(int index, DataRow element)Adds a DataRow instance at the given index.
-