Uses of Class
com.bayesserver.data.DataColumn
-
Packages that use DataColumn Package Description com.bayesserver.data -
-
Uses of DataColumn in com.bayesserver.data
Methods in com.bayesserver.data that return DataColumn Modifier and Type Method Description DataColumnDataColumnCollection. add(String columnName, Class dataType)Adds a new DataColumn to the collection.DataColumnDataColumn. copy()Copies the DataColumn instance.DataColumnDataColumnCollection. get(int index)Gets the DataColumn at the given index.DataColumnDataColumnCollection. get(String columnName)Gets the column with the specified name, or null if the name if not found.DataColumnDataColumnCollection. remove(int index)Removes the DataColumn at the given index.Methods in com.bayesserver.data with parameters of type DataColumn Modifier and Type Method Description voidDataColumnCollection. add(int index, DataColumn element)Adds a DataColumn instance at the given index.
-