Package de.jaggl.sqlbuilder.functions
Class ColumnFunction
- java.lang.Object
-
- de.jaggl.sqlbuilder.functions.ColumnFunction
-
- All Implemented Interfaces:
EqualityConditions,Aliasable,Selectable,SqlTypeSupplier,Valuable,Function
- Direct Known Subclasses:
NumberColumnFunction
public abstract class ColumnFunction extends Object implements Function, EqualityConditions
- Since:
- 2.0.0
- Author:
- Martin Schumacher
-
-
Field Summary
Fields Modifier and Type Field Description protected Columncolumnprotected Stringdefinition
-
Constructor Summary
Constructors Constructor Description ColumnFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue(BuildingContext context, Indentation indentation)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.jaggl.sqlbuilder.conditions.EqualityConditions
eq, eq, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, nEq, nEq
-
Methods inherited from interface de.jaggl.sqlbuilder.domain.SqlTypeSupplier
getSqlType
-
-
-
-
Method Detail
-
getValue
public String getValue(BuildingContext context, Indentation indentation)
-
-