preparing new release
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / model / Entity.java
index 66632cc..e4fd8a2 100644 (file)
@@ -14,6 +14,8 @@ public interface Entity extends BookmarkHolder, Comparable {
     public String getName();
     public String getSchema();
     public String getType();
+       public boolean isSynonym();
+       
     public Column[] getColumns() throws NotConnectedException, SQLException;
     public Index[] getIndexes() throws NotConnectedException, SQLException;
     public Column getColumn(String columnName) throws NotConnectedException, SQLException;