Class SQLJoinTableSource.UDJ
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLJoinTableSource.UDJ
- All Implemented Interfaces:
SQLObject
- Enclosing class:
- SQLJoinTableSource
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected SQLExprprotected List<SQLAssignItem>protected List<SQLSelectOrderByItem>Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclone()getAlias()voidvoidsetFunction(SQLExpr function) Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
-
Field Details
-
function
-
arguments
-
alias
-
columns
-
sortBy
-
properties
-
-
Constructor Details
-
UDJ
public UDJ() -
UDJ
-
-
Method Details
-
accept0
- Specified by:
accept0in classSQLObjectImpl
-
getSortBy
-
clone
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classSQLObjectImpl
-
getFunction
-
setFunction
-
getArguments
-
getColumns
-
getAlias
-
setAlias
-
getProperties
-