4 * To change the template for this generated file go to
5 * Window>Preferences>Java>Code Generation>Code and Comments
7 package net.sourceforge.phpdt.sql.sql;
11 * Constants for the different types of database elements that we can access
13 public interface DbElementsConstants {
14 String Table = "TABLE";
16 String Sequence = "SEQUENCE";