com.moesol.bindings.microsoft.dao
Class _TableDef.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._TableDef.Jni
All Implemented Interfaces:
_DAO, _TableDef, IDispatch, IUnknown
Direct Known Subclasses:
TableDef
Enclosing interface:
_TableDef

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

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._TableDef
_TableDef.Disp, _TableDef.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.microsoft.dao._TableDef
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 _TableDef.Jni()
           
 
Method Summary
 Field CreateField()
          [optional=3]
 Field CreateField(Object p0)
          [optional=2]
 Field CreateField(Object p0, Object p1)
          [optional=1]
 Field CreateField(Object p0, Object p1, Object p2)
          IDL: [ helpstring("") ]
 Index CreateIndex()
          [optional=1]
 Index CreateIndex(Object p0)
          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("") ]
 int getAttributes()
          IDL: [ helpstring("") ]
 String getConflictTable()
          IDL: [ helpstring("") ]
 String getConnect()
          IDL: [ helpstring("") ]
 Object getDateCreated()
          IDL: [ helpstring("") ]
 Fields getFields()
          IDL: [ helpstring("") ]
 Indexes getIndexes()
          IDL: [ helpstring("") ]
 Object getLastUpdated()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 int getRecordCount()
          IDL: [ helpstring("") ]
 Object getReplicaFilter()
          IDL: [ helpstring("") ]
 String getSourceTableName()
          IDL: [ helpstring("") ]
 boolean getUpdatable()
          IDL: [ helpstring("") ]
 String getValidationRule()
          IDL: [ helpstring("") ]
 String getValidationText()
          IDL: [ helpstring("") ]
protected  void internalOnSetInterface()
          Template method to setup apartment thread checking.
 Recordset OpenRecordset()
          [optional=2]
 Recordset OpenRecordset(Object p0)
          [optional=1]
 Recordset OpenRecordset(Object p0, Object p1)
          IDL: [ helpstring("") ]
 void RefreshLink()
          IDL: [ helpstring("") ]
 void setAttributes(int p0)
          IDL: [ helpstring("") ]
 void setConnect(String p0)
          IDL: [ helpstring("") ]
 void setName(String p0)
          IDL: [ helpstring("") ]
 void setReplicaFilter(Object p0)
          IDL: [ helpstring("") ]
 void setSourceTableName(String p0)
          IDL: [ helpstring("") ]
 void setValidationRule(String p0)
          IDL: [ helpstring("") ]
 void setValidationText(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

_TableDef.Jni

protected _TableDef.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

getAttributes

public int getAttributes()
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
getAttributes in interface _TableDef
Returns:
IDL: [out] [retval] LONG*

setAttributes

public void setAttributes(int p0)
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
setAttributes in interface _TableDef
Parameters:
p0 - IDL: [in] LONG

getConnect

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

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

setConnect

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

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

getDateCreated

public Object getDateCreated()
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
getDateCreated in interface _TableDef
Returns:
IDL: [out] [retval] VARIANT*

getLastUpdated

public Object getLastUpdated()
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
getLastUpdated in interface _TableDef
Returns:
IDL: [out] [retval] VARIANT*

getName

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

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

setName

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

Specified by:
setName in interface _TableDef
Parameters:
p0 - IDL: [in] BSTR

getSourceTableName

public String getSourceTableName()
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
getSourceTableName in interface _TableDef
Returns:
IDL: [out] [retval] BSTR*

setSourceTableName

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

Specified by:
setSourceTableName in interface _TableDef
Parameters:
p0 - IDL: [in] BSTR

getUpdatable

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

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

getValidationText

public String getValidationText()
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
getValidationText in interface _TableDef
Returns:
IDL: [out] [retval] BSTR*

setValidationText

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

Specified by:
setValidationText in interface _TableDef
Parameters:
p0 - IDL: [in] BSTR

getValidationRule

public String getValidationRule()
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
getValidationRule in interface _TableDef
Returns:
IDL: [out] [retval] BSTR*

setValidationRule

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

Specified by:
setValidationRule in interface _TableDef
Parameters:
p0 - IDL: [in] BSTR

getRecordCount

public int getRecordCount()
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
getRecordCount in interface _TableDef
Returns:
IDL: [out] [retval] LONG*

getFields

public Fields getFields()
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
getFields in interface _TableDef
Returns:
IDL: [out] [retval] Fields**

getIndexes

public Indexes getIndexes()
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
getIndexes in interface _TableDef
Returns:
IDL: [out] [retval] Indexes**

OpenRecordset

public Recordset OpenRecordset(Object p0,
                               Object p1)
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

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

OpenRecordset

public Recordset OpenRecordset(Object p0)
[optional=1]

Specified by:
OpenRecordset in interface _TableDef

OpenRecordset

public Recordset OpenRecordset()
[optional=2]

Specified by:
OpenRecordset in interface _TableDef

RefreshLink

public void RefreshLink()
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
RefreshLink in interface _TableDef

CreateField

public Field CreateField(Object p0,
                         Object p1,
                         Object p2)
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
CreateField in interface _TableDef
Parameters:
p0 - IDL: [in] [optional] VARIANT
p1 - IDL: [in] [optional] VARIANT
p2 - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Field**

CreateField

public Field CreateField(Object p0,
                         Object p1)
[optional=1]

Specified by:
CreateField in interface _TableDef

CreateField

public Field CreateField(Object p0)
[optional=2]

Specified by:
CreateField in interface _TableDef

CreateField

public Field CreateField()
[optional=3]

Specified by:
CreateField in interface _TableDef

CreateIndex

public Index CreateIndex(Object p0)
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
CreateIndex in interface _TableDef
Parameters:
p0 - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Index**

CreateIndex

public Index CreateIndex()
[optional=1]

Specified by:
CreateIndex in interface _TableDef

CreateProperty

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

Specified by:
CreateProperty in interface _TableDef
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 _TableDef

CreateProperty

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

Specified by:
CreateProperty in interface _TableDef

CreateProperty

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

Specified by:
CreateProperty in interface _TableDef

CreateProperty

public Property CreateProperty()
[optional=4]

Specified by:
CreateProperty in interface _TableDef

getConflictTable

public String getConflictTable()
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
getConflictTable in interface _TableDef
Returns:
IDL: [out] [retval] BSTR*

getReplicaFilter

public Object getReplicaFilter()
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
getReplicaFilter in interface _TableDef
Returns:
IDL: [out] [retval] VARIANT*

setReplicaFilter

public void setReplicaFilter(Object p0)
Description copied from interface: _TableDef
IDL: [ helpstring("") ]

Specified by:
setReplicaFilter in interface _TableDef
Parameters:
p0 - IDL: [in] VARIANT


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