|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface _Parameter
IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
Nested Class Summary | |
---|---|
static class |
_Parameter.Disp
Implementation, COM to Java. |
static class |
_Parameter.Jni
Implementation, Java to COM. |
Field Summary | |
---|---|
static GUID |
IID
IDL: [uuid(0000050C-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 | |
---|---|
void |
AppendChunk(Object Val)
IDL: [ helpstring("") ] |
int |
getAttributes()
IDL: [ helpstring("") ] |
int |
getDirection()
IDL: [ helpstring("") ] |
String |
getName()
IDL: [ helpstring("") ] |
short |
getNumericScale()
IDL: [ helpstring("") ] |
short |
getPrecision()
IDL: [ helpstring("") ] |
int |
getSize()
IDL: [ helpstring("") ] |
int |
getType()
IDL: [ helpstring("") ] |
Object |
getValue()
IDL: [ helpstring("") ] |
void |
setAttributes(int plParmAttribs)
IDL: [ helpstring("") ] |
void |
setDirection(int plParmDirection)
IDL: [ helpstring("") ] |
void |
setName(String pbstr)
IDL: [ helpstring("") ] |
void |
setNumericScale(short pbScale)
IDL: [ helpstring("") ] |
void |
setPrecision(short pbPrecision)
IDL: [ helpstring("") ] |
void |
setSize(int pl)
IDL: [ helpstring("") ] |
void |
setType(int psDataType)
IDL: [ helpstring("") ] |
void |
setValue(Object pvar)
IDL: [ helpstring("") ] |
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 |
Field Detail |
---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(0000050C-0000-0010-8000-00AA006D2EA4)]
Method Detail |
---|
String getName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void setName(String pbstr)
IDL: [ helpstring("") ]
pbstr
- IDL: [in] BSTR
Object getValue()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*
void setValue(Object pvar)
IDL: [ helpstring("") ]
pvar
- IDL: [in] VARIANT
int getType()
IDL: [ helpstring("") ]
IDL: [out] [retval] DataTypeEnum*
void setType(int psDataType)
IDL: [ helpstring("") ]
psDataType
- IDL: [in] DataTypeEnum
void setDirection(int plParmDirection)
IDL: [ helpstring("") ]
plParmDirection
- IDL: [in] ParameterDirectionEnum
int getDirection()
IDL: [ helpstring("") ]
IDL: [out] [retval] ParameterDirectionEnum*
void setPrecision(short pbPrecision)
IDL: [ helpstring("") ]
pbPrecision
- IDL: [in] BYTE
short getPrecision()
IDL: [ helpstring("") ]
IDL: [out] [retval] BYTE*
void setNumericScale(short pbScale)
IDL: [ helpstring("") ]
pbScale
- IDL: [in] BYTE
short getNumericScale()
IDL: [ helpstring("") ]
IDL: [out] [retval] BYTE*
void setSize(int pl)
IDL: [ helpstring("") ]
pl
- IDL: [in] LONG
int getSize()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void AppendChunk(Object Val)
IDL: [ helpstring("") ]
Val
- IDL: [in] VARIANT
int getAttributes()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void setAttributes(int plParmAttribs)
IDL: [ helpstring("") ]
plParmAttribs
- IDL: [in] LONG
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |