|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFieldLink
This interface represents a link between two fields in a table join.
The from field in the source table and the to field in the target table are used
to specify one link in a TableJoin
.
TableJoin.setFieldLinks(FieldLinks)
Method Summary | |
---|---|
IField |
getFromField()
Returns the from field of the link. |
FieldLinkOperator |
getLinkOperator()
Returns the manner in which the tables are joined. |
IField |
getToField()
Returns the to field of the link. |
void |
setFromField(IField fromField)
Sets the from field of the link. |
void |
setLinkOperator(FieldLinkOperator linkOperator)
Sets the manner in which the tables are joined. |
void |
setToField(IField ToField)
Sets the to field of the link. |
Method Detail |
---|
IField getFromField()
String
containing the from field of the link.void setFromField(IField fromField)
fromField
- A IField
containing the from field of the link.IField getToField()
IField
containing the to field of the link.void setToField(IField ToField)
ToField
- A IField
containing the to field of the link.FieldLinkOperator getLinkOperator()
TableJoinOperator
object that specifies the manner in which the
tables are joined.TableJoinOperator
void setLinkOperator(FieldLinkOperator linkOperator)
linkOperator
- A FieldLinkOperator
object that specifies the manner in
which the tables are joined.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |