java.lang.Objectcom.aspose.words.DataRelation
public class DataRelation
Method Summary | ||
---|---|---|
java.lang.String[] | getChildColumnNames() | |
Gets the names of columns in the child table that participate in the parent-child relationship. | ||
java.lang.String | getChildTableName() | |
Gets the name of the child table specified by this relationship. | ||
java.lang.String[] | getParentColumnNames() | |
Gets the names of columns in the parent table that participate in the parent-child relationship. | ||
java.lang.String | getParentTableName() | |
Gets the name of the parent table specified by this relationship. | ||
java.lang.String | getRelationName() | |
Gets the informational name of this data relationship. |
Method Detail |
---|
getChildColumnNames | |
public java.lang.String[] getChildColumnNames() |
getChildTableName | |
public java.lang.String getChildTableName() |
getParentColumnNames | |
public java.lang.String[] getParentColumnNames() |
getParentTableName | |
public java.lang.String getParentTableName() |
getRelationName | |
public java.lang.String getRelationName() |