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.StringgetDriverClassName()Get the driver class to use for connectionsjava.lang.StringgetUrl(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:IDatabaseTranslatorGet the driver class to use for connections- Specified by:
 getDriverClassNamein interfaceIDatabaseTranslator- Overrides:
 getDriverClassNamein classDerbyTranslator- Returns:
 
 
- 
getUrl
public java.lang.String getUrl(java.util.Properties connectionProperties)
Description copied from interface:IDatabaseTranslatorGet the JDBC connection URL based on the properties- Specified by:
 getUrlin interfaceIDatabaseTranslator- Overrides:
 getUrlin classDerbyTranslator- Returns:
 
 
 - 
 
 -