|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableFK | |
---|---|
salto.tool.sql | |
salto.tool.sql.data |
Uses of TableFK in salto.tool.sql |
---|
Methods in salto.tool.sql that return TableFK | |
---|---|
static TableFK[][] |
DatabaseInfo.getExportedFK(TableInfo table)
|
static TableFK[] |
DatabaseInfo.getFK(java.sql.Connection conn,
java.lang.String tableName)
|
TableFK[] |
DatabaseInfo.getFK(java.sql.Connection conn,
java.lang.String[] tableName)
Gets a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.) |
static TableFK[] |
DatabaseInfo.getFK(java.lang.String tableName)
Gets a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.) |
static TableFK[][] |
DatabaseInfo.getFK(TableInfo table,
int type)
|
static TableFK[][] |
DatabaseInfo.getImportedFK(TableInfo table)
|
Uses of TableFK in salto.tool.sql.data |
---|
Fields in salto.tool.sql.data declared as TableFK | |
---|---|
protected TableFK[][] |
TableInfo.exportedFk
les cl�s �trang�res (la table est ma�tre) |
protected TableFK[][] |
TableInfo.importedFk
les cl�s �trang�res |
Methods in salto.tool.sql.data that return TableFK | |
---|---|
TableFK[][] |
TableInfo.getExportedFk()
Gets the exported foreign keys. |
TableFK[][] |
TableInfo.getFK()
|
TableFK[][] |
TableInfo.getImportedFk()
Gets the imported foreign keys. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |