Some RDBMS provide a way to comment various database objects.
DbMeta can retrieve those comments through the weeDbMetaCommentable interface.
When a database object is commentable, its class implements the weeDbMetaCommentable interface.
<?php $bIsCommentable = $oDbObject instanceof weeDbMetaCommentable;