Package de.jaggl.sqlbuilder.domain
Class PlainSelectable
- java.lang.Object
-
- de.jaggl.sqlbuilder.domain.PlainSelectable
-
- All Implemented Interfaces:
Aliasable,Selectable,Valuable
public class PlainSelectable extends Object implements Selectable
- Since:
- 2.0.0
- Author:
- Martin Schumacher
-
-
Constructor Summary
Constructors Constructor Description PlainSelectable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Selectableas(String alias)StringgetValue(BuildingContext context, Indentation indentation)
-
-
-
Method Detail
-
as
public Selectable as(String alias)
-
getValue
public String getValue(BuildingContext context, Indentation indentation)
-
-