com.moesol.bindings.microsoft.dao
Interface _QueryDef

All Superinterfaces:
_DAO, IDispatch, IUnknown
All Known Implementing Classes:
_QueryDef.Jni, QueryDef, QueryDef.Jni

public interface _QueryDef
extends _DAO

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


Nested Class Summary
static class _QueryDef.Disp
          Implementation, COM to Java.
static class _QueryDef.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000079-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 Cancel()
          IDL: [ helpstring("") ]
 void Close()
          IDL: [ helpstring("") ]
 Property CreateProperty()
          [optional=4]
 Property CreateProperty(Object Name)
          [optional=3]
 Property CreateProperty(Object Name, Object Type)
          [optional=2]
 Property CreateProperty(Object Name, Object Type, Object Value)
          [optional=1]
 Property CreateProperty(Object Name, Object Type, Object Value, Object DDL)
          IDL: [ helpstring("") ]
 void Execute()
          [optional=1]
 void Execute(Object Options)
          IDL: [ helpstring("") ]
 int getCacheSize()
          IDL: [ helpstring("") ]
 String getConnect()
          IDL: [ helpstring("") ]
 Object getDateCreated()
          IDL: [ helpstring("") ]
 Fields getFields()
          IDL: [ helpstring("") ]
 int gethStmt()
          IDL: [ helpstring("") ]
 Object getLastUpdated()
          IDL: [ helpstring("") ]
 int getMaxRecords()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 short getODBCTimeout()
          IDL: [ helpstring("") ]
 Parameters getParameters()
          IDL: [ helpstring("") ]
 Object getPrepare()
          IDL: [ helpstring("") ]
 int getRecordsAffected()
          IDL: [ helpstring("") ]
 boolean getReturnsRecords()
          IDL: [ helpstring("") ]
 String getSQL()
          IDL: [ helpstring("") ]
 boolean getStillExecuting()
          IDL: [ helpstring("") ]
 short getType()
          IDL: [ helpstring("") ]
 boolean getUpdatable()
          IDL: [ helpstring("") ]
 Recordset OpenRecordset()
          [optional=3]
 Recordset OpenRecordset(Object Type)
          [optional=2]
 Recordset OpenRecordset(Object Type, Object Options)
          [optional=1]
 Recordset OpenRecordset(Object Type, Object Options, Object LockEdit)
          IDL: [ helpstring("") ]
 void setCacheSize(int lCacheSize)
          IDL: [ helpstring("") ]
 void setConnect(String pbstr)
          IDL: [ helpstring("") ]
 void setMaxRecords(int pMxRecs)
          IDL: [ helpstring("") ]
 void setName(String pbstr)
          IDL: [ helpstring("") ]
 void setODBCTimeout(short ps)
          IDL: [ helpstring("") ]
 void setPrepare(Object pb)
          IDL: [ helpstring("") ]
 void setReturnsRecords(boolean pb)
          IDL: [ helpstring("") ]
 void setSQL(String pbstr)
          IDL: [ helpstring("") ]
 
Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO
getProperties
 
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(00000079-0000-0010-8000-00AA006D2EA4)]

Method Detail

getDateCreated

Object getDateCreated()
IDL: [ helpstring("") ]

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

getLastUpdated

Object getLastUpdated()
IDL: [ helpstring("") ]

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

getName

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

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

setName

void setName(String pbstr)
IDL: [ helpstring("") ]

Parameters:
pbstr - IDL: [in] BSTR

getODBCTimeout

short getODBCTimeout()
IDL: [ helpstring("") ]

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

setODBCTimeout

void setODBCTimeout(short ps)
IDL: [ helpstring("") ]

Parameters:
ps - IDL: [in] SHORT

getType

short getType()
IDL: [ helpstring("") ]

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

getSQL

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

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

setSQL

void setSQL(String pbstr)
IDL: [ helpstring("") ]

Parameters:
pbstr - IDL: [in] BSTR

getUpdatable

boolean getUpdatable()
IDL: [ helpstring("") ]

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

getConnect

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

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

setConnect

void setConnect(String pbstr)
IDL: [ helpstring("") ]

Parameters:
pbstr - IDL: [in] BSTR

getReturnsRecords

boolean getReturnsRecords()
IDL: [ helpstring("") ]

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

setReturnsRecords

void setReturnsRecords(boolean pb)
IDL: [ helpstring("") ]

Parameters:
pb - IDL: [in] VARIANT_BOOL

getRecordsAffected

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

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

getFields

Fields getFields()
IDL: [ helpstring("") ]

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

getParameters

Parameters getParameters()
IDL: [ helpstring("") ]

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

Close

void Close()
IDL: [ helpstring("") ]


Execute

void Execute(Object Options)
IDL: [ helpstring("") ]

Parameters:
Options - IDL: [in] [optional] VARIANT

Execute

void Execute()
[optional=1]


CreateProperty

Property CreateProperty(Object Name,
                        Object Type,
                        Object Value,
                        Object DDL)
IDL: [ helpstring("") ]

Parameters:
Name - IDL: [in] [optional] VARIANT
Type - IDL: [in] [optional] VARIANT
Value - IDL: [in] [optional] VARIANT
DDL - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Property**

CreateProperty

Property CreateProperty(Object Name,
                        Object Type,
                        Object Value)
[optional=1]


CreateProperty

Property CreateProperty(Object Name,
                        Object Type)
[optional=2]


CreateProperty

Property CreateProperty(Object Name)
[optional=3]


CreateProperty

Property CreateProperty()
[optional=4]


OpenRecordset

Recordset OpenRecordset(Object Type,
                        Object Options,
                        Object LockEdit)
IDL: [ helpstring("") ]

Parameters:
Type - IDL: [in] [optional] VARIANT
Options - IDL: [in] [optional] VARIANT
LockEdit - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Recordset**

OpenRecordset

Recordset OpenRecordset(Object Type,
                        Object Options)
[optional=1]


OpenRecordset

Recordset OpenRecordset(Object Type)
[optional=2]


OpenRecordset

Recordset OpenRecordset()
[optional=3]


Cancel

void Cancel()
IDL: [ helpstring("") ]


gethStmt

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

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

getMaxRecords

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

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

setMaxRecords

void setMaxRecords(int pMxRecs)
IDL: [ helpstring("") ]

Parameters:
pMxRecs - IDL: [in] LONG

getStillExecuting

boolean getStillExecuting()
IDL: [ helpstring("") ]

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

getCacheSize

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

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

setCacheSize

void setCacheSize(int lCacheSize)
IDL: [ helpstring("") ]

Parameters:
lCacheSize - IDL: [in] LONG

getPrepare

Object getPrepare()
IDL: [ helpstring("") ]

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

setPrepare

void setPrepare(Object pb)
IDL: [ helpstring("") ]

Parameters:
pb - IDL: [in] VARIANT


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