| Package | Description |
|---|---|
| com.bayesserver.data |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataColumnCollection.add(int index,
DataColumn element)
Adds a DataColumn instance at the given index.
|
Copyright © 2021. All rights reserved.