public class DataAdapter extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Common.DataAdapter
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=10.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.Common.DataAdapter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataAdapter() |
DataAdapter(java.lang.Object instance)
Internal constructor.
|
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataAdapter()
throws java.lang.Throwable
java.lang.Throwablepublic DataAdapter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addFillError(FillErrorEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static DataAdapter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataAdapter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataAdapter instancejava.lang.Throwable - in case of error during cast operationpublic int Fill(DataSet dataSet) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, EventSourceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionpublic DataTable[] FillSchema(DataSet dataSet, SchemaType schemaType) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, EventSourceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionpublic boolean getAcceptChangesDuringFill()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAcceptChangesDuringUpdate()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getContinueUpdateOnError()
throws java.lang.Throwable
java.lang.Throwablepublic LoadOption getFillLoadOption() throws java.lang.Throwable
java.lang.Throwablepublic IDataParameter[] GetFillParameters() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic MissingMappingAction getMissingMappingAction() throws java.lang.Throwable
java.lang.Throwablepublic MissingSchemaAction getMissingSchemaAction() throws java.lang.Throwable
java.lang.Throwablepublic boolean getReturnProviderSpecificTypes()
throws java.lang.Throwable
java.lang.Throwablepublic DataTableMappingCollection getTableMappings() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException
public void removeFillError(FillErrorEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void ResetFillLoadOption()
throws java.lang.Throwable
java.lang.Throwablepublic void setAcceptChangesDuringFill(boolean AcceptChangesDuringFill)
throws java.lang.Throwable
java.lang.Throwablepublic void setAcceptChangesDuringUpdate(boolean AcceptChangesDuringUpdate)
throws java.lang.Throwable
java.lang.Throwablepublic void setContinueUpdateOnError(boolean ContinueUpdateOnError)
throws java.lang.Throwable
java.lang.Throwablepublic void setFillLoadOption(LoadOption FillLoadOption) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException
public void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setMissingMappingAction(MissingMappingAction MissingMappingAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException
public void setMissingSchemaAction(MissingSchemaAction MissingSchemaAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException
public void setReturnProviderSpecificTypes(boolean ReturnProviderSpecificTypes)
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeAcceptChangesDuringFill()
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeFillLoadOption()
throws java.lang.Throwable
java.lang.Throwablepublic int Update(DataSet dataSet) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, EventSourceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceException