Class Alias
java.lang.Object
no.sikt.graphitron.definitions.mapping.Alias
- All Implemented Interfaces:
JoinElement
Holds an alias.
-
Constructor Summary
ConstructorsConstructorDescriptionAlias(String prefix, JOOQMapping table, boolean isLeft) Alias(String prefix, JoinListSequence joinSequence, boolean isLeft) -
Method Summary
-
Constructor Details
-
Alias
-
Alias
-
-
Method Details
-
getMappingName
- Specified by:
getMappingNamein interfaceJoinElement- Returns:
- Alias name.
-
getShortName
- Returns:
- Shortened version of the alias name.
-
getCodeName
- Specified by:
getCodeNamein interfaceJoinElement- Returns:
- The method call version of the name.
-
clearsPreviousSequence
public boolean clearsPreviousSequence()- Specified by:
clearsPreviousSequencein interfaceJoinElement- Returns:
- Should this element reset the sequence?
-
getTable
- Specified by:
getTablein interfaceJoinElement- Returns:
- The table that this join element is built of.
-
equals
-
hashCode
public int hashCode() -
getVariableValue
-