public class BaseColumns extends Object
| Constructor and Description |
|---|
BaseColumns() |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
getColumns() |
Boolean |
isDefinedNaturalKey() |
Boolean |
isDefinedPrimaryKey() |
Boolean |
isSelectedNaturalKey() |
Boolean |
isSelectedPrimaryKey() |
void |
setColumns(List<Column> columns) |
void |
setDefinedNaturalKey(Boolean definedNaturalKey) |
void |
setDefinedPrimaryKey(Boolean definedPrimaryKey) |
void |
setSelectedNaturalKey(Boolean selectedNaturalKey) |
void |
setSelectedPrimaryKey(Boolean selectedPrimaryKey) |
String |
toString() |
public Boolean isSelectedPrimaryKey()
public void setSelectedPrimaryKey(Boolean selectedPrimaryKey)
public Boolean isDefinedPrimaryKey()
public void setDefinedPrimaryKey(Boolean definedPrimaryKey)
public Boolean isSelectedNaturalKey()
public void setSelectedNaturalKey(Boolean selectedNaturalKey)
public Boolean isDefinedNaturalKey()
public void setDefinedNaturalKey(Boolean definedNaturalKey)
Copyright © 2018–2019 ODPi. All rights reserved.