|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connection
IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
Nested Class Summary | |
---|---|
static class |
Connection.Disp
Implementation, COM to Java. |
static class |
Connection.Jni
Implementation, Java to COM. |
Field Summary | |
---|---|
static GUID |
IID
IDL: [uuid(00000041-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("") ] |
QueryDef |
CreateQueryDef()
[optional=2] |
QueryDef |
CreateQueryDef(Object Name)
[optional=1] |
QueryDef |
CreateQueryDef(Object Name,
Object SQLText)
IDL: [ helpstring("") ] |
void |
Execute(String Query)
[optional=1] |
void |
Execute(String Query,
Object Options)
IDL: [ helpstring("") ] |
String |
getConnect()
IDL: [ helpstring("") ] |
Database |
getDatabase()
IDL: [ helpstring("") ] |
int |
gethDbc()
IDL: [ helpstring("") ] |
String |
getName()
IDL: [ helpstring("") ] |
QueryDefs |
getQueryDefs()
IDL: [ helpstring("") ] |
short |
getQueryTimeout()
IDL: [ helpstring("") ] |
int |
getRecordsAffected()
IDL: [ helpstring("") ] |
Recordsets |
getRecordsets()
IDL: [ helpstring("") ] |
boolean |
getStillExecuting()
IDL: [ helpstring("") ] |
boolean |
getTransactions()
IDL: [ helpstring("") ] |
boolean |
getUpdatable()
IDL: [ helpstring("") ] |
Recordset |
OpenRecordset(String Name)
[optional=3] |
Recordset |
OpenRecordset(String Name,
Object Type)
[optional=2] |
Recordset |
OpenRecordset(String Name,
Object Type,
Object Options)
[optional=1] |
Recordset |
OpenRecordset(String Name,
Object Type,
Object Options,
Object LockEdit)
IDL: [ helpstring("") ] |
void |
setQueryTimeout(short pSeconds)
IDL: [ helpstring("") ] |
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(00000041-0000-0010-8000-00AA006D2EA4)]
Method Detail |
---|
String getName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
String getConnect()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
Database getDatabase()
IDL: [ helpstring("") ]
IDL: [out] [retval] Database**
int gethDbc()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
short getQueryTimeout()
IDL: [ helpstring("") ]
IDL: [out] [retval] SHORT*
void setQueryTimeout(short pSeconds)
IDL: [ helpstring("") ]
pSeconds
- IDL: [in] SHORT
boolean getTransactions()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*
int getRecordsAffected()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
boolean getStillExecuting()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*
boolean getUpdatable()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*
QueryDefs getQueryDefs()
IDL: [ helpstring("") ]
IDL: [out] [retval] QueryDefs**
Recordsets getRecordsets()
IDL: [ helpstring("") ]
IDL: [out] [retval] Recordsets**
void Cancel()
IDL: [ helpstring("") ]
void Close()
IDL: [ helpstring("") ]
QueryDef CreateQueryDef(Object Name, Object SQLText)
IDL: [ helpstring("") ]
Name
- IDL: [in] [optional] VARIANT
SQLText
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] QueryDef**
QueryDef CreateQueryDef(Object Name)
QueryDef CreateQueryDef()
void Execute(String Query, Object Options)
IDL: [ helpstring("") ]
Query
- IDL: [in] BSTR
Options
- IDL: [in] [optional] VARIANT
void Execute(String Query)
Recordset OpenRecordset(String Name, Object Type, Object Options, Object LockEdit)
IDL: [ helpstring("") ]
Name
- IDL: [in] BSTR
Type
- IDL: [in] [optional] VARIANT
Options
- IDL: [in] [optional] VARIANT
LockEdit
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] Recordset**
Recordset OpenRecordset(String Name, Object Type, Object Options)
Recordset OpenRecordset(String Name, Object Type)
Recordset OpenRecordset(String Name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |