public class IDataAdapterImplementation extends NetObject implements IDataAdapter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.IDataAdapter
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Common
|
static java.lang.String |
className
Qualified class name: System.Data.IDataAdapter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IDataAdapterImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Fill(DataSet dataSet) |
DataTable[] |
FillSchema(DataSet dataSet,
SchemaType schemaType) |
IDataParameter[] |
GetFillParameters() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
MissingMappingAction |
getMissingMappingAction() |
MissingSchemaAction |
getMissingSchemaAction() |
ITableMappingCollection |
getTableMappings() |
void |
setMissingMappingAction(MissingMappingAction MissingMappingAction) |
void |
setMissingSchemaAction(MissingSchemaAction MissingSchemaAction) |
static IDataAdapter |
ToIDataAdapter(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IDataAdapter, a cast assert is made to check if types are compatible. |
int |
Update(DataSet dataSet) |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IDataAdapterImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic int Fill(DataSet dataSet) throws java.lang.Throwable
Fill in interface IDataAdapterjava.lang.Throwablepublic DataTable[] FillSchema(DataSet dataSet, SchemaType schemaType) throws java.lang.Throwable
FillSchema in interface IDataAdapterjava.lang.Throwablepublic IDataParameter[] GetFillParameters() throws java.lang.Throwable
GetFillParameters in interface IDataAdapterjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDataAdaptergetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDataAdaptergetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDataAdaptergetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDataAdaptergetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDataAdaptergetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic MissingMappingAction getMissingMappingAction() throws java.lang.Throwable
getMissingMappingAction in interface IDataAdapterjava.lang.Throwablepublic MissingSchemaAction getMissingSchemaAction() throws java.lang.Throwable
getMissingSchemaAction in interface IDataAdapterjava.lang.Throwablepublic ITableMappingCollection getTableMappings() throws java.lang.Throwable
getTableMappings in interface IDataAdapterjava.lang.Throwablepublic void setMissingMappingAction(MissingMappingAction MissingMappingAction) throws java.lang.Throwable
setMissingMappingAction in interface IDataAdapterjava.lang.Throwablepublic void setMissingSchemaAction(MissingSchemaAction MissingSchemaAction) throws java.lang.Throwable
setMissingSchemaAction in interface IDataAdapterjava.lang.Throwablepublic static IDataAdapter ToIDataAdapter(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IDataAdapter, a cast assert is made to check if types are compatible.ToIDataAdapter in interface IDataAdapterfrom - IJCOBridgeReflected instance to be castedIDataAdapter instancejava.lang.Throwable - in case of error during cast operationpublic int Update(DataSet dataSet) throws java.lang.Throwable
Update in interface IDataAdapterjava.lang.Throwable