317318319320321322323
{ aConn.expire(); FromItem item = _fromList.get(0); aConn.addCompletion(new TableInvalidateCompletion(item.getEntityType().getTable().getName())); }
114115116117118119120
446447448449450451452453454
* Returns the table's invalidation. */ public AmberCompletion getInvalidateCompletion() { if (_invalidateCompletion == null) _invalidateCompletion = new TableInvalidateCompletion(getName()); return _invalidateCompletion; }