preparing new release
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / model / TableImpl.java
index 87e5c85..c0440cc 100644 (file)
@@ -6,8 +6,8 @@ import com.quantum.sql.MultiSQLServer;
 
 
 class TableImpl extends EntityImpl implements Table {
-    public TableImpl(Bookmark bookmark, String schema, String name) {
-        super(bookmark, schema, name, TABLE_TYPE);
+    public TableImpl(Bookmark bookmark, String schema, String name, boolean isSynonym) {
+        super(bookmark, schema, name, TABLE_TYPE, isSynonym);
     }
     
     public Integer getSize() {