Package org.ehrbase.aql.sql.queryimpl
Class PGType
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.PGType
-
public class PGType extends Object
Created by christian on 5/9/2018.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMA_VALUEstatic StringDENOMINATORstatic StringMAGNITUDEstatic StringNUMERATORstatic StringVALUEstatic StringVALUE_VALUE
-
Constructor Summary
Constructors Constructor Description PGType(List<String> segmentedPath, IQueryImpl.Clause clause)
-
-
-
Field Detail
-
MAGNITUDE
public static final String MAGNITUDE
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
VALUE_VALUE
public static final String VALUE_VALUE
- See Also:
- Constant Field Values
-
COMMA_VALUE
public static final String COMMA_VALUE
- See Also:
- Constant Field Values
-
NUMERATOR
public static final String NUMERATOR
- See Also:
- Constant Field Values
-
DENOMINATOR
public static final String DENOMINATOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PGType
public PGType(List<String> segmentedPath, IQueryImpl.Clause clause)
-
-
Method Detail
-
forRmType
public org.jooq.DataType forRmType(String type)
-
-