|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas.jtests.util.Env
Utility class about the environment.
Field Summary | |
static int |
DB_ORACLE
|
static int |
DB_POSGRESQL
|
static int |
DB_UNKNOWN
|
Constructor Summary | |
Env()
|
Method Summary | |
static int |
getDatabaseType(java.sql.Connection c)
Get the type of a Database |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int DB_UNKNOWN
public static final int DB_ORACLE
public static final int DB_POSGRESQL
Constructor Detail |
public Env()
Method Detail |
public static int getDatabaseType(java.sql.Connection c) throws java.sql.SQLException
connection
- to the databse
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |