public class PrimaryKeySchemaObject extends Object
| 构造器和说明 |
|---|
PrimaryKeySchemaObject(String name,
PrimaryKeyTypeObject type) |
PrimaryKeySchemaObject(String name,
PrimaryKeyTypeObject type,
PrimaryKeyOptionObject option) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getName() |
PrimaryKeyOptionObject |
getOption() |
PrimaryKeyTypeObject |
getType() |
void |
setName(String name) |
void |
setOption(PrimaryKeyOptionObject option) |
void |
setType(PrimaryKeyTypeObject type) |
public PrimaryKeySchemaObject(String name, PrimaryKeyTypeObject type)
public PrimaryKeySchemaObject(String name, PrimaryKeyTypeObject type, PrimaryKeyOptionObject option)
public String getName()
public void setName(String name)
public PrimaryKeyTypeObject getType()
public void setType(PrimaryKeyTypeObject type)
public PrimaryKeyOptionObject getOption()
public void setOption(PrimaryKeyOptionObject option)
Copyright © 2018. All rights reserved.