public class ForeignKeyCandidate extends Object
| Constructor and Description |
|---|
ForeignKeyCandidate() |
| Modifier and Type | Method and Description |
|---|---|
PairedColumns |
getForeignKey() |
ForeignKeyToPrimaryKey |
getForeignKeyToPrimaryKey() |
BaseColumns |
getPrimaryKey() |
PrimaryKeyToForeignKey |
getPrimaryKeyToForeignKey() |
void |
setForeignKey(PairedColumns foreignKey) |
void |
setForeignKeyToPrimaryKey(ForeignKeyToPrimaryKey foreignKeyToPrimaryKey) |
void |
setPrimaryKey(BaseColumns primaryKey) |
void |
setPrimaryKeyToForeignKey(PrimaryKeyToForeignKey primaryKeyToForeignKey) |
String |
toString() |
public BaseColumns getPrimaryKey()
public void setPrimaryKey(BaseColumns primaryKey)
public PairedColumns getForeignKey()
public void setForeignKey(PairedColumns foreignKey)
public ForeignKeyToPrimaryKey getForeignKeyToPrimaryKey()
public void setForeignKeyToPrimaryKey(ForeignKeyToPrimaryKey foreignKeyToPrimaryKey)
public PrimaryKeyToForeignKey getPrimaryKeyToForeignKey()
public void setPrimaryKeyToForeignKey(PrimaryKeyToForeignKey primaryKeyToForeignKey)
Copyright © 2018–2020 ODPi. All rights reserved.