package net.sourceforge.phpdt.sql.model; /** * @author BC */ public interface View extends Entity { public int getSize(); }