Skip navigation links
com.essbase.eas.server.dbms
Class InitDB
java.lang.Object
com.essbase.eas.server.dbms.InitDB
-
public class InitDB
- extends java.lang.Object
Supports conversion of mid-tier database objects to XML representation. how to use this class for jdbc support: 1. user must first open jdbc cnx by calling: openCNX() 2. then execute the SQL via: getResultSet, getXML, getReplicationXML, modifyData 3. then close the jdbc cnx after all rows are processed via: closeCNX()
- Version:
- 1.0.0, 06/06/2001 Created (based upon a version by PaintedWord)
- Author:
- Hung Vo
| Method Summary |
static InitJDBC |
getDB(java.lang.String database, java.util.Properties props)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MYSQL_ROOT_USER
public static java.lang.String MYSQL_ROOT_USER
MYSQL_ROOT_PWD
public static java.lang.String MYSQL_ROOT_PWD
InitDB
public InitDB()
main
public static void main(java.lang.String[] args)
getDB
public static InitJDBC getDB(java.lang.String database,
java.util.Properties props)
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.