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