/**
* The equivalent of a SQL operation.
**/
Sql.FilterItem = new Class
({
Extends: Sql.Operation
,Tag: 'sql-filter-item'
,Properties:
{
primary:
type: Boolean
}
,primary: true
});