Class DerbyNetworkTranslator
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.derby.DerbyTranslator
-
- org.linuxforhealth.fhir.database.utils.derby.DerbyNetworkTranslator
-
- All Implemented Interfaces:
IDatabaseTranslator
public class DerbyNetworkTranslator extends DerbyTranslator
translates database access to Derby supported access.
-
-
Constructor Summary
Constructors Constructor Description DerbyNetworkTranslator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDriverClassName()
Get the driver class to use for connectionsjava.lang.String
getUrl(java.util.Properties connectionProperties)
Get the JDBC connection URL based on the properties-
Methods inherited from class org.linuxforhealth.fhir.database.utils.derby.DerbyTranslator
addForUpdate, clobSupportsInline, createGlobalTempTable, createSequence, currentTimestampString, dropForeignKeyConstraint, dropView, dualTableName, fillProperties, getType, globalTempTableName, isAlreadyExists, isConnectionError, isDeadlock, isDerby, isDuplicate, isFamilyPostgreSQL, isLockTimeout, isUndefinedName, limit, nextValue, pagination, reorgTableCommand, selectSequenceNextValue, timestampDiff, translate
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.linuxforhealth.fhir.database.utils.api.IDatabaseTranslator
isIndexUseSchemaPrefix, maximumQueryParameters
-
-
-
-
Method Detail
-
getDriverClassName
public java.lang.String getDriverClassName()
Description copied from interface:IDatabaseTranslator
Get the driver class to use for connections- Specified by:
getDriverClassName
in interfaceIDatabaseTranslator
- Overrides:
getDriverClassName
in classDerbyTranslator
- Returns:
-
getUrl
public java.lang.String getUrl(java.util.Properties connectionProperties)
Description copied from interface:IDatabaseTranslator
Get the JDBC connection URL based on the properties- Specified by:
getUrl
in interfaceIDatabaseTranslator
- Overrides:
getUrl
in classDerbyTranslator
- Returns:
-
-