|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni com.moesol.bindings.microsoft.dao._DAO.Jni com.moesol.bindings.microsoft.dao.Workspace.Jni
public static class Workspace.Jni
Implementation, Java to COM.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni |
---|
IDispatch.Jni.MoeSolInternal |
Nested classes/interfaces inherited from interface com.moesol.bindings.microsoft.dao.Workspace |
---|
Workspace.Disp, Workspace.Jni |
Field Summary |
---|
Fields inherited from interface com.moesol.bindings.microsoft.dao.Workspace |
---|
IID, TYPELIB |
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
Constructor Summary | |
---|---|
protected |
Workspace.Jni()
|
Method Summary | |
---|---|
void |
BeginTrans()
IDL: [ helpstring("") ] |
void |
Close()
IDL: [ helpstring("") ] |
void |
CommitTrans(int p0)
IDL: [ helpstring("") ] |
Database |
CreateDatabase(String p0,
String p1)
[optional=1] |
Database |
CreateDatabase(String p0,
String p1,
Object p2)
IDL: [ helpstring("") ] |
Group |
CreateGroup()
[optional=2] |
Group |
CreateGroup(Object p0)
[optional=1] |
Group |
CreateGroup(Object p0,
Object p1)
IDL: [ helpstring("") ] |
User |
CreateUser()
[optional=3] |
User |
CreateUser(Object p0)
[optional=2] |
User |
CreateUser(Object p0,
Object p1)
[optional=1] |
User |
CreateUser(Object p0,
Object p1,
Object p2)
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("") ] |
protected void |
internalOnSetInterface()
Template method to setup apartment thread checking. |
Connection |
OpenConnection(String p0)
[optional=3] |
Connection |
OpenConnection(String p0,
Object p1)
[optional=2] |
Connection |
OpenConnection(String p0,
Object p1,
Object p2)
[optional=1] |
Connection |
OpenConnection(String p0,
Object p1,
Object p2,
Object p3)
IDL: [ helpstring("") ] |
Database |
OpenDatabase(String p0)
[optional=3] |
Database |
OpenDatabase(String p0,
Object p1)
[optional=2] |
Database |
OpenDatabase(String p0,
Object p1,
Object p2)
[optional=1] |
Database |
OpenDatabase(String p0,
Object p1,
Object p2,
Object p3)
IDL: [ helpstring("") ] |
void |
Rollback()
IDL: [ helpstring("") ] |
void |
setDefaultCursorDriver(int p0)
IDL: [ helpstring("") ] |
void |
setIsolateODBCTrans(short p0)
IDL: [ helpstring("") ] |
void |
setLoginTimeout(int p0)
IDL: [ helpstring("") ] |
void |
setName(String p0)
IDL: [ helpstring("") ] |
Methods inherited from class com.moesol.bindings.microsoft.dao._DAO.Jni |
---|
getProperties |
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni |
---|
Invoke |
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni |
---|
equals, finalize, hashCode, QueryInterface, QueryInterface, Release, toString |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
---|
protected Workspace.Jni()
Method Detail |
---|
protected void internalOnSetInterface()
IUnknown.Jni
internalOnSetInterface
in class _DAO.Jni
public String getName()
Workspace
IDL: [ helpstring("") ]
getName
in interface Workspace
IDL: [out] [retval] BSTR*
public void setName(String p0)
Workspace
IDL: [ helpstring("") ]
setName
in interface Workspace
p0
- IDL: [in] BSTR
public String getUserName()
Workspace
IDL: [ helpstring("") ]
getUserName
in interface Workspace
IDL: [out] [retval] BSTR*
public short getIsolateODBCTrans()
Workspace
IDL: [ helpstring("") ]
getIsolateODBCTrans
in interface Workspace
IDL: [out] [retval] SHORT*
public void setIsolateODBCTrans(short p0)
Workspace
IDL: [ helpstring("") ]
setIsolateODBCTrans
in interface Workspace
p0
- IDL: [in] SHORT
public Databases getDatabases()
Workspace
IDL: [ helpstring("") ]
getDatabases
in interface Workspace
IDL: [out] [retval] Databases**
public Users getUsers()
Workspace
IDL: [ helpstring("") ]
getUsers
in interface Workspace
IDL: [out] [retval] Users**
public Groups getGroups()
Workspace
IDL: [ helpstring("") ]
getGroups
in interface Workspace
IDL: [out] [retval] Groups**
public void BeginTrans()
Workspace
IDL: [ helpstring("") ]
BeginTrans
in interface Workspace
public void CommitTrans(int p0)
Workspace
IDL: [ helpstring("") ]
CommitTrans
in interface Workspace
p0
- IDL: [in] [optional] [default] LONG
public void Close()
Workspace
IDL: [ helpstring("") ]
Close
in interface Workspace
public void Rollback()
Workspace
IDL: [ helpstring("") ]
Rollback
in interface Workspace
public Database OpenDatabase(String p0, Object p1, Object p2, Object p3)
Workspace
IDL: [ helpstring("") ]
OpenDatabase
in interface Workspace
p0
- IDL: [in] BSTR
p1
- IDL: [in] [optional] VARIANT
p2
- IDL: [in] [optional] VARIANT
p3
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] Database**
public Database OpenDatabase(String p0, Object p1, Object p2)
OpenDatabase
in interface Workspace
public Database OpenDatabase(String p0, Object p1)
OpenDatabase
in interface Workspace
public Database OpenDatabase(String p0)
OpenDatabase
in interface Workspace
public Database CreateDatabase(String p0, String p1, Object p2)
Workspace
IDL: [ helpstring("") ]
CreateDatabase
in interface Workspace
p0
- IDL: [in] BSTR
p1
- IDL: [in] BSTR
p2
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] Database**
public Database CreateDatabase(String p0, String p1)
CreateDatabase
in interface Workspace
public User CreateUser(Object p0, Object p1, Object p2)
Workspace
IDL: [ helpstring("") ]
CreateUser
in interface Workspace
p0
- IDL: [in] [optional] VARIANT
p1
- IDL: [in] [optional] VARIANT
p2
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] User**
public User CreateUser(Object p0, Object p1)
CreateUser
in interface Workspace
public User CreateUser(Object p0)
CreateUser
in interface Workspace
public User CreateUser()
CreateUser
in interface Workspace
public Group CreateGroup(Object p0, Object p1)
Workspace
IDL: [ helpstring("") ]
CreateGroup
in interface Workspace
p0
- IDL: [in] [optional] VARIANT
p1
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] Group**
public Group CreateGroup(Object p0)
CreateGroup
in interface Workspace
public Group CreateGroup()
CreateGroup
in interface Workspace
public Connection OpenConnection(String p0, Object p1, Object p2, Object p3)
Workspace
IDL: [ helpstring("") ]
OpenConnection
in interface Workspace
p0
- IDL: [in] BSTR
p1
- IDL: [in] [optional] VARIANT
p2
- IDL: [in] [optional] VARIANT
p3
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] Connection**
public Connection OpenConnection(String p0, Object p1, Object p2)
OpenConnection
in interface Workspace
public Connection OpenConnection(String p0, Object p1)
OpenConnection
in interface Workspace
public Connection OpenConnection(String p0)
OpenConnection
in interface Workspace
public int getLoginTimeout()
Workspace
IDL: [ helpstring("") ]
getLoginTimeout
in interface Workspace
IDL: [out] [retval] LONG*
public void setLoginTimeout(int p0)
Workspace
IDL: [ helpstring("") ]
setLoginTimeout
in interface Workspace
p0
- IDL: [in] LONG
public int getDefaultCursorDriver()
Workspace
IDL: [ helpstring("") ]
getDefaultCursorDriver
in interface Workspace
IDL: [out] [retval] LONG*
public void setDefaultCursorDriver(int p0)
Workspace
IDL: [ helpstring("") ]
setDefaultCursorDriver
in interface Workspace
p0
- IDL: [in] LONG
public int gethEnv()
Workspace
IDL: [ helpstring("") ]
gethEnv
in interface Workspace
IDL: [out] [retval] LONG*
public int getType()
Workspace
IDL: [ helpstring("") ]
getType
in interface Workspace
IDL: [out] [retval] LONG*
public Connections getConnections()
Workspace
IDL: [ helpstring("") ]
getConnections
in interface Workspace
IDL: [out] [retval] Connections**
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |