com.moesol.bindings.platform_sdk.data_services
Interface Error

All Superinterfaces:
IDispatch, IUnknown
All Known Implementing Classes:
Error.Jni

public interface Error
extends IDispatch

IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface


Nested Class Summary
static class Error.Disp
          Implementation, COM to Java.
static class Error.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000500-0000-0010-8000-00AA006D2EA4)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Method Summary
 String getDescription()
          IDL: [ helpstring("") ]
 int getHelpContext()
          IDL: [ helpstring("") ]
 String getHelpFile()
          IDL: [ helpstring("") ]
 int getNativeError()
          IDL: [ helpstring("") ]
 int getNumber()
          IDL: [ helpstring("") ]
 String getSource()
          IDL: [ helpstring("") ]
 String getSQLState()
          IDL: [ helpstring("") ]
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Field Detail

TYPELIB

static final Class TYPELIB

IID

static final GUID IID
IDL: [uuid(00000500-0000-0010-8000-00AA006D2EA4)]

Method Detail

getNumber

int getNumber()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] LONG*

getSource

String getSource()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

getDescription

String getDescription()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

getHelpFile

String getHelpFile()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

getHelpContext

int getHelpContext()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] LONG*

getSQLState

String getSQLState()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

getNativeError

int getNativeError()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] LONG*


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