com.alibaba.druid.sql.ast.statement
Interface SQLPrimaryKey

All Superinterfaces:
SQLConstaint, SQLObject, SQLTableElement, SQLUniqueConstraint
All Known Implementing Classes:
MySqlPrimaryKey, OraclePrimaryKey

public interface SQLPrimaryKey
extends SQLUniqueConstraint, SQLTableElement


Method Summary
 
Methods inherited from interface com.alibaba.druid.sql.ast.statement.SQLUniqueConstraint
getColumns
 
Methods inherited from interface com.alibaba.druid.sql.ast.statement.SQLConstaint
getName, setName
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 



Copyright © 2012 Alibaba Group. All Rights Reserved.