git://secure.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
unified title and description handling in wizards
[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
}