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
ConstructorDescriptionSelect()
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) void
accept
(QueryVisitor visitor) distinct()
boolean
int
hashCode()
boolean
void
setDistinct
(boolean isDistinct) void
setHintComment
(HintComment hintComment) void
setSelectValues
(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
-