All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.ODBCConnection Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface ODBCConnection extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

*/ @DISPID(148) @PropGet net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

*/ @DISPID(149) @PropGet net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

*/ @DISPID(150) @PropGet com4j.Com4jObject parent(); /** *

* Getter method for the COM property "BackgroundQuery" *

*/ @DISPID(1427) @PropGet boolean backgroundQuery(); /** *

* Setter method for the COM property "BackgroundQuery" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1427) @PropPut void backgroundQuery( boolean rhs); /** */ @DISPID(1589) void cancelRefresh(); /** *

* Getter method for the COM property "CommandText" *

*/ @DISPID(1829) @PropGet java.lang.Object commandText(); /** *

* Setter method for the COM property "CommandText" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(1829) @PropPut void commandText( java.lang.Object rhs); /** *

* Getter method for the COM property "CommandType" *

*/ @DISPID(1830) @PropGet net.rgielen.com4j.office2010.excel.XlCmdType commandType(); /** *

* Setter method for the COM property "CommandType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlCmdType parameter. */ @DISPID(1830) @PropPut void commandType( net.rgielen.com4j.office2010.excel.XlCmdType rhs); /** *

* Getter method for the COM property "Connection" *

*/ @DISPID(1432) @PropGet java.lang.Object connection(); /** *

* Setter method for the COM property "Connection" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(1432) @PropPut void connection( java.lang.Object rhs); /** *

* Getter method for the COM property "EnableRefresh" *

*/ @DISPID(1477) @PropGet boolean enableRefresh(); /** *

* Setter method for the COM property "EnableRefresh" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1477) @PropPut void enableRefresh( boolean rhs); /** */ @DISPID(1417) void refresh(); /** *

* Getter method for the COM property "RefreshDate" *

*/ @DISPID(696) @PropGet java.util.Date refreshDate(); /** *

* Getter method for the COM property "Refreshing" *

*/ @DISPID(1587) @PropGet boolean refreshing(); /** *

* Getter method for the COM property "RefreshOnFileOpen" *

*/ @DISPID(1479) @PropGet boolean refreshOnFileOpen(); /** *

* Setter method for the COM property "RefreshOnFileOpen" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1479) @PropPut void refreshOnFileOpen( boolean rhs); /** *

* Getter method for the COM property "RefreshPeriod" *

*/ @DISPID(1833) @PropGet int refreshPeriod(); /** *

* Setter method for the COM property "RefreshPeriod" *

* @param rhs Mandatory int parameter. */ @DISPID(1833) @PropPut void refreshPeriod( int rhs); /** *

* Getter method for the COM property "RobustConnect" *

*/ @DISPID(2081) @PropGet net.rgielen.com4j.office2010.excel.XlRobustConnect robustConnect(); /** *

* Setter method for the COM property "RobustConnect" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlRobustConnect parameter. */ @DISPID(2081) @PropPut void robustConnect( net.rgielen.com4j.office2010.excel.XlRobustConnect rhs); /** * @param odcFileName Mandatory java.lang.String parameter. * @param description Optional parameter. Default value is com4j.Variant.getMissing() * @param keywords Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(2082) void saveAsODC( java.lang.String odcFileName, @Optional java.lang.Object description, @Optional java.lang.Object keywords); /** *

* Getter method for the COM property "SavePassword" *

*/ @DISPID(1481) @PropGet boolean savePassword(); /** *

* Setter method for the COM property "SavePassword" *

* @param rhs Mandatory boolean parameter. */ @DISPID(1481) @PropPut void savePassword( boolean rhs); /** *

* Getter method for the COM property "SourceConnectionFile" *

*/ @DISPID(2079) @PropGet java.lang.String sourceConnectionFile(); /** *

* Setter method for the COM property "SourceConnectionFile" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(2079) @PropPut void sourceConnectionFile( java.lang.String rhs); /** *

* Getter method for the COM property "SourceData" *

*/ @DISPID(686) @PropGet java.lang.Object sourceData(); /** *

* Setter method for the COM property "SourceData" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(686) @PropPut void sourceData( java.lang.Object rhs); /** *

* Getter method for the COM property "SourceDataFile" *

*/ @DISPID(2080) @PropGet java.lang.String sourceDataFile(); /** *

* Setter method for the COM property "SourceDataFile" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(2080) @PropPut void sourceDataFile( java.lang.String rhs); /** *

* Getter method for the COM property "ServerCredentialsMethod" *

*/ @DISPID(2704) @PropGet net.rgielen.com4j.office2010.excel.XlCredentialsMethod serverCredentialsMethod(); /** *

* Setter method for the COM property "ServerCredentialsMethod" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlCredentialsMethod parameter. */ @DISPID(2704) @PropPut void serverCredentialsMethod( net.rgielen.com4j.office2010.excel.XlCredentialsMethod rhs); /** *

* Getter method for the COM property "ServerSSOApplicationID" *

*/ @DISPID(2705) @PropGet java.lang.String serverSSOApplicationID(); /** *

* Setter method for the COM property "ServerSSOApplicationID" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(2705) @PropPut void serverSSOApplicationID( java.lang.String rhs); /** *

* Getter method for the COM property "AlwaysUseConnectionFile" *

*/ @DISPID(2706) @PropGet boolean alwaysUseConnectionFile(); /** *

* Setter method for the COM property "AlwaysUseConnectionFile" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2706) @PropPut void alwaysUseConnectionFile( boolean rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy