Package net.hironico.minisql.model
Class SQLTableForeignKey
java.lang.Object
net.hironico.minisql.model.SQLObject
net.hironico.minisql.model.SQLTableForeignKey
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class net.hironico.minisql.model.SQLObject
SQLObject.DDLActionEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionintFields inherited from class net.hironico.minisql.model.SQLObject
color, name, schemaName, type -
Constructor Summary
ConstructorsConstructorDescriptionSQLTableForeignKey(String name) SQLTableForeignKey(String name, String pkSchemaName, String pkTableName, String pkColumnName, String fkSchemaName, String fkTableName, String fkColumnName) -
Method Summary
Methods inherited from class net.hironico.minisql.model.SQLObject
executeUpdate, getCompatibleType, getDDL, getDDLCreate, getDDLDrop, toString
-
Field Details
-
fkSchemaName
-
fkTableName
-
fkColumnName
-
pkSchemaName
-
pkTableName
-
pkColumnName
-
deleteRule
-
updateRule
-
kewSeq
public int kewSeq
-
-
Constructor Details
-
SQLTableForeignKey
-
SQLTableForeignKey
-