public class SQLForeignKey extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLForeignKey.Rule |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SQLForeignKey.Rule |
getDeleteRule() |
String |
getFKColumnName()
Get the column containing the foreign key
|
String |
getFKTableName()
Get the table containing the foreign key
|
String |
getName()
Get the key name
|
String |
getPKColumnName()
Get the column containing the primary key
|
String |
getPKTableName()
Get the table containing the primary key
|
SQLForeignKey.Rule |
getUpdateRule() |
int |
hashCode() |
public String getName()
public String getPKTableName()
public String getPKColumnName()
public String getFKTableName()
public String getFKColumnName()
public SQLForeignKey.Rule getUpdateRule()
public SQLForeignKey.Rule getDeleteRule()
Copyright © 2018. All rights reserved.