def is_selectable(self): """returns True if this ClauseElement is Selectable, i.e. it contains a list of Column objects and can be used as the target of a select statement.""" return False