public class ForeignKeyEntry extends Object
| Constructor and Description |
|---|
ForeignKeyEntry(ResultSet foreignKeyResultSet) |
| Modifier and Type | Method and Description |
|---|---|
short |
getDeferability() |
short |
getDeleteRule() |
String |
getFkCategory() |
ColumnDescription |
getFkColumnDescription() |
String |
getFkColumnName() |
String |
getFkName() |
String |
getFkSchema() |
String |
getFkTableName() |
String |
getPkCategory() |
ColumnDescription |
getPkColumnDescription() |
String |
getPkColumnName() |
String |
getPkName() |
String |
getPkSchema() |
String |
getPkTableName() |
short |
getUpdateRule() |
String |
toString() |
public ForeignKeyEntry(ResultSet foreignKeyResultSet) throws SQLException
foreignKeyResultSet - a ResultSet as returned by DatabaseMetaData.getExportedKeys(String, String, String) or DatabaseMetaData.getImportedKeys(String, String, String).SQLExceptionpublic String getPkCategory()
public String getPkSchema()
public String getPkTableName()
public String getPkColumnName()
public String getFkCategory()
public String getFkSchema()
public String getFkTableName()
public String getFkColumnName()
public short getUpdateRule()
public short getDeleteRule()
public String getFkName()
public String getPkName()
public short getDeferability()
public ColumnDescription getPkColumnDescription()
public ColumnDescription getFkColumnDescription()
Copyright © 2011–2022 Link Intersystems GmbH. All rights reserved.