Columns
- The Columns::is_uda() method allows identification of UDA attributes.
This commit is contained in:
@@ -56,6 +56,12 @@ ColumnUDA::~ColumnUDA ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool ColumnUDA::is_uda () const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool ColumnUDA::validate (std::string& value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user