|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Workspace
IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
| Nested Class Summary | |
|---|---|
static class |
Workspace.Disp
Implementation, COM to Java. |
static class |
Workspace.Jni
Implementation, Java to COM. |
| Field Summary | |
|---|---|
static GUID |
IID
IDL: [uuid(00000039-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 |
Close()
IDL: [ helpstring("") ] |
void |
CommitTrans(int Options)
IDL: [ helpstring("") ] |
Database |
CreateDatabase(String Name,
String Connect)
[optional=1] |
Database |
CreateDatabase(String Name,
String Connect,
Object Option)
IDL: [ helpstring("") ] |
Group |
CreateGroup()
[optional=2] |
Group |
CreateGroup(Object Name)
[optional=1] |
Group |
CreateGroup(Object Name,
Object PID)
IDL: [ helpstring("") ] |
User |
CreateUser()
[optional=3] |
User |
CreateUser(Object Name)
[optional=2] |
User |
CreateUser(Object Name,
Object PID)
[optional=1] |
User |
CreateUser(Object Name,
Object PID,
Object Password)
IDL: [ helpstring("") ] |
Connections |
getConnections()
IDL: [ helpstring("") ] |
Databases |
getDatabases()
IDL: [ helpstring("") ] |
int |
getDefaultCursorDriver()
IDL: [ helpstring("") ] |
Groups |
getGroups()
IDL: [ helpstring("") ] |
int |
gethEnv()
IDL: [ helpstring("") ] |
short |
getIsolateODBCTrans()
IDL: [ helpstring("") ] |
int |
getLoginTimeout()
IDL: [ helpstring("") ] |
String |
getName()
IDL: [ helpstring("") ] |
int |
getType()
IDL: [ helpstring("") ] |
String |
getUserName()
IDL: [ helpstring("") ] |
Users |
getUsers()
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 |
Rollback()
IDL: [ helpstring("") ] |
void |
setDefaultCursorDriver(int pCursorType)
IDL: [ helpstring("") ] |
void |
setIsolateODBCTrans(short ps)
IDL: [ helpstring("") ] |
void |
setLoginTimeout(int pTimeout)
IDL: [ helpstring("") ] |
void |
setName(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(00000039-0000-0010-8000-00AA006D2EA4)]
| Method Detail |
|---|
String getName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setName(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRString getUserName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*short getIsolateODBCTrans()
IDL: [ helpstring("") ]
IDL: [out] [retval] SHORT*void setIsolateODBCTrans(short ps)
IDL: [ helpstring("") ]
ps - IDL: [in] SHORTDatabases getDatabases()
IDL: [ helpstring("") ]
IDL: [out] [retval] Databases**Users getUsers()
IDL: [ helpstring("") ]
IDL: [out] [retval] Users**Groups getGroups()
IDL: [ helpstring("") ]
IDL: [out] [retval] Groups**void BeginTrans()
IDL: [ helpstring("") ]
void CommitTrans(int Options)
IDL: [ helpstring("") ]
Options - IDL: [in] [optional] [default] LONGvoid Close()
IDL: [ helpstring("") ]
void Rollback()
IDL: [ helpstring("") ]
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 Connect,
Object Option)
IDL: [ helpstring("") ]
Name - IDL: [in] BSTRConnect - IDL: [in] BSTROption - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Database**
Database CreateDatabase(String Name,
String Connect)
User CreateUser(Object Name,
Object PID,
Object Password)
IDL: [ helpstring("") ]
Name - IDL: [in] [optional] VARIANTPID - IDL: [in] [optional] VARIANTPassword - IDL: [in] [optional] VARIANT
IDL: [out] [retval] User**
User CreateUser(Object Name,
Object PID)
User CreateUser(Object Name)
User CreateUser()
Group CreateGroup(Object Name,
Object PID)
IDL: [ helpstring("") ]
Name - IDL: [in] [optional] VARIANTPID - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Group**Group CreateGroup(Object Name)
Group CreateGroup()
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 getLoginTimeout()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*void setLoginTimeout(int pTimeout)
IDL: [ helpstring("") ]
pTimeout - IDL: [in] LONGint getDefaultCursorDriver()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*void setDefaultCursorDriver(int pCursorType)
IDL: [ helpstring("") ]
pCursorType - IDL: [in] LONGint gethEnv()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*int getType()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*Connections getConnections()
IDL: [ helpstring("") ]
IDL: [out] [retval] Connections**
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||