public class TableJoinColumn extends Object
| Constructor and Description |
|---|
TableJoinColumn(DeployTableJoinColumn deploy)
Create the pair.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getForeignDbColumn()
Return the foreign database column name.
|
String |
getLocalDbColumn()
Return the local database column name.
|
boolean |
isInsertable()
Return true if this column should be insertable.
|
boolean |
isUpdateable()
Return true if this column should be updateable.
|
String |
toString() |
public TableJoinColumn(DeployTableJoinColumn deploy)
public String getForeignDbColumn()
public String getLocalDbColumn()
public boolean isInsertable()
public boolean isUpdateable()
Copyright © 2014. All Rights Reserved.