Class DerbyNetworkTranslator
- java.lang.Object
-
- com.ibm.fhir.database.utils.derby.DerbyTranslator
-
- com.ibm.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 String
getDriverClassName()
Get the driver class to use for connectionsString
getUrl(Properties connectionProperties)
Get the JDBC connection URL based on the properties-
Methods inherited from class com.ibm.fhir.database.utils.derby.DerbyTranslator
addForUpdate, clobSupportsInline, createGlobalTempTable, createSequence, currentTimestampString, dropForeignKeyConstraint, dualTableName, fillProperties, getType, globalTempTableName, isAlreadyExists, isConnectionError, isDeadlock, isDerby, isDuplicate, isLockTimeout, isUndefinedName, limit, nextValue, 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 com.ibm.fhir.database.utils.api.IDatabaseTranslator
isIndexUseSchemaPrefix
-
-
-
-
Method Detail
-
getDriverClassName
public 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 String getUrl(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:
-
-