Class ParameterMarkerProjection
- java.lang.Object
-
- org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ParameterMarkerProjection
-
- All Implemented Interfaces:
Projection
public final class ParameterMarkerProjection extends Object implements Projection
ParameterMarker projection.
-
-
Constructor Summary
Constructors Constructor Description ParameterMarkerProjection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectioncloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerIdentifier)Clone with owner.Optional<String>getAlias()Get alias.StringgetColumnLabel()Get columnLabel.StringgetExpression()Get expression.
-
-
-
Method Detail
-
getExpression
public String getExpression()
Description copied from interface:ProjectionGet expression.- Specified by:
getExpressionin interfaceProjection- Returns:
- expression
-
getColumnLabel
public String getColumnLabel()
Description copied from interface:ProjectionGet columnLabel.- Specified by:
getColumnLabelin interfaceProjection- Returns:
- columnLabel
-
getAlias
public Optional<String> getAlias()
Description copied from interface:ProjectionGet alias.- Specified by:
getAliasin interfaceProjection- Returns:
- alias
-
cloneWithOwner
public Projection cloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerIdentifier)
Description copied from interface:ProjectionClone with owner.- Specified by:
cloneWithOwnerin interfaceProjection- Parameters:
ownerIdentifier- owner identifier- Returns:
- new projection
-
-