Class BigIntColumn
- java.lang.Object
 - 
- org.linuxforhealth.fhir.database.utils.model.ColumnBase
 - 
- org.linuxforhealth.fhir.database.utils.model.BigIntColumn
 
 
 
- 
public class BigIntColumn extends ColumnBase
Big Int Column 
- 
- 
Constructor Summary
Constructors Constructor Description BigIntColumn(java.lang.String name, boolean nullable)BigIntColumn(java.lang.String name, boolean nullable, java.lang.String defaultValue)Public constructor with a default value 
- 
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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BigIntColumn
public BigIntColumn(java.lang.String name, boolean nullable)- Parameters:
 name-
 
- 
BigIntColumn
public BigIntColumn(java.lang.String name, boolean nullable, java.lang.String defaultValue)Public constructor with a default value- Parameters:
 name-nullable-defaultValue-
 
 - 
 
- 
Method Detail
- 
getTypeInfo
public java.lang.String getTypeInfo(IDatabaseTypeAdapter adapter)
Description copied from class:ColumnBaseGet the type info string- Specified by:
 getTypeInfoin classColumnBase- Returns:
 
 
 - 
 
 -