Class CitusTranslator
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.postgres.PostgresTranslator
-
- org.linuxforhealth.fhir.database.utils.citus.CitusTranslator
-
- All Implemented Interfaces:
IDatabaseTranslator
public class CitusTranslator extends PostgresTranslator
IDatabaseTranslator implementation supporting Citus
-
-
Constructor Summary
Constructors Constructor Description CitusTranslator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbType
getType()
The main type of the database-
Methods inherited from class org.linuxforhealth.fhir.database.utils.postgres.PostgresTranslator
addForUpdate, clobSupportsInline, createGlobalTempTable, createSequence, currentTimestampString, dropForeignKeyConstraint, dropView, dualTableName, fillProperties, getDriverClassName, getUrl, globalTempTableName, isAlreadyExists, isConnectionError, isDeadlock, isDerby, isDuplicate, isDuplicateSchema, isFamilyPostgreSQL, isIndexUseSchemaPrefix, isLockTimeout, isUndefinedName, limit, maximumQueryParameters, nextValue, pagination, reorgTableCommand, selectSequenceNextValue, timestampDiff, translate
-
-
-
-
Method Detail
-
getType
public DbType getType()
Description copied from interface:IDatabaseTranslator
The main type of the database- Specified by:
getType
in interfaceIDatabaseTranslator
- Overrides:
getType
in classPostgresTranslator
- Returns:
-
-