public class DbDataAdapter extends DataAdapter implements ICloneable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Common.DbDataAdapter
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.DbDataAdapter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DbDataAdapter() |
DbDataAdapter(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DbDataAdapter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DbDataAdapter, a cast assert is made to check if types are compatible. |
int |
Fill(DataSet dataSet) |
int |
Fill(DataSet dataSet,
int startRecord,
int maxRecords,
java.lang.String srcTable) |
int |
Fill(DataSet dataSet,
java.lang.String srcTable) |
int |
Fill(DataTable dataTable) |
int |
Fill(int startRecord,
int maxRecords,
DataTable... dataTables) |
DataTable[] |
FillSchema(DataSet dataSet,
SchemaType schemaType) |
DataTable[] |
FillSchema(DataSet dataSet,
SchemaType schemaType,
java.lang.String srcTable) |
DataTable |
FillSchema(DataTable dataTable,
SchemaType schemaType) |
DbCommand |
getDeleteCommand() |
IDataParameter[] |
GetFillParameters() |
DbCommand |
getInsertCommand() |
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
|
DbCommand |
getSelectCommand() |
int |
getUpdateBatchSize() |
DbCommand |
getUpdateCommand() |
void |
setDeleteCommand(DbCommand DeleteCommand) |
void |
setInsertCommand(DbCommand InsertCommand) |
void |
setJCOInstance(JCObject instance) |
void |
setSelectCommand(DbCommand SelectCommand) |
void |
setUpdateBatchSize(int UpdateBatchSize) |
void |
setUpdateCommand(DbCommand UpdateCommand) |
int |
Update(DataRow[] dataRows) |
int |
Update(DataSet dataSet) |
int |
Update(DataSet dataSet,
java.lang.String srcTable) |
int |
Update(DataTable dataTable) |
addFillError, getAcceptChangesDuringFill, getAcceptChangesDuringUpdate, getContinueUpdateOnError, getFillLoadOption, getMissingMappingAction, getMissingSchemaAction, getReturnProviderSpecificTypes, getTableMappings, removeFillError, ResetFillLoadOption, setAcceptChangesDuringFill, setAcceptChangesDuringUpdate, setContinueUpdateOnError, setFillLoadOption, setMissingMappingAction, setMissingSchemaAction, setReturnProviderSpecificTypes, ShouldSerializeAcceptChangesDuringFill, ShouldSerializeFillLoadOptionaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServiceEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringClone, ToICloneablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DbDataAdapter()
throws java.lang.Throwable
java.lang.Throwablepublic DbDataAdapter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DbDataAdapter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DbDataAdapter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDbDataAdapter instancejava.lang.Throwable - in case of error during cast operationpublic int Fill(DataSet dataSet) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, ArrayTypeMismatchException, SynchronizationLockException, SqlNullValueException
Fill in class DataAdapterjava.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionSqlNullValueExceptionpublic int Fill(DataSet dataSet, int startRecord, int maxRecords, java.lang.String srcTable) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentNullException, EventSourceException, ArrayTypeMismatchException, SynchronizationLockException, SqlNullValueException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionSqlNullValueExceptionpublic int Fill(DataSet dataSet, java.lang.String srcTable) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, CultureNotFoundException, ArrayTypeMismatchException, SynchronizationLockException, SqlNullValueException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionSqlNullValueExceptionpublic int Fill(DataTable dataTable) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, ArrayTypeMismatchException, SynchronizationLockException, SqlNullValueException
public int Fill(int startRecord,
int maxRecords,
DataTable... dataTables)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
FormatException,
EventSourceException,
CultureNotFoundException,
ArrayTypeMismatchException,
SynchronizationLockException,
SqlNullValueException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionSqlNullValueExceptionpublic DataTable[] FillSchema(DataSet dataSet, SchemaType schemaType) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, KeyNotFoundException
FillSchema in class DataAdapterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionKeyNotFoundExceptionpublic DataTable[] FillSchema(DataSet dataSet, SchemaType schemaType, java.lang.String srcTable) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, KeyNotFoundException
public DataTable FillSchema(DataTable dataTable, SchemaType schemaType) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, KeyNotFoundException
public DbCommand getDeleteCommand() throws java.lang.Throwable
java.lang.Throwablepublic IDataParameter[] GetFillParameters() throws java.lang.Throwable
GetFillParameters in class DataAdapterjava.lang.Throwablepublic DbCommand getInsertCommand() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ICloneablegetJCOAssemblyName in class DataAdapterString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ICloneablegetJCOClassName in class DataAdapterString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ICloneablegetJCOInstance in class DataAdapterObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ICloneablegetJCOObjectName in class DataAdapterString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ICloneablegetJCOType in class DataAdapterJCType representing the CLR Type of the instantiated Classpublic DbCommand getSelectCommand() throws java.lang.Throwable
java.lang.Throwablepublic int getUpdateBatchSize()
throws java.lang.Throwable
java.lang.Throwablepublic DbCommand getUpdateCommand() throws java.lang.Throwable
java.lang.Throwablepublic void setDeleteCommand(DbCommand DeleteCommand) throws java.lang.Throwable
java.lang.Throwablepublic void setInsertCommand(DbCommand InsertCommand) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataAdapterpublic void setSelectCommand(DbCommand SelectCommand) throws java.lang.Throwable
java.lang.Throwablepublic void setUpdateBatchSize(int UpdateBatchSize)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException,
EventSourceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionpublic void setUpdateCommand(DbCommand UpdateCommand) throws java.lang.Throwable
java.lang.Throwablepublic int Update(DataRow[] dataRows) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, ArrayTypeMismatchException, SynchronizationLockException, DataException, KeyNotFoundException, OverflowException, InvalidCastException, SqlNullValueException, XmlException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionDataExceptionKeyNotFoundExceptionOverflowExceptionInvalidCastExceptionSqlNullValueExceptionXmlExceptionpublic int Update(DataSet dataSet) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, CultureNotFoundException, ObjectDisposedException, DataException, KeyNotFoundException, SqlNullValueException, XmlException
Update in class DataAdapterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionObjectDisposedExceptionDataExceptionKeyNotFoundExceptionSqlNullValueExceptionXmlExceptionpublic int Update(DataSet dataSet, java.lang.String srcTable) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, CultureNotFoundException, SynchronizationLockException, DataException, KeyNotFoundException, OverflowException, IndexOutOfRangeException, SqlNullValueException, XmlException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionSynchronizationLockExceptionDataExceptionKeyNotFoundExceptionOverflowExceptionIndexOutOfRangeExceptionSqlNullValueExceptionXmlExceptionpublic int Update(DataTable dataTable) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, SynchronizationLockException, DataException, KeyNotFoundException, OverflowException, IndexOutOfRangeException, SqlNullValueException, XmlException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionSynchronizationLockExceptionDataExceptionKeyNotFoundExceptionOverflowExceptionIndexOutOfRangeExceptionSqlNullValueExceptionXmlException