public class AddForeignKeyCommand extends Object implements AlterTableCommand
Modifier and Type | Method and Description |
---|---|
static AddForeignKeyCommand |
createCommand(String constraintName,
String sourceColumn,
String destinationTable,
String destinationColumn) |
String |
getCommandName() |
String |
getCommandParameters() |
public static AddForeignKeyCommand createCommand(String constraintName, String sourceColumn, String destinationTable, String destinationColumn)
public String getCommandName()
getCommandName
in interface AlterTableCommand
public String getCommandParameters()
getCommandParameters
in interface AlterTableCommand
Copyright © 2003–2015 Atlassian. All rights reserved.