com.moesol.bindings.platform_sdk.data_services
Class Connection15.Jni

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.platform_sdk.data_services._ADO.Jni
              extended by com.moesol.bindings.platform_sdk.data_services.Connection15.Jni
All Implemented Interfaces:
IDispatch, IUnknown, _ADO, Connection15
Direct Known Subclasses:
_Connection.Jni
Enclosing interface:
Connection15

public static class Connection15.Jni
extends _ADO.Jni
implements Connection15

Implementation, Java to COM.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
IDispatch.Jni.MoeSolInternal
 
Nested classes/interfaces inherited from interface com.moesol.bindings.platform_sdk.data_services.Connection15
Connection15.Disp, Connection15.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services.Connection15
IID, TYPELIB
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
protected Connection15.Jni()
           
 
Method Summary
 int BeginTrans()
          IDL: [ helpstring("") ]
 void Close()
          IDL: [ helpstring("") ]
 void CommitTrans()
          IDL: [ helpstring("") ]
 _Recordset Execute(String p0, Object[] p1, int p2)
          IDL: [ helpstring("") ]
 int getAttributes()
          IDL: [ helpstring("") ]
 int getCommandTimeout()
          IDL: [ helpstring("") ]
 String getConnectionString()
          IDL: [ helpstring("") ]
 int getConnectionTimeout()
          IDL: [ helpstring("") ]
 int getCursorLocation()
          IDL: [ helpstring("") ]
 String getDefaultDatabase()
          IDL: [ helpstring("") ]
 Errors getErrors()
          IDL: [ helpstring("") ]
 int getIsolationLevel()
          IDL: [ helpstring("") ]
 int getMode()
          IDL: [ helpstring("") ]
 String getProvider()
          IDL: [ helpstring("") ]
 int getState()
          IDL: [ helpstring("") ]
 String getVersion()
          IDL: [ helpstring("") ]
 void Open(String p0, String p1, String p2, int p3)
          IDL: [ helpstring("") ]
 _Recordset OpenSchema(int p0)
          [optional=2]
 _Recordset OpenSchema(int p0, Object p1)
          [optional=1]
 _Recordset OpenSchema(int p0, Object p1, Object p2)
          IDL: [ helpstring("") ]
 void RollbackTrans()
          IDL: [ helpstring("") ]
 void setAttributes(int p0)
          IDL: [ helpstring("") ]
 void setCommandTimeout(int p0)
          IDL: [ helpstring("") ]
 void setConnectionString(String p0)
          IDL: [ helpstring("") ]
 void setConnectionTimeout(int p0)
          IDL: [ helpstring("") ]
 void setCursorLocation(int p0)
          IDL: [ helpstring("") ]
 void setDefaultDatabase(String p0)
          IDL: [ helpstring("") ]
 void setIsolationLevel(int p0)
          IDL: [ helpstring("") ]
 void setMode(int p0)
          IDL: [ helpstring("") ]
 void setProvider(String p0)
          IDL: [ helpstring("") ]
 
Methods inherited from class com.moesol.bindings.platform_sdk.data_services._ADO.Jni
getProperties
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
Invoke
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
equals, finalize, hashCode, internalOnSetInterface, QueryInterface, QueryInterface, Release, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services._ADO
getProperties
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Constructor Detail

Connection15.Jni

protected Connection15.Jni()
Method Detail

getConnectionString

public String getConnectionString()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
getConnectionString in interface Connection15
Returns:
IDL: [out] [retval] BSTR*

setConnectionString

public void setConnectionString(String p0)
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
setConnectionString in interface Connection15
Parameters:
p0 - IDL: [in] BSTR

getCommandTimeout

public int getCommandTimeout()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
getCommandTimeout in interface Connection15
Returns:
IDL: [out] [retval] LONG*

setCommandTimeout

public void setCommandTimeout(int p0)
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
setCommandTimeout in interface Connection15
Parameters:
p0 - IDL: [in] LONG

getConnectionTimeout

public int getConnectionTimeout()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
getConnectionTimeout in interface Connection15
Returns:
IDL: [out] [retval] LONG*

setConnectionTimeout

public void setConnectionTimeout(int p0)
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
setConnectionTimeout in interface Connection15
Parameters:
p0 - IDL: [in] LONG

getVersion

public String getVersion()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
getVersion in interface Connection15
Returns:
IDL: [out] [retval] BSTR*

Close

public void Close()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
Close in interface Connection15

Execute

public _Recordset Execute(String p0,
                          Object[] p1,
                          int p2)
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
Execute in interface Connection15
Parameters:
p0 - IDL: [in] BSTR
p1 - IDL: [out] [optional] VARIANT*
p2 - IDL: [in] [optional] [default] LONG
Returns:
IDL: [out] [retval] _Recordset**

BeginTrans

public int BeginTrans()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
BeginTrans in interface Connection15
Returns:
IDL: [out] [retval] LONG*

CommitTrans

public void CommitTrans()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
CommitTrans in interface Connection15

RollbackTrans

public void RollbackTrans()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
RollbackTrans in interface Connection15

Open

public void Open(String p0,
                 String p1,
                 String p2,
                 int p3)
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
Open in interface Connection15
Parameters:
p0 - IDL: [in] [optional] [default] BSTR
p1 - IDL: [in] [optional] [default] BSTR
p2 - IDL: [in] [optional] [default] BSTR
p3 - IDL: [in] [optional] [default] LONG

getErrors

public Errors getErrors()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
getErrors in interface Connection15
Returns:
IDL: [out] [retval] Errors**

getDefaultDatabase

public String getDefaultDatabase()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
getDefaultDatabase in interface Connection15
Returns:
IDL: [out] [retval] BSTR*

setDefaultDatabase

public void setDefaultDatabase(String p0)
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
setDefaultDatabase in interface Connection15
Parameters:
p0 - IDL: [in] BSTR

getIsolationLevel

public int getIsolationLevel()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
getIsolationLevel in interface Connection15
Returns:
IDL: [out] [retval] IsolationLevelEnum*

setIsolationLevel

public void setIsolationLevel(int p0)
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
setIsolationLevel in interface Connection15
Parameters:
p0 - IDL: [in] IsolationLevelEnum

getAttributes

public int getAttributes()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
getAttributes in interface Connection15
Returns:
IDL: [out] [retval] LONG*

setAttributes

public void setAttributes(int p0)
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
setAttributes in interface Connection15
Parameters:
p0 - IDL: [in] LONG

getCursorLocation

public int getCursorLocation()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
getCursorLocation in interface Connection15
Returns:
IDL: [out] [retval] CursorLocationEnum*

setCursorLocation

public void setCursorLocation(int p0)
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
setCursorLocation in interface Connection15
Parameters:
p0 - IDL: [in] CursorLocationEnum

getMode

public int getMode()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
getMode in interface Connection15
Returns:
IDL: [out] [retval] ConnectModeEnum*

setMode

public void setMode(int p0)
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
setMode in interface Connection15
Parameters:
p0 - IDL: [in] ConnectModeEnum

getProvider

public String getProvider()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
getProvider in interface Connection15
Returns:
IDL: [out] [retval] BSTR*

setProvider

public void setProvider(String p0)
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
setProvider in interface Connection15
Parameters:
p0 - IDL: [in] BSTR

getState

public int getState()
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
getState in interface Connection15
Returns:
IDL: [out] [retval] LONG*

OpenSchema

public _Recordset OpenSchema(int p0,
                             Object p1,
                             Object p2)
Description copied from interface: Connection15
IDL: [ helpstring("") ]

Specified by:
OpenSchema in interface Connection15
Parameters:
p0 - IDL: [in] SchemaEnum
p1 - IDL: [in] [optional] VARIANT
p2 - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] _Recordset**

OpenSchema

public _Recordset OpenSchema(int p0,
                             Object p1)
[optional=1]

Specified by:
OpenSchema in interface Connection15

OpenSchema

public _Recordset OpenSchema(int p0)
[optional=2]

Specified by:
OpenSchema in interface Connection15


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.