Package com.ibm.fhir.database.utils.db2
Class Db2Reorg
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.db2.Db2Reorg
 
 
- 
- All Implemented Interfaces:
 IDatabaseStatement
public class Db2Reorg extends Object implements IDatabaseStatement
Reorg the schema.table Be sure to complete all database operations and release all locks before you invoke REORG. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(IDatabaseTranslator translator, Connection c)Execute the statement using the connection. 
 - 
 
- 
- 
Method Detail
- 
run
public void run(IDatabaseTranslator translator, Connection c)
Description copied from interface:IDatabaseStatementExecute the statement using the connection.- Specified by:
 runin interfaceIDatabaseStatement- Parameters:
 translator- to translate any exceptions
 
 - 
 
 -