|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.database.DatabaseInformationModel
com.pixelmed.database.DicomDatabaseInformationModel
com.pixelmed.database.MinimalPatientStudySeriesInstanceModel
com.pixelmed.apps.DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurPatientStudySeriesInstanceModel
protected class DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurPatientStudySeriesInstanceModel
| Field Summary |
|---|
| Fields inherited from class com.pixelmed.database.DicomDatabaseInformationModel |
|---|
derivedAcquisitionDateTimeColumnName, derivedContentDateTimeColumnName, derivedLossyImageCompressionColumnName, derivedSeriesDateTimeColumnName, derivedStudyDateTimeColumnName |
| Method Summary | |
|---|---|
protected void |
extendCreateStatementStringWithUserColumns(StringBuffer b,
InformationEntity ie)
Extend a SQL CREATE TABLE statement in the process of being constructed with any user optional columns that the model requires. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
protected void extendCreateStatementStringWithUserColumns(StringBuffer b,
InformationEntity ie)
DatabaseInformationModelExtend a SQL CREATE TABLE statement in the process of being constructed with any user optional columns that the model requires.
Called when creating the tables for a new database.
Specific to each concrete information model extending DatabaseInformationModel.
Defaults to adding four extra columns for each table if not overridden (i.e. it is not abstract).
extendCreateStatementStringWithUserColumns in class DatabaseInformationModelb - the statement being constructedie - the InformationEntity for which a create table statement is being constructed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||