Class SmallIntBooleanColumn
- java.lang.Object
 - 
- org.linuxforhealth.fhir.database.utils.model.ColumnBase
 - 
- org.linuxforhealth.fhir.database.utils.model.SmallIntBooleanColumn
 
 
 
- 
public class SmallIntBooleanColumn extends ColumnBase
Column acting as either a boolean or smallint depending on the underlying database type 
- 
- 
Constructor Summary
Constructors Constructor Description SmallIntBooleanColumn(java.lang.String name, boolean nullable, java.lang.String defaultValue) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetTypeInfo(IDatabaseTypeAdapter adapter)Get the type info string- 
Methods inherited from class org.linuxforhealth.fhir.database.utils.model.ColumnBase
getDefaultVal, getName, getTypeDef, isNullable, resetDefaultValue 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getTypeInfo
public java.lang.String getTypeInfo(IDatabaseTypeAdapter adapter)
Description copied from class:ColumnBaseGet the type info string- Specified by:
 getTypeInfoin classColumnBase- Returns:
 
 
 - 
 
 -