Class PGAlterDatabaseStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGAlterDatabaseStatement
- All Implemented Interfaces:
SQLDbTypedObject,SQLObject,SQLStatement,SQLAlterStatement,SQLDDLStatement,PGSQLObject,PGSQLStatement
public class PGAlterDatabaseStatement
extends SQLStatementImpl
implements PGSQLStatement, SQLAlterStatement
- Author:
- lizongbo
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.alibaba.druid.sql.ast.statement.SQLDDLStatement
SQLDDLStatement.DDLObjectType -
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHintsFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept0(PGASTVisitor visitor) protected voidaccept0(SQLASTVisitor visitor) booleanbooleanbooleanvoidsetDatabaseName(SQLIdentifierExpr databaseName) voidsetOwnerToName(SQLIdentifierExpr ownerToName) voidsetRefreshCollationVersion(boolean refreshCollationVersion) voidsetRenameToName(SQLIdentifierExpr renameToName) voidsetResetParameterName(SQLIdentifierExpr resetParameterName) voidsetSetFromCurrent(boolean setFromCurrent) voidsetSetParameterName(SQLIdentifierExpr setParameterName) voidsetSetParameterValue(SQLExpr setParameterValue) voidsetSetTableSpaceName(SQLIdentifierExpr setTableSpaceName) voidsetUseEquals(boolean useEquals) Methods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringMethods 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, setSourceLineMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, 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, output, putAttribute, setParentMethods inherited from interface com.alibaba.druid.sql.ast.SQLStatement
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
Constructor Details
-
PGAlterDatabaseStatement
-
-
Method Details
-
getDatabaseName
-
setDatabaseName
-
getRenameToName
-
setRenameToName
-
getOwnerToName
-
setOwnerToName
-
getSetTableSpaceName
-
setSetTableSpaceName
-
isRefreshCollationVersion
public boolean isRefreshCollationVersion() -
setRefreshCollationVersion
public void setRefreshCollationVersion(boolean refreshCollationVersion) -
getSetParameterName
-
setSetParameterName
-
isUseEquals
public boolean isUseEquals() -
setUseEquals
public void setUseEquals(boolean useEquals) -
getSetParameterValue
-
setSetParameterValue
-
isSetFromCurrent
public boolean isSetFromCurrent() -
setSetFromCurrent
public void setSetFromCurrent(boolean setFromCurrent) -
getResetParameterName
-
setResetParameterName
-
getDDLObjectType
- Specified by:
getDDLObjectTypein interfaceSQLAlterStatement- Specified by:
getDDLObjectTypein interfaceSQLDDLStatement
-
accept0
- Specified by:
accept0in interfacePGSQLObject
-
accept0
- Overrides:
accept0in classSQLStatementImpl
-