git://secure.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
shortened display text of variable proposal in content assist
[phpeclipse.git]
/
archive
/
net.sourceforge.phpeclipse.quantum.sql
/
src
/
com
/
quantum
/
view
/
LogConstants.java
1
package com.quantum.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
}