public class PrimaryKey extends Object implements IModuleObject
| Constructor and Description |
|---|
PrimaryKey() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getKeyedColumn()
Get list of columns names defining primary key.
|
String |
getName()
Get name of the primary key.
|
void |
setKeyedColumn(List<String> keyedColumn)
Set list of names defining primary key columns.
|
void |
setName(String name)
Set the name of primary key.
|
public String getName()
public void setName(String name)
name - to set.public List<String> getKeyedColumn()
Copyright © 2018–2020 ODPi. All rights reserved.