public class DataRecordSet
Constructor Summary |
---|
DataRecordSet()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getADOData() | |
void | setADOData(java.lang.Stringvalue) | |
Contains XML that conforms to the ADO classic XML schema for an ADO recordset and that describes the data in the data recordset. | ||
AutoLinkComparison | getAutoLinkComparison() | |
Defines a rule that compares a column in the parent DataRecordset element with a shape data item from the last successful automatic linking action performed in the user interface.
|
||
long | getChecksum() | |
void | setChecksum(longvalue) | |
A checksum value, generated by Visio, and based on data-recordset properties. Set this attirbute to 0; Visio recalculates this value at runtime. | ||
java.lang.String | getCommand() | |
void | setCommand(java.lang.Stringvalue) | |
The command string used to query data from the data source. | ||
long | getConnectionID() | |
void | setConnectionID(longvalue) | |
The connection ID for the associated DataConnection object. Does not exist for XML data sources. | ||
DataColumnCollection | getDataColumns() | |
Contains all the DataColumn elements in a data recordset.
|
||
long | getID() | |
void | setID(longvalue) | |
The data recordset ID, unique within the document. | ||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
The display (or "friendly") name of the data recordset. | ||
long | getNextRowID() | |
void | setNextRowID(longvalue) | |
The next available Visio row ID. | ||
int | getOptions() | |
void | setOptions(intvalue) | |
Options to apply to the data recordset. Possible values can be any combination of one or more of those shown in the following table. The value of the property is OptionsValue integer constant. | ||
System.Collections.Specialized.StringCollection | getPrimaryKeys() | |
Identifies one or more primary-key columns in the data recordset.
|
||
RowCollection | getRefreshConflicts() | |
Indicates a row in the data recordset linked to a shape that is in conflict after the data recordset is refreshed.
RowID - Indicates a row in the data recordset linked to a shape that is in conflict after the data recordset is refreshed.
ShapeID - Shape ID of the shape involved in the conflict.
PageID - Page ID of the shape involved in the conflict.
|
||
long | getRefreshInterval() | |
void | setRefreshInterval(longvalue) | |
How often (in minutes) Visio refreshes the data recordset automatically. This value must be 1 or larger. | ||
int | getRefreshNoReconciliationUI() | |
void | setRefreshNoReconciliationUI(intvalue) | |
Whether the data-reconciliation user interface should be disabled. True (1) to disable the user interface (UI). False (0) to enable the UI. The value of the property is BOOL integer constant. | ||
int | getRefreshOverwriteAll() | |
void | setRefreshOverwriteAll(intvalue) | |
Whether to overwrite user changes to shape data items in shapes linked to data when the data recordset is refreshed. The value of the property is BOOL integer constant. | ||
int | getReplaceLinks() | |
void | setReplaceLinks(intvalue) | |
Defines how shape-data links are treated when shapes are copied or cut. 1 to replace existing links in the target shape. 0 to maintain existing links in the target shape. If this attribute is absent, Visio asks the user whether to replace links on copy or cut. | ||
RowCollection | getRowMaps() | |
Maps a data-recordset row to a shape.
RowID - Row ID of the row, unique within the data recordset.
ShapeID - Shape ID of the shape linked to data in the data-recordset row identified by RowID.
PageID - Page ID of the shape linked to data in the data-recordset row identified by RowID.
|
||
int | getRowOrder() | |
void | setRowOrder(intvalue) | |
Whether to use the order of the rows in the data recordset as the primary key. True (1) if row IDs are determined by row order. False (0) if row IDs are determined by values in the primary key column(s) of the data recordset. The value of the property is BOOL integer constant. | ||
com.aspose.cells.DateTime | getTimeRefreshed() | |
The date and time the data recordset was last refreshed.
|
public long getID() / public void setID(long value)
public long getConnectionID() / public void setConnectionID(long value)
public java.lang.String getCommand() / public void setCommand(java.lang.String value)
public int getOptions() / public void setOptions(int value)
public com.aspose.cells.DateTime getTimeRefreshed()
public long getNextRowID() / public void setNextRowID(long value)
public java.lang.String getName() / public void setName(java.lang.String value)
public int getRowOrder() / public void setRowOrder(int value)
public int getRefreshOverwriteAll() / public void setRefreshOverwriteAll(int value)
public int getRefreshNoReconciliationUI() / public void setRefreshNoReconciliationUI(int value)
public long getRefreshInterval() / public void setRefreshInterval(long value)
public int getReplaceLinks() / public void setReplaceLinks(int value)
public long getChecksum() / public void setChecksum(long value)
public java.lang.String getADOData() / public void setADOData(java.lang.String value)
public System.Collections.Specialized.StringCollection getPrimaryKeys()
public RowCollection getRefreshConflicts()
public RowCollection getRowMaps()
public AutoLinkComparison getAutoLinkComparison()
public DataColumnCollection getDataColumns()