Package de.jaggl.sqlbuilder.core.domain
Class ValuableColumn
- java.lang.Object
-
- de.jaggl.sqlbuilder.core.domain.ValuableColumn
-
-
Constructor Summary
Constructors Constructor Description ValuableColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetValue(BuildingContext context, Indentation indentation)
-
-
-
Method Detail
-
getValue
public String getValue(BuildingContext context, Indentation indentation)
-
getName
public String getName()
-
-