com.moesol.bindings.microsoft.dao
Class Database.Jni

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.microsoft.dao._DAO.Jni
              extended by com.moesol.bindings.microsoft.dao.Database.Jni
All Implemented Interfaces:
_DAO, Database, IDispatch, IUnknown
Enclosing interface:
Database

public static class Database.Jni
extends _DAO.Jni
implements Database

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.Database
Database.Disp, Database.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.microsoft.dao.Database
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 Database.Jni()
           
 
Method Summary
 void Close()
          IDL: [ helpstring("") ]
 Property CreateProperty()
          [optional=4]
 Property CreateProperty(Object p0)
          [optional=3]
 Property CreateProperty(Object p0, Object p1)
          [optional=2]
 Property CreateProperty(Object p0, Object p1, Object p2)
          [optional=1]
 Property CreateProperty(Object p0, Object p1, Object p2, Object p3)
          IDL: [ helpstring("") ]
 QueryDef CreateQueryDef()
          [optional=2]
 QueryDef CreateQueryDef(Object p0)
          [optional=1]
 QueryDef CreateQueryDef(Object p0, Object p1)
          IDL: [ helpstring("") ]
 Relation CreateRelation()
          [optional=4]
 Relation CreateRelation(Object p0)
          [optional=3]
 Relation CreateRelation(Object p0, Object p1)
          [optional=2]
 Relation CreateRelation(Object p0, Object p1, Object p2)
          [optional=1]
 Relation CreateRelation(Object p0, Object p1, Object p2, Object p3)
          IDL: [ helpstring("") ]
 TableDef CreateTableDef()
          [optional=4]
 TableDef CreateTableDef(Object p0)
          [optional=3]
 TableDef CreateTableDef(Object p0, Object p1)
          [optional=2]
 TableDef CreateTableDef(Object p0, Object p1, Object p2)
          [optional=1]
 TableDef CreateTableDef(Object p0, Object p1, Object p2, Object p3)
          IDL: [ helpstring("") ]
 void Execute(String p0)
          [optional=1]
 void Execute(String p0, Object p1)
          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("") ]
protected  void internalOnSetInterface()
          Template method to setup apartment thread checking.
 void MakeReplica(String p0, String p1)
          [optional=1]
 void MakeReplica(String p0, String p1, Object p2)
          IDL: [ helpstring("") ]
 void NewPassword(String p0, String p1)
          IDL: [ helpstring("") ]
 Recordset OpenRecordset(String p0)
          [optional=3]
 Recordset OpenRecordset(String p0, Object p1)
          [optional=2]
 Recordset OpenRecordset(String p0, Object p1, Object p2)
          [optional=1]
 Recordset OpenRecordset(String p0, Object p1, Object p2, Object p3)
          IDL: [ helpstring("") ]
 void PopulatePartial(String p0)
          IDL: [ helpstring("") ]
 void setConnect(String p0)
          IDL: [ helpstring("") ]
 void setDesignMasterID(String p0)
          IDL: [ helpstring("") ]
 void setQueryTimeout(short p0)
          IDL: [ helpstring("") ]
 void Synchronize(String p0)
          [optional=1]
 void Synchronize(String p0, Object p1)
          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

Database.Jni

protected Database.Jni()
Method Detail

internalOnSetInterface

protected void internalOnSetInterface()
Description copied from class: IUnknown.Jni
Template method to setup apartment thread checking. Call: MoeSolInternal.recordApartment(this) to setup apartment thread checking.

Overrides:
internalOnSetInterface in class _DAO.Jni

getCollatingOrder

public int getCollatingOrder()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getCollatingOrder in interface Database
Returns:
IDL: [out] [retval] LONG*

getConnect

public String getConnect()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getConnect in interface Database
Returns:
IDL: [out] [retval] BSTR*

getName

public String getName()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getName in interface Database
Returns:
IDL: [out] [retval] BSTR*

getQueryTimeout

public short getQueryTimeout()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getQueryTimeout in interface Database
Returns:
IDL: [out] [retval] SHORT*

setQueryTimeout

public void setQueryTimeout(short p0)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
setQueryTimeout in interface Database
Parameters:
p0 - IDL: [in] SHORT

getTransactions

public boolean getTransactions()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getTransactions in interface Database
Returns:
IDL: [out] [retval] VARIANT_BOOL*

getUpdatable

public boolean getUpdatable()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getUpdatable in interface Database
Returns:
IDL: [out] [retval] VARIANT_BOOL*

getVersion

public String getVersion()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getVersion in interface Database
Returns:
IDL: [out] [retval] BSTR*

getRecordsAffected

public int getRecordsAffected()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getRecordsAffected in interface Database
Returns:
IDL: [out] [retval] LONG*

getTableDefs

public TableDefs getTableDefs()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getTableDefs in interface Database
Returns:
IDL: [out] [retval] TableDefs**

getQueryDefs

public QueryDefs getQueryDefs()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getQueryDefs in interface Database
Returns:
IDL: [out] [retval] QueryDefs**

getRelations

public Relations getRelations()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getRelations in interface Database
Returns:
IDL: [out] [retval] Relations**

getContainers

public Containers getContainers()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getContainers in interface Database
Returns:
IDL: [out] [retval] Containers**

getRecordsets

public Recordsets getRecordsets()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getRecordsets in interface Database
Returns:
IDL: [out] [retval] Recordsets**

Close

public void Close()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
Close in interface Database

Execute

public void Execute(String p0,
                    Object p1)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
Execute in interface Database
Parameters:
p0 - IDL: [in] BSTR
p1 - IDL: [in] [optional] VARIANT

Execute

public void Execute(String p0)
[optional=1]

Specified by:
Execute in interface Database

CreateProperty

public Property CreateProperty(Object p0,
                               Object p1,
                               Object p2,
                               Object p3)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
CreateProperty in interface Database
Parameters:
p0 - IDL: [in] [optional] VARIANT
p1 - IDL: [in] [optional] VARIANT
p2 - IDL: [in] [optional] VARIANT
p3 - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Property**

CreateProperty

public Property CreateProperty(Object p0,
                               Object p1,
                               Object p2)
[optional=1]

Specified by:
CreateProperty in interface Database

CreateProperty

public Property CreateProperty(Object p0,
                               Object p1)
[optional=2]

Specified by:
CreateProperty in interface Database

CreateProperty

public Property CreateProperty(Object p0)
[optional=3]

Specified by:
CreateProperty in interface Database

CreateProperty

public Property CreateProperty()
[optional=4]

Specified by:
CreateProperty in interface Database

CreateRelation

public Relation CreateRelation(Object p0,
                               Object p1,
                               Object p2,
                               Object p3)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
CreateRelation in interface Database
Parameters:
p0 - IDL: [in] [optional] VARIANT
p1 - IDL: [in] [optional] VARIANT
p2 - IDL: [in] [optional] VARIANT
p3 - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Relation**

CreateRelation

public Relation CreateRelation(Object p0,
                               Object p1,
                               Object p2)
[optional=1]

Specified by:
CreateRelation in interface Database

CreateRelation

public Relation CreateRelation(Object p0,
                               Object p1)
[optional=2]

Specified by:
CreateRelation in interface Database

CreateRelation

public Relation CreateRelation(Object p0)
[optional=3]

Specified by:
CreateRelation in interface Database

CreateRelation

public Relation CreateRelation()
[optional=4]

Specified by:
CreateRelation in interface Database

CreateTableDef

public TableDef CreateTableDef(Object p0,
                               Object p1,
                               Object p2,
                               Object p3)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
CreateTableDef in interface Database
Parameters:
p0 - IDL: [in] [optional] VARIANT
p1 - IDL: [in] [optional] VARIANT
p2 - IDL: [in] [optional] VARIANT
p3 - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] TableDef**

CreateTableDef

public TableDef CreateTableDef(Object p0,
                               Object p1,
                               Object p2)
[optional=1]

Specified by:
CreateTableDef in interface Database

CreateTableDef

public TableDef CreateTableDef(Object p0,
                               Object p1)
[optional=2]

Specified by:
CreateTableDef in interface Database

CreateTableDef

public TableDef CreateTableDef(Object p0)
[optional=3]

Specified by:
CreateTableDef in interface Database

CreateTableDef

public TableDef CreateTableDef()
[optional=4]

Specified by:
CreateTableDef in interface Database

CreateQueryDef

public QueryDef CreateQueryDef(Object p0,
                               Object p1)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
CreateQueryDef in interface Database
Parameters:
p0 - IDL: [in] [optional] VARIANT
p1 - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] QueryDef**

CreateQueryDef

public QueryDef CreateQueryDef(Object p0)
[optional=1]

Specified by:
CreateQueryDef in interface Database

CreateQueryDef

public QueryDef CreateQueryDef()
[optional=2]

Specified by:
CreateQueryDef in interface Database

getReplicaID

public String getReplicaID()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getReplicaID in interface Database
Returns:
IDL: [out] [retval] BSTR*

getDesignMasterID

public String getDesignMasterID()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getDesignMasterID in interface Database
Returns:
IDL: [out] [retval] BSTR*

setDesignMasterID

public void setDesignMasterID(String p0)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
setDesignMasterID in interface Database
Parameters:
p0 - IDL: [in] BSTR

Synchronize

public void Synchronize(String p0,
                        Object p1)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
Synchronize in interface Database
Parameters:
p0 - IDL: [in] BSTR
p1 - IDL: [in] [optional] VARIANT

Synchronize

public void Synchronize(String p0)
[optional=1]

Specified by:
Synchronize in interface Database

MakeReplica

public void MakeReplica(String p0,
                        String p1,
                        Object p2)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
MakeReplica in interface Database
Parameters:
p0 - IDL: [in] BSTR
p1 - IDL: [in] BSTR
p2 - IDL: [in] [optional] VARIANT

MakeReplica

public void MakeReplica(String p0,
                        String p1)
[optional=1]

Specified by:
MakeReplica in interface Database

setConnect

public void setConnect(String p0)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
setConnect in interface Database
Parameters:
p0 - IDL: [in] BSTR

NewPassword

public void NewPassword(String p0,
                        String p1)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
NewPassword in interface Database
Parameters:
p0 - IDL: [in] BSTR
p1 - IDL: [in] BSTR

OpenRecordset

public Recordset OpenRecordset(String p0,
                               Object p1,
                               Object p2,
                               Object p3)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
OpenRecordset in interface Database
Parameters:
p0 - IDL: [in] BSTR
p1 - IDL: [in] [optional] VARIANT
p2 - IDL: [in] [optional] VARIANT
p3 - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Recordset**

OpenRecordset

public Recordset OpenRecordset(String p0,
                               Object p1,
                               Object p2)
[optional=1]

Specified by:
OpenRecordset in interface Database

OpenRecordset

public Recordset OpenRecordset(String p0,
                               Object p1)
[optional=2]

Specified by:
OpenRecordset in interface Database

OpenRecordset

public Recordset OpenRecordset(String p0)
[optional=3]

Specified by:
OpenRecordset in interface Database

getConnection

public Connection getConnection()
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
getConnection in interface Database
Returns:
IDL: [out] [retval] Connection**

PopulatePartial

public void PopulatePartial(String p0)
Description copied from interface: Database
IDL: [ helpstring("") ]

Specified by:
PopulatePartial in interface Database
Parameters:
p0 - IDL: [in] BSTR


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.