DFBool |
| Name | Description | |
|---|---|---|
| DFBoolColumn | Default constructor. | |
| DFBoolColumn(String) | Constructs a DFBoolColumn instance with the given name. | |
| DFBoolColumn(String, IDFColumn) | Constructs a DFBoolColumn instance with the given name. Column elements are initialized with data from the given column, after conversion to bool. | |
| DFBoolColumn(String, Boolean) | Constructs a DFBoolColumn instance with the given name. Column elements are initialized with data from the given array. |