com.alibaba.druid.sql.ast.statement
Class SQLAlterTableAddPrimaryKey
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLAlterTableAddPrimaryKey
- All Implemented Interfaces:
- SQLObject, SQLAlterTableItem, Serializable
public class SQLAlterTableAddPrimaryKey
- extends SQLObjectImpl
- implements SQLAlterTableItem
- See Also:
- Serialized Form
SQLAlterTableAddPrimaryKey
public SQLAlterTableAddPrimaryKey()
getPrimaryKey
public SQLPrimaryKey getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(SQLPrimaryKey primaryKey)
Copyright © 2012 Alibaba Group. All Rights Reserved.