|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Database
IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
| Nested Class Summary | |
|---|---|
static class |
Database.Disp
Implementation, COM to Java. |
static class |
Database.Jni
Implementation, Java to COM. |
| Field Summary | |
|---|---|
static GUID |
IID
IDL: [uuid(00000071-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 |
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("") ] |
QueryDef |
CreateQueryDef()
[optional=2] |
QueryDef |
CreateQueryDef(Object Name)
[optional=1] |
QueryDef |
CreateQueryDef(Object Name,
Object SQLText)
IDL: [ helpstring("") ] |
Relation |
CreateRelation()
[optional=4] |
Relation |
CreateRelation(Object Name)
[optional=3] |
Relation |
CreateRelation(Object Name,
Object Table)
[optional=2] |
Relation |
CreateRelation(Object Name,
Object Table,
Object ForeignTable)
[optional=1] |
Relation |
CreateRelation(Object Name,
Object Table,
Object ForeignTable,
Object Attributes)
IDL: [ helpstring("") ] |
TableDef |
CreateTableDef()
[optional=4] |
TableDef |
CreateTableDef(Object Name)
[optional=3] |
TableDef |
CreateTableDef(Object Name,
Object Attributes)
[optional=2] |
TableDef |
CreateTableDef(Object Name,
Object Attributes,
Object SourceTableName)
[optional=1] |
TableDef |
CreateTableDef(Object Name,
Object Attributes,
Object SourceTableName,
Object Connect)
IDL: [ helpstring("") ] |
void |
Execute(String Query)
[optional=1] |
void |
Execute(String Query,
Object Options)
IDL: [ helpstring("") ] |
int |
getCollatingOrder()
IDL: [ helpstring("") ] |
String |
getConnect()
IDL: [ helpstring("") ] |
Connection |
getConnection()
IDL: [ helpstring("") ] |
Containers |
getContainers()
IDL: [ helpstring("") ] |
String |
getDesignMasterID()
IDL: [ helpstring("") ] |
String |
getName()
IDL: [ helpstring("") ] |
QueryDefs |
getQueryDefs()
IDL: [ helpstring("") ] |
short |
getQueryTimeout()
IDL: [ helpstring("") ] |
int |
getRecordsAffected()
IDL: [ helpstring("") ] |
Recordsets |
getRecordsets()
IDL: [ helpstring("") ] |
Relations |
getRelations()
IDL: [ helpstring("") ] |
String |
getReplicaID()
IDL: [ helpstring("") ] |
TableDefs |
getTableDefs()
IDL: [ helpstring("") ] |
boolean |
getTransactions()
IDL: [ helpstring("") ] |
boolean |
getUpdatable()
IDL: [ helpstring("") ] |
String |
getVersion()
IDL: [ helpstring("") ] |
void |
MakeReplica(String PathName,
String Description)
[optional=1] |
void |
MakeReplica(String PathName,
String Description,
Object Options)
IDL: [ helpstring("") ] |
void |
NewPassword(String bstrOld,
String bstrNew)
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 |
PopulatePartial(String DbPathName)
IDL: [ helpstring("") ] |
void |
setConnect(String pbstr)
IDL: [ helpstring("") ] |
void |
setDesignMasterID(String pbstr)
IDL: [ helpstring("") ] |
void |
setQueryTimeout(short ps)
IDL: [ helpstring("") ] |
void |
Synchronize(String DbPathName)
[optional=1] |
void |
Synchronize(String DbPathName,
Object ExchangeType)
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(00000071-0000-0010-8000-00AA006D2EA4)]
| Method Detail |
|---|
int getCollatingOrder()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*String getConnect()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*String getName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*short getQueryTimeout()
IDL: [ helpstring("") ]
IDL: [out] [retval] SHORT*void setQueryTimeout(short ps)
IDL: [ helpstring("") ]
ps - IDL: [in] SHORTboolean getTransactions()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*boolean getUpdatable()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*String getVersion()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*int getRecordsAffected()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*TableDefs getTableDefs()
IDL: [ helpstring("") ]
IDL: [out] [retval] TableDefs**QueryDefs getQueryDefs()
IDL: [ helpstring("") ]
IDL: [out] [retval] QueryDefs**Relations getRelations()
IDL: [ helpstring("") ]
IDL: [out] [retval] Relations**Containers getContainers()
IDL: [ helpstring("") ]
IDL: [out] [retval] Containers**Recordsets getRecordsets()
IDL: [ helpstring("") ]
IDL: [out] [retval] Recordsets**void Close()
IDL: [ helpstring("") ]
void Execute(String Query,
Object Options)
IDL: [ helpstring("") ]
Query - IDL: [in] BSTROptions - IDL: [in] [optional] VARIANTvoid Execute(String Query)
Property CreateProperty(Object Name,
Object Type,
Object Value,
Object DDL)
IDL: [ helpstring("") ]
Name - IDL: [in] [optional] VARIANTType - IDL: [in] [optional] VARIANTValue - IDL: [in] [optional] VARIANTDDL - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Property**
Property CreateProperty(Object Name,
Object Type,
Object Value)
Property CreateProperty(Object Name,
Object Type)
Property CreateProperty(Object Name)
Property CreateProperty()
Relation CreateRelation(Object Name,
Object Table,
Object ForeignTable,
Object Attributes)
IDL: [ helpstring("") ]
Name - IDL: [in] [optional] VARIANTTable - IDL: [in] [optional] VARIANTForeignTable - IDL: [in] [optional] VARIANTAttributes - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Relation**
Relation CreateRelation(Object Name,
Object Table,
Object ForeignTable)
Relation CreateRelation(Object Name,
Object Table)
Relation CreateRelation(Object Name)
Relation CreateRelation()
TableDef CreateTableDef(Object Name,
Object Attributes,
Object SourceTableName,
Object Connect)
IDL: [ helpstring("") ]
Name - IDL: [in] [optional] VARIANTAttributes - IDL: [in] [optional] VARIANTSourceTableName - IDL: [in] [optional] VARIANTConnect - IDL: [in] [optional] VARIANT
IDL: [out] [retval] TableDef**
TableDef CreateTableDef(Object Name,
Object Attributes,
Object SourceTableName)
TableDef CreateTableDef(Object Name,
Object Attributes)
TableDef CreateTableDef(Object Name)
TableDef CreateTableDef()
QueryDef CreateQueryDef(Object Name,
Object SQLText)
IDL: [ helpstring("") ]
Name - IDL: [in] [optional] VARIANTSQLText - IDL: [in] [optional] VARIANT
IDL: [out] [retval] QueryDef**QueryDef CreateQueryDef(Object Name)
QueryDef CreateQueryDef()
String getReplicaID()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*String getDesignMasterID()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setDesignMasterID(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTR
void Synchronize(String DbPathName,
Object ExchangeType)
IDL: [ helpstring("") ]
DbPathName - IDL: [in] BSTRExchangeType - IDL: [in] [optional] VARIANTvoid Synchronize(String DbPathName)
void MakeReplica(String PathName,
String Description,
Object Options)
IDL: [ helpstring("") ]
PathName - IDL: [in] BSTRDescription - IDL: [in] BSTROptions - IDL: [in] [optional] VARIANT
void MakeReplica(String PathName,
String Description)
void setConnect(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTR
void NewPassword(String bstrOld,
String bstrNew)
IDL: [ helpstring("") ]
bstrOld - IDL: [in] BSTRbstrNew - IDL: [in] BSTR
Recordset OpenRecordset(String Name,
Object Type,
Object Options,
Object LockEdit)
IDL: [ helpstring("") ]
Name - IDL: [in] BSTRType - IDL: [in] [optional] VARIANTOptions - IDL: [in] [optional] VARIANTLockEdit - 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)
Connection getConnection()
IDL: [ helpstring("") ]
IDL: [out] [retval] Connection**void PopulatePartial(String DbPathName)
IDL: [ helpstring("") ]
DbPathName - IDL: [in] BSTR
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||