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 StringgetDriverClassName()Get the driver class to use for connectionsStringgetUrl(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, 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 com.ibm.fhir.database.utils.api.IDatabaseTranslator
isIndexUseSchemaPrefix 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getDriverClassName
public String getDriverClassName()
Description copied from interface:IDatabaseTranslatorGet the driver class to use for connections- Specified by:
 getDriverClassNamein interfaceIDatabaseTranslator- Overrides:
 getDriverClassNamein classDerbyTranslator- Returns:
 
 
- 
getUrl
public String getUrl(Properties connectionProperties)
Description copied from interface:IDatabaseTranslatorGet the JDBC connection URL based on the properties- Specified by:
 getUrlin interfaceIDatabaseTranslator- Overrides:
 getUrlin classDerbyTranslator- Returns:
 
 
 - 
 
 -