public class IDbDataAdapterImplementation extends NetObject implements IDbDataAdapter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.IDbDataAdapter
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data
|
static java.lang.String |
className
Qualified class name: System.Data.IDbDataAdapter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IDbDataAdapterImplementation(java.lang.Object instance)
Internal constructor.
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringToIDataAdapterpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IDbDataAdapterImplementation(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 IDbCommand getDeleteCommand() throws java.lang.Throwable
getDeleteCommand in interface IDbDataAdapterjava.lang.Throwablepublic IDataParameter[] GetFillParameters() throws java.lang.Throwable
GetFillParameters in interface IDataAdapterjava.lang.Throwablepublic IDbCommand getInsertCommand() throws java.lang.Throwable
getInsertCommand in interface IDbDataAdapterjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDataAdaptergetJCOAssemblyName in interface IDbDataAdaptergetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDataAdaptergetJCOClassName in interface IDbDataAdaptergetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDataAdaptergetJCOInstance in interface IDbDataAdaptergetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDataAdaptergetJCOObjectName in interface IDbDataAdaptergetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDataAdaptergetJCOType in interface IDbDataAdaptergetJCOType 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 IDbCommand getSelectCommand() throws java.lang.Throwable
getSelectCommand in interface IDbDataAdapterjava.lang.Throwablepublic ITableMappingCollection getTableMappings() throws java.lang.Throwable
getTableMappings in interface IDataAdapterjava.lang.Throwablepublic IDbCommand getUpdateCommand() throws java.lang.Throwable
getUpdateCommand in interface IDbDataAdapterjava.lang.Throwablepublic void setDeleteCommand(IDbCommand DeleteCommand) throws java.lang.Throwable
setDeleteCommand in interface IDbDataAdapterjava.lang.Throwablepublic void setInsertCommand(IDbCommand InsertCommand) throws java.lang.Throwable
setInsertCommand in interface IDbDataAdapterjava.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 void setSelectCommand(IDbCommand SelectCommand) throws java.lang.Throwable
setSelectCommand in interface IDbDataAdapterjava.lang.Throwablepublic void setUpdateCommand(IDbCommand UpdateCommand) throws java.lang.Throwable
setUpdateCommand in interface IDbDataAdapterjava.lang.Throwablepublic static IDbDataAdapter ToIDbDataAdapter(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IDbDataAdapter, a cast assert is made to check if types are compatible.ToIDbDataAdapter in interface IDbDataAdapterfrom - IJCOBridgeReflected instance to be castedIDbDataAdapter instancejava.lang.Throwable - in case of error during cast operationpublic int Update(DataSet dataSet) throws java.lang.Throwable
Update in interface IDataAdapterjava.lang.Throwable