Package com.alibaba.druid.sql.ast
Class SQLUnpivot
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLUnpivot
- All Implemented Interfaces:
SQLObject
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SQLUnpivot.NullsIncludeTypeprotected final List<SQLSelectItem>Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidclone()getItems()voidsetNullsIncludeType(SQLUnpivot.NullsIncludeType nullsIncludeType) 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, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
-
Field Details
-
nullsIncludeType
-
items
-
pivotFor
-
pivotIn
-
-
Constructor Details
-
SQLUnpivot
public SQLUnpivot()
-
-
Method Details
-
accept0
- Specified by:
accept0in classSQLObjectImpl
-
getNullsIncludeType
-
setNullsIncludeType
-
getPivotFor
-
getPivotIn
-
getItems
-
addItem
-
clone
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classSQLObjectImpl
-