|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface _DBEngine
IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
| Nested Class Summary | |
|---|---|
static class |
_DBEngine.Disp
Implementation, COM to Java. |
static class |
_DBEngine.Jni
Implementation, Java to COM. |
| Field Summary | |
|---|---|
static GUID |
IID
IDL: [uuid(00000021-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 |
BeginTrans()
IDL: [ helpstring("") ] |
void |
CommitTrans(int Option)
IDL: [ helpstring("") ] |
void |
CompactDatabase(String SrcName,
String DstName)
[optional=3] |
void |
CompactDatabase(String SrcName,
String DstName,
Object DstLocale)
[optional=2] |
void |
CompactDatabase(String SrcName,
String DstName,
Object DstLocale,
Object Options)
[optional=1] |
void |
CompactDatabase(String SrcName,
String DstName,
Object DstLocale,
Object Options,
Object SrcLocale)
IDL: [ helpstring("") ] |
Database |
CreateDatabase(String Name,
String Locale)
[optional=1] |
Database |
CreateDatabase(String Name,
String Locale,
Object Option)
IDL: [ helpstring("") ] |
Workspace |
CreateWorkspace(String Name,
String UserName,
String Password)
[optional=1] |
Workspace |
CreateWorkspace(String Name,
String UserName,
String Password,
Object UseType)
IDL: [ helpstring("") ] |
int |
getDefaultType()
IDL: [ helpstring("") ] |
Errors |
getErrors()
IDL: [ helpstring("") ] |
String |
getIniPath()
IDL: [ helpstring("") ] |
short |
getLoginTimeout()
IDL: [ helpstring("") ] |
String |
getSystemDB()
IDL: [ helpstring("") ] |
String |
getVersion()
IDL: [ helpstring("") ] |
Workspaces |
getWorkspaces()
IDL: [ helpstring("") ] |
void |
Idle()
[optional=1] |
void |
Idle(Object Action)
IDL: [ helpstring("") ] |
int |
ISAMStats(int StatNum)
[optional=1] |
int |
ISAMStats(int StatNum,
Object Reset)
IDL: [ helpstring("") ] |
Connection |
OpenConnection(String Name)
[optional=3] |
Connection |
OpenConnection(String Name,
Object Options)
[optional=2] |
Connection |
OpenConnection(String Name,
Object Options,
Object ReadOnly)
[optional=1] |
Connection |
OpenConnection(String Name,
Object Options,
Object ReadOnly,
Object Connect)
IDL: [ helpstring("") ] |
Database |
OpenDatabase(String Name)
[optional=3] |
Database |
OpenDatabase(String Name,
Object Options)
[optional=2] |
Database |
OpenDatabase(String Name,
Object Options,
Object ReadOnly)
[optional=1] |
Database |
OpenDatabase(String Name,
Object Options,
Object ReadOnly,
Object Connect)
IDL: [ helpstring("") ] |
void |
RegisterDatabase(String Dsn,
String Driver,
boolean Silent,
String Attributes)
IDL: [ helpstring("") ] |
void |
RepairDatabase(String Name)
IDL: [ helpstring("") ] |
void |
Rollback()
IDL: [ helpstring("") ] |
void |
setDefaultPassword(String rhs)
IDL: [ helpstring("") ] |
void |
setDefaultType(int Option)
IDL: [ helpstring("") ] |
void |
setDefaultUser(String rhs)
IDL: [ helpstring("") ] |
void |
setIniPath(String pbstr)
IDL: [ helpstring("") ] |
void |
setLoginTimeout(short ps)
IDL: [ helpstring("") ] |
void |
SetOption(int Option,
Object Value)
IDL: [ helpstring("") ] |
void |
setSystemDB(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 |
|---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(00000021-0000-0010-8000-00AA006D2EA4)]
| Method Detail |
|---|
String getVersion()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*String getIniPath()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setIniPath(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRvoid setDefaultUser(String rhs)
IDL: [ helpstring("") ]
rhs - IDL: [in] BSTRvoid setDefaultPassword(String rhs)
IDL: [ helpstring("") ]
rhs - IDL: [in] BSTRshort getLoginTimeout()
IDL: [ helpstring("") ]
IDL: [out] [retval] SHORT*void setLoginTimeout(short ps)
IDL: [ helpstring("") ]
ps - IDL: [in] SHORTWorkspaces getWorkspaces()
IDL: [ helpstring("") ]
IDL: [out] [retval] Workspaces**Errors getErrors()
IDL: [ helpstring("") ]
IDL: [out] [retval] Errors**void Idle(Object Action)
IDL: [ helpstring("") ]
Action - IDL: [in] [optional] VARIANTvoid Idle()
void CompactDatabase(String SrcName,
String DstName,
Object DstLocale,
Object Options,
Object SrcLocale)
IDL: [ helpstring("") ]
SrcName - IDL: [in] BSTRDstName - IDL: [in] BSTRDstLocale - IDL: [in] [optional] VARIANTOptions - IDL: [in] [optional] VARIANTSrcLocale - IDL: [in] [optional] VARIANT
void CompactDatabase(String SrcName,
String DstName,
Object DstLocale,
Object Options)
void CompactDatabase(String SrcName,
String DstName,
Object DstLocale)
void CompactDatabase(String SrcName,
String DstName)
void RepairDatabase(String Name)
IDL: [ helpstring("") ]
Name - IDL: [in] BSTR
void RegisterDatabase(String Dsn,
String Driver,
boolean Silent,
String Attributes)
IDL: [ helpstring("") ]
Dsn - IDL: [in] BSTRDriver - IDL: [in] BSTRSilent - IDL: [in] VARIANT_BOOLAttributes - IDL: [in] BSTR
Database OpenDatabase(String Name,
Object Options,
Object ReadOnly,
Object Connect)
IDL: [ helpstring("") ]
Name - IDL: [in] BSTROptions - IDL: [in] [optional] VARIANTReadOnly - IDL: [in] [optional] VARIANTConnect - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Database**
Database OpenDatabase(String Name,
Object Options,
Object ReadOnly)
Database OpenDatabase(String Name,
Object Options)
Database OpenDatabase(String Name)
Database CreateDatabase(String Name,
String Locale,
Object Option)
IDL: [ helpstring("") ]
Name - IDL: [in] BSTRLocale - IDL: [in] BSTROption - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Database**
Database CreateDatabase(String Name,
String Locale)
void BeginTrans()
IDL: [ helpstring("") ]
void CommitTrans(int Option)
IDL: [ helpstring("") ]
Option - IDL: [in] [optional] [default] LONGvoid Rollback()
IDL: [ helpstring("") ]
int ISAMStats(int StatNum,
Object Reset)
IDL: [ helpstring("") ]
StatNum - IDL: [in] LONGReset - IDL: [in] [optional] VARIANT
IDL: [out] [retval] LONG*int ISAMStats(int StatNum)
String getSystemDB()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setSystemDB(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTR
Workspace CreateWorkspace(String Name,
String UserName,
String Password,
Object UseType)
IDL: [ helpstring("") ]
Name - IDL: [in] BSTRUserName - IDL: [in] BSTRPassword - IDL: [in] BSTRUseType - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Workspace**
Workspace CreateWorkspace(String Name,
String UserName,
String Password)
Connection OpenConnection(String Name,
Object Options,
Object ReadOnly,
Object Connect)
IDL: [ helpstring("") ]
Name - IDL: [in] BSTROptions - IDL: [in] [optional] VARIANTReadOnly - IDL: [in] [optional] VARIANTConnect - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Connection**
Connection OpenConnection(String Name,
Object Options,
Object ReadOnly)
Connection OpenConnection(String Name,
Object Options)
Connection OpenConnection(String Name)
int getDefaultType()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*void setDefaultType(int Option)
IDL: [ helpstring("") ]
Option - IDL: [in] LONG
void SetOption(int Option,
Object Value)
IDL: [ helpstring("") ]
Option - IDL: [in] LONGValue - IDL: [in] VARIANT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||