SQL Plugin copied from Quantum plugin and refactored for PHPEclipse
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.sql / src / net / sourceforge / phpdt / sql / view / LogConstants.java
1 package net.sourceforge.phpdt.sql.view;
2
3 public interface LogConstants {
4         public int QUERY = 1;
5         public int ERROR = 2;
6         public int RESULTS = 3;
7         public int WARNING = 4;
8         public int DEFAULT = 5;
9 }