public static final class NodeBackup.ForeignKeyDefinitionNode extends Object
| Constructor and Description |
|---|
ForeignKeyDefinitionNode() |
| Modifier and Type | Method and Description |
|---|---|
static NodeCreator |
add(NodeCreator node) |
static String |
getFromColumn(NodeParser node) |
static String |
getFromTable(NodeParser node) |
static String |
getName(NodeParser node) |
static String |
getToColumn(NodeParser node) |
static String |
getToTable(NodeParser node) |
static NodeCreator |
setFromColumn(NodeCreator node,
String fromColumn) |
static NodeCreator |
setFromTable(NodeCreator node,
String fromTable) |
static NodeCreator |
setToColumn(NodeCreator node,
String toField) |
static NodeCreator |
setToTable(NodeCreator node,
String toTable) |
public static final String NAME
public static NodeCreator add(NodeCreator node)
public static String getName(NodeParser node)
public static String getFromTable(NodeParser node)
public static NodeCreator setFromTable(NodeCreator node, String fromTable)
public static String getFromColumn(NodeParser node)
public static NodeCreator setFromColumn(NodeCreator node, String fromColumn)
public static String getToTable(NodeParser node)
public static NodeCreator setToTable(NodeCreator node, String toTable)
public static NodeCreator setToColumn(NodeCreator node, String toField)
public static String getToColumn(NodeParser node)
Copyright © 2018 Atlassian. All rights reserved.