|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontimize.db.sql.SQLHandlerFactory
| Field Summary | |
static int |
ACCESS
The type of SQLHandler for Access's database. |
static int |
HSQLDB
The type of SQLHandler for HSQLDB's database. |
static int |
MYSQL
The type of SQLHandler for MySQL's database |
static int |
ORACLE
The type of SQLHandler for Oracle's database. |
static int |
POSTGRE
The type of SQLHandler for Postgre's database. |
static int |
SQLSERVER
The type of SQLHandler for SQL Server's database. |
| Constructor Summary | |
SQLHandlerFactory()
|
|
| Method Summary | |
static SQLHandler |
instanceSQLHandler(int handlerType)
Returns the SQLHandler of the type that is indicated. |
static SQLHandler |
instanceSQLHandler(java.lang.String handlerType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int POSTGRE
public static final int ORACLE
public static final int SQLSERVER
public static final int HSQLDB
public static final int ACCESS
public static final int MYSQL
| Constructor Detail |
public SQLHandlerFactory()
| Method Detail |
public static SQLHandler instanceSQLHandler(int handlerType)
handlerType - The type of SQLHandler.
SQLHandler of the indicated type.public static SQLHandler instanceSQLHandler(java.lang.String handlerType)
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||