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 DataColumn
DataColumnCollection. add(String columnName, Class dataType)
Adds a new DataColumn to the collection.DataColumn
DataColumn. copy()
Copies the DataColumn instance.DataColumn
DataColumnCollection. get(int index)
Gets the DataColumn at the given index.DataColumn
DataColumnCollection. get(String columnName)
Gets the column with the specified name, or null if the name if not found.DataColumn
DataColumnCollection. 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 void
DataColumnCollection. add(int index, DataColumn element)
Adds a DataColumn instance at the given index.
-