Class UpdateSchemaVersionPostgresql
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.schema.UpdateSchemaVersion
 - 
- com.ibm.fhir.database.utils.schema.UpdateSchemaVersionPostgresql
 
 
 
- 
- All Implemented Interfaces:
 IDatabaseStatement
public class UpdateSchemaVersionPostgresql extends UpdateSchemaVersion
Update the schema version recorded in the WHOLE_SCHEMA_VERSION table Postgresql-specific to handle ON CONFLICT DO NOTHING 
- 
- 
Constructor Summary
Constructors Constructor Description UpdateSchemaVersionPostgresql(java.lang.String schemaName, int version)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetInsertSQL(java.lang.String schemaName)Get the statement string for inserting a record into WHOLE_SCHEMA_VERSION- 
Methods inherited from class com.ibm.fhir.database.utils.schema.UpdateSchemaVersion
run 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getInsertSQL
protected java.lang.String getInsertSQL(java.lang.String schemaName)
Description copied from class:UpdateSchemaVersionGet the statement string for inserting a record into WHOLE_SCHEMA_VERSION- Overrides:
 getInsertSQLin classUpdateSchemaVersion- Returns:
 - the SQL insert statement
 
 
 - 
 
 -