![]() |
NDEVR
API Documentation
|
Specialization of DefaultSetter for String types. More...
Public Member Functions | |
| void | setDefaultValueFrom (TableColumn &a, const TableColumn &b) |
Copies the default value from column b into column a. | |
Specialization of DefaultSetter for String types.
Copies the default value using the standard string-based getDefaultValue/setDefaultValue pair.
Definition at line 88 of file TableColumnType.h.
|
inline |
Copies the default value from column b into column a.
| [in] | a | The destination column that receives the default value. |
| [in] | b | The source column whose default value is copied. |
Definition at line 92 of file TableColumnType.h.
References TableColumn::getDefaultValue(), and TableColumn::setDefaultValue().