Package com.alibaba.druid.sql.ast.expr
Class SQLParametricMethodInvokeExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr
com.alibaba.druid.sql.ast.expr.SQLParametricMethodInvokeExpr
- All Implemented Interfaces:
SQLExpr,SQLObject,SQLReplaceable,Serializable,Cloneable
- See Also:
-
Field Summary
FieldsFields inherited from class com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr
arguments, from, hasFor, methodName, methodNameHashCode64, owner, resolvedReturnDataType, trimOption, usingFields inherited from class com.alibaba.druid.sql.ast.SQLExprImpl
parenthesizedFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
ConstructorsConstructorDescriptionSQLParametricMethodInvokeExpr(String methodName) SQLParametricMethodInvokeExpr(String methodName, long methodNameHashCode64) SQLParametricMethodInvokeExpr(String methodName, SQLExpr owner) SQLParametricMethodInvokeExpr(String methodName, SQLExpr owner, SQLExpr... params) SQLParametricMethodInvokeExpr(String methodName, SQLExpr owner, List<SQLExpr> params) -
Method Summary
Methods inherited from class com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr
accept0, accept0, addArgument, addParameter, computeDataType, equals, getArguments, getAs, getChildren, getContent, getFor, getFrom, getMethodName, getOwner, getParameters, getResolvedReturnDataType, getTrimOption, getUsing, hashCode, match, methodNameHashCode64, output, replace, setArgument, setAs, setContent, setFor, setFrom, setMethodName, setOwner, setResolvedReturnDataType, setTrimOption, setUsingMethods inherited from class com.alibaba.druid.sql.ast.SQLExprImpl
isParenthesized, setParenthesizedMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
-
Field Details
-
secondArguments
-
-
Constructor Details
-
SQLParametricMethodInvokeExpr
public SQLParametricMethodInvokeExpr() -
SQLParametricMethodInvokeExpr
-
SQLParametricMethodInvokeExpr
-
SQLParametricMethodInvokeExpr
-
SQLParametricMethodInvokeExpr
-
SQLParametricMethodInvokeExpr
-
-
Method Details
-
clone
-
cloneTo
- Overrides:
cloneToin classSQLMethodInvokeExpr
-
getSecondArguments
-
addSecondArgument
-