- The Columns::is_uda() method allows identification of UDA attributes.
This commit is contained in:
Paul Beckingham 2014-04-15 21:11:10 -04:00
parent 416b597c8a
commit 194db8634e
3 changed files with 8 additions and 0 deletions

View file

@ -56,6 +56,12 @@ ColumnUDA::~ColumnUDA ()
{
}
////////////////////////////////////////////////////////////////////////////////
bool ColumnUDA::is_uda () const
{
return true;
}
////////////////////////////////////////////////////////////////////////////////
bool ColumnUDA::validate (std::string& value)
{