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

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

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

import com4j.*;

@IID("{0002448D-0001-0000-C000-000000000046}")
public interface IOLEDBConnection extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application */ @VTID(7) net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCreator */ @VTID(8) net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "ADOConnection" *

* @return Returns a value of type com4j.Com4jObject */ @VTID(10) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject adoConnection(); /** *

* Getter method for the COM property "BackgroundQuery" *

* @return Returns a value of type boolean */ @VTID(11) boolean backgroundQuery(); /** *

* Setter method for the COM property "BackgroundQuery" *

* @param rhs Mandatory boolean parameter. */ @VTID(12) void backgroundQuery( boolean rhs); /** */ @VTID(13) void cancelRefresh(); /** *

* Getter method for the COM property "CommandText" *

* @return Returns a value of type java.lang.Object */ @VTID(14) @ReturnValue(type=NativeType.VARIANT) java.lang.Object commandText(); /** *

* Setter method for the COM property "CommandText" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(15) void commandText( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "CommandType" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCmdType */ @VTID(16) net.rgielen.com4j.office2010.excel.XlCmdType commandType(); /** *

* Setter method for the COM property "CommandType" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlCmdType parameter. */ @VTID(17) void commandType( net.rgielen.com4j.office2010.excel.XlCmdType rhs); /** *

* Getter method for the COM property "Connection" *

* @return Returns a value of type java.lang.Object */ @VTID(18) @ReturnValue(type=NativeType.VARIANT) java.lang.Object connection(); /** *

* Setter method for the COM property "Connection" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(19) void connection( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "EnableRefresh" *

* @return Returns a value of type boolean */ @VTID(20) boolean enableRefresh(); /** *

* Setter method for the COM property "EnableRefresh" *

* @param rhs Mandatory boolean parameter. */ @VTID(21) void enableRefresh( boolean rhs); /** *

* Getter method for the COM property "LocalConnection" *

* @return Returns a value of type java.lang.Object */ @VTID(22) @ReturnValue(type=NativeType.VARIANT) java.lang.Object localConnection(); /** *

* Setter method for the COM property "LocalConnection" *

* @param rhs Mandatory java.lang.Object parameter. */ @VTID(23) void localConnection( @MarshalAs(NativeType.VARIANT) java.lang.Object rhs); /** *

* Getter method for the COM property "MaintainConnection" *

* @return Returns a value of type boolean */ @VTID(24) boolean maintainConnection(); /** *

* Setter method for the COM property "MaintainConnection" *

* @param rhs Mandatory boolean parameter. */ @VTID(25) void maintainConnection( boolean rhs); /** */ @VTID(26) void makeConnection(); /** */ @VTID(27) void refresh(); /** *

* Getter method for the COM property "RefreshDate" *

* @return Returns a value of type java.util.Date */ @VTID(28) java.util.Date refreshDate(); /** *

* Getter method for the COM property "Refreshing" *

* @return Returns a value of type boolean */ @VTID(29) boolean refreshing(); /** *

* Getter method for the COM property "RefreshOnFileOpen" *

* @return Returns a value of type boolean */ @VTID(30) boolean refreshOnFileOpen(); /** *

* Setter method for the COM property "RefreshOnFileOpen" *

* @param rhs Mandatory boolean parameter. */ @VTID(31) void refreshOnFileOpen( boolean rhs); /** *

* Getter method for the COM property "RefreshPeriod" *

* @return Returns a value of type int */ @VTID(32) int refreshPeriod(); /** *

* Setter method for the COM property "RefreshPeriod" *

* @param rhs Mandatory int parameter. */ @VTID(33) void refreshPeriod( int rhs); /** *

* Getter method for the COM property "RobustConnect" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlRobustConnect */ @VTID(34) net.rgielen.com4j.office2010.excel.XlRobustConnect robustConnect(); /** *

* Setter method for the COM property "RobustConnect" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlRobustConnect parameter. */ @VTID(35) 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() */ @VTID(36) void saveAsODC( java.lang.String odcFileName, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object description, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object keywords); /** *

* Getter method for the COM property "SavePassword" *

* @return Returns a value of type boolean */ @VTID(37) boolean savePassword(); /** *

* Setter method for the COM property "SavePassword" *

* @param rhs Mandatory boolean parameter. */ @VTID(38) void savePassword( boolean rhs); /** *

* Getter method for the COM property "SourceConnectionFile" *

* @return Returns a value of type java.lang.String */ @VTID(39) java.lang.String sourceConnectionFile(); /** *

* Setter method for the COM property "SourceConnectionFile" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(40) void sourceConnectionFile( java.lang.String rhs); /** *

* Getter method for the COM property "SourceDataFile" *

* @return Returns a value of type java.lang.String */ @VTID(41) java.lang.String sourceDataFile(); /** *

* Setter method for the COM property "SourceDataFile" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(42) void sourceDataFile( java.lang.String rhs); /** *

* Getter method for the COM property "OLAP" *

* @return Returns a value of type boolean */ @VTID(43) boolean olap(); /** *

* Getter method for the COM property "UseLocalConnection" *

* @return Returns a value of type boolean */ @VTID(44) boolean useLocalConnection(); /** *

* Setter method for the COM property "UseLocalConnection" *

* @param rhs Mandatory boolean parameter. */ @VTID(45) void useLocalConnection( boolean rhs); /** *

* Getter method for the COM property "MaxDrillthroughRecords" *

* @return Returns a value of type int */ @VTID(46) int maxDrillthroughRecords(); /** *

* Setter method for the COM property "MaxDrillthroughRecords" *

* @param rhs Mandatory int parameter. */ @VTID(47) void maxDrillthroughRecords( int rhs); /** *

* Getter method for the COM property "IsConnected" *

* @return Returns a value of type boolean */ @VTID(48) boolean isConnected(); /** *

* Getter method for the COM property "ServerCredentialsMethod" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCredentialsMethod */ @VTID(49) net.rgielen.com4j.office2010.excel.XlCredentialsMethod serverCredentialsMethod(); /** *

* Setter method for the COM property "ServerCredentialsMethod" *

* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlCredentialsMethod parameter. */ @VTID(50) void serverCredentialsMethod( net.rgielen.com4j.office2010.excel.XlCredentialsMethod rhs); /** *

* Getter method for the COM property "ServerSSOApplicationID" *

* @return Returns a value of type java.lang.String */ @VTID(51) java.lang.String serverSSOApplicationID(); /** *

* Setter method for the COM property "ServerSSOApplicationID" *

* @param rhs Mandatory java.lang.String parameter. */ @VTID(52) void serverSSOApplicationID( java.lang.String rhs); /** *

* Getter method for the COM property "AlwaysUseConnectionFile" *

* @return Returns a value of type boolean */ @VTID(53) boolean alwaysUseConnectionFile(); /** *

* Setter method for the COM property "AlwaysUseConnectionFile" *

* @param rhs Mandatory boolean parameter. */ @VTID(54) void alwaysUseConnectionFile( boolean rhs); /** *

* Getter method for the COM property "ServerFillColor" *

* @return Returns a value of type boolean */ @VTID(55) boolean serverFillColor(); /** *

* Setter method for the COM property "ServerFillColor" *

* @param rhs Mandatory boolean parameter. */ @VTID(56) void serverFillColor( boolean rhs); /** *

* Getter method for the COM property "ServerFontStyle" *

* @return Returns a value of type boolean */ @VTID(57) boolean serverFontStyle(); /** *

* Setter method for the COM property "ServerFontStyle" *

* @param rhs Mandatory boolean parameter. */ @VTID(58) void serverFontStyle( boolean rhs); /** *

* Getter method for the COM property "ServerNumberFormat" *

* @return Returns a value of type boolean */ @VTID(59) boolean serverNumberFormat(); /** *

* Setter method for the COM property "ServerNumberFormat" *

* @param rhs Mandatory boolean parameter. */ @VTID(60) void serverNumberFormat( boolean rhs); /** *

* Getter method for the COM property "ServerTextColor" *

* @return Returns a value of type boolean */ @VTID(61) boolean serverTextColor(); /** *

* Setter method for the COM property "ServerTextColor" *

* @param rhs Mandatory boolean parameter. */ @VTID(62) void serverTextColor( boolean rhs); /** *

* Getter method for the COM property "RetrieveInOfficeUILang" *

* @return Returns a value of type boolean */ @VTID(63) boolean retrieveInOfficeUILang(); /** *

* Setter method for the COM property "RetrieveInOfficeUILang" *

* @param rhs Mandatory boolean parameter. */ @VTID(64) void retrieveInOfficeUILang( boolean rhs); /** */ @VTID(65) void reconnect(); /** *

* Getter method for the COM property "CalculatedMembers" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.CalculatedMembers */ @VTID(66) net.rgielen.com4j.office2010.excel.CalculatedMembers calculatedMembers(); /** *

* Getter method for the COM property "LocaleID" *

* @return Returns a value of type int */ @VTID(67) int localeID(); /** *

* Setter method for the COM property "LocaleID" *

* @param rhs Mandatory int parameter. */ @VTID(68) void localeID( int rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy