Class GetSchemaVersion
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.schema.GetSchemaVersion
 
 
- 
- All Implemented Interfaces:
 IDatabaseSupplier<java.lang.Integer>
public class GetSchemaVersion extends java.lang.Object implements IDatabaseSupplier<java.lang.Integer>
Get the current schema version from the WHOLE_SCHEMA_VERSION table 
- 
- 
Constructor Summary
Constructors Constructor Description GetSchemaVersion(java.lang.String schemaName)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integerrun(IDatabaseTranslator translator, java.sql.Connection c)Execute the statement using the connection and return the value 
 - 
 
- 
- 
Method Detail
- 
run
public java.lang.Integer run(IDatabaseTranslator translator, java.sql.Connection c)
Description copied from interface:IDatabaseSupplierExecute the statement using the connection and return the value- Specified by:
 runin interfaceIDatabaseSupplier<java.lang.Integer>- Parameters:
 translator- to translate any exceptions
 
 - 
 
 -