java.lang.ObjectExternalConnection
com.aspose.cells.DBConnection
public class DBConnection
Property Getters/Setters Summary | ||
---|---|---|
boolean | getBackgroundRefresh() | → inherited from ExternalConnection |
void | setBackgroundRefresh(boolean value) | |
Indicates whether the connection can be refreshed in the background (asynchronously). true if preferred usage of the connection is to refresh asynchronously in the background; false if preferred usage of the connection is to refresh synchronously in the foreground. | ||
java.lang.String | getCommand() | |
void | setCommand(java.lang.String value) | |
The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data | ||
int | getCommandType() | |
void | setCommandType(int value) | |
Specifies the OLE DB command type. 1. Query specifies a cube name 2. Query specifies a SQL statement 3. Query specifies a table name 4. Query specifies that default information has been given, and it is up to the provider how to interpret. 5. Query is against a web based List Data Provider. The value of the property is OLEDBCommandType integer constant. | ||
java.lang.String | getConnectionDescription() | → inherited from ExternalConnection |
void | setConnectionDescription(java.lang.String value) | |
Specifies the user description for this connection | ||
int | getConnectionId() | → inherited from ExternalConnection |
Specifies The unique identifier of this connection. | ||
java.lang.String | getConnectionInfo() | |
void | setConnectionInfo(java.lang.String value) | |
The connection information string is used to make contact with an OLE DB or ODBC data source. | ||
int | getCredentials() | → inherited from ExternalConnection |
void | setCredentials(int value) | |
Specifies the authentication method to be used when establishing (or re-establishing) the connection. The value of the property is CredentialsMethodType integer constant. | ||
int | getId() | → inherited from ExternalConnection |
Gets the id of the connection. | ||
boolean | isDeleted() | → inherited from ExternalConnection |
void | setDeleted(boolean value) | |
Indicates whether the associated workbook connection has been deleted. true if the connection has been deleted; otherwise, false. | ||
boolean | isNew() | → inherited from ExternalConnection |
void | setNew(boolean value) | |
True if the connection has not been refreshed for the first time; otherwise, false. This state can happen when the user saves the file before a query has finished returning. | ||
boolean | getKeepAlive() | → inherited from ExternalConnection |
void | setKeepAlive(boolean value) | |
True when the spreadsheet application should make efforts to keep the connection open. When false, the application should close the connection after retrieving the information. | ||
java.lang.String | getName() | → inherited from ExternalConnection |
void | setName(java.lang.String value) | |
Specifies the name of the connection. Each connection must have a unique name. | ||
java.lang.String | getOdcFile() | → inherited from ExternalConnection |
void | setOdcFile(java.lang.String value) | |
Specifies the full path to external connection file from which this connection was created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1, then the spreadsheet application will try again using information from the external connection file instead of the connection object embedded within the workbook. | ||
boolean | getOnlyUseConnectionFile() | → inherited from ExternalConnection |
void | setOnlyUseConnectionFile(boolean value) | |
Indicates whether the spreadsheet application should always and only use the connection information in the external connection file indicated by the odcFile attribute when the connection is refreshed. If false, then the spreadsheet application should follow the procedure indicated by the reconnectionMethod attribute | ||
ConnectionParameterCollection | getParameters() | → inherited from ExternalConnection |
Gets |
||
int | getReConnectionMethod() | → inherited from ExternalConnection |
void | setReConnectionMethod(int value) | |
Specifies what the spreadsheet application should do when a connection fails.The default value is ReConnectionMethodType.Required. The value of the property is ReConnectionMethodType integer constant. | ||
int | getRefreshInternal() | → inherited from ExternalConnection |
void | setRefreshInternal(int value) | |
Specifies the number of minutes between automatic refreshes of the connection. | ||
boolean | getRefreshOnLoad() | → inherited from ExternalConnection |
True if this connection should be refreshed when opening the file; otherwise, false. | ||
boolean | getSaveData() | → inherited from ExternalConnection |
void | setSaveData(boolean value) | |
True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false. | ||
boolean | getSavePassword() | → inherited from ExternalConnection |
void | setSavePassword(boolean value) | |
True if the password is to be saved as part of the connection string; otherwise, False. | ||
java.lang.String | getSourceFile() | → inherited from ExternalConnection |
void | setSourceFile(java.lang.String value) | |
Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation. | ||
java.lang.String | getSSOId() | → inherited from ExternalConnection |
void | setSSOId(java.lang.String value) | |
Identifier for Single Sign On (SSO) used for authentication between an intermediate spreadsheetML server and the external data source. | ||
int | getType() | → inherited from ExternalConnection |
void | setType(int value) | |
Gets or Sets the external connection DataSource type. The value of the property is ConnectionDataSourceType integer constant. |
Property Getters/Setters Detail |
---|
getConnectionInfo/setConnectionInfo | |
public java.lang.String getConnectionInfo() / public void setConnectionInfo(java.lang.String value) |
getCommandType/setCommandType | |
public int getCommandType() / public void setCommandType(int value) |
getCommand/setCommand | |
public java.lang.String getCommand() / public void setCommand(java.lang.String value) |
getId | → inherited from ExternalConnection |
public int getId() |
getType/setType | → inherited from ExternalConnection |
public int getType() / public void setType(int value) |
getSourceFile/setSourceFile | → inherited from ExternalConnection |
public java.lang.String getSourceFile() / public void setSourceFile(java.lang.String value) |
getSSOId/setSSOId | → inherited from ExternalConnection |
public java.lang.String getSSOId() / public void setSSOId(java.lang.String value) |
getSavePassword/setSavePassword | → inherited from ExternalConnection |
public boolean getSavePassword() / public void setSavePassword(boolean value) |
getSaveData/setSaveData | → inherited from ExternalConnection |
public boolean getSaveData() / public void setSaveData(boolean value) |
getRefreshOnLoad | → inherited from ExternalConnection |
public boolean getRefreshOnLoad() |
getReConnectionMethod/setReConnectionMethod | → inherited from ExternalConnection |
public int getReConnectionMethod() / public void setReConnectionMethod(int value) |
getOnlyUseConnectionFile/setOnlyUseConnectionFile | → inherited from ExternalConnection |
public boolean getOnlyUseConnectionFile() / public void setOnlyUseConnectionFile(boolean value) |
getOdcFile/setOdcFile | → inherited from ExternalConnection |
public java.lang.String getOdcFile() / public void setOdcFile(java.lang.String value) |
isNew/setNew | → inherited from ExternalConnection |
public boolean isNew() / public void setNew(boolean value) |
getName/setName | → inherited from ExternalConnection |
public java.lang.String getName() / public void setName(java.lang.String value) |
getKeepAlive/setKeepAlive | → inherited from ExternalConnection |
public boolean getKeepAlive() / public void setKeepAlive(boolean value) |
getRefreshInternal/setRefreshInternal | → inherited from ExternalConnection |
public int getRefreshInternal() / public void setRefreshInternal(int value) |
getConnectionId | → inherited from ExternalConnection |
public int getConnectionId() |
getConnectionDescription/setConnectionDescription | → inherited from ExternalConnection |
public java.lang.String getConnectionDescription() / public void setConnectionDescription(java.lang.String value) |
isDeleted/setDeleted | → inherited from ExternalConnection |
public boolean isDeleted() / public void setDeleted(boolean value) |
getCredentials/setCredentials | → inherited from ExternalConnection |
public int getCredentials() / public void setCredentials(int value) |
getBackgroundRefresh/setBackgroundRefresh | → inherited from ExternalConnection |
public boolean getBackgroundRefresh() / public void setBackgroundRefresh(boolean value) |
getParameters | → inherited from ExternalConnection |
public ConnectionParameterCollection getParameters() |