Package org.iplass.mtp.entity.query
Class Select
java.lang.Object
org.iplass.mtp.entity.query.Select
- All Implemented Interfaces:
Serializable,ASTNode
SELECT句を表す。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSelect()Select(boolean isDistinct, List<ValueExpression> selectValues) Select(boolean isDistinct, ValueExpression[] selectValueArray) Select(HintComment hintComment, boolean isDistinct, List<ValueExpression> selectValues) Select(HintComment hintComment, boolean isDistinct, ValueExpression[] selectValueArray) -
Method Summary
Modifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(QueryVisitor visitor) distinct()booleaninthashCode()booleanvoidsetDistinct(boolean isDistinct) voidsetHintComment(HintComment hintComment) voidsetSelectValues(List<ValueExpression> selectValues) toString()
-
Constructor Details
-
Select
public Select() -
Select
-
Select
-
Select
-
Select
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getHintComment
-
setHintComment
-
isDistinct
public boolean isDistinct() -
setDistinct
public void setDistinct(boolean isDistinct) -
getSelectValues
-
setSelectValues
-
accept
-
values
-
distinct
-
hintComment
-
addHint
-
addHint
-
add
-
add
-
accept
-