public class SqlBulkCopy extends NetObject implements IDisposable, java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.SqlClient.SqlBulkCopy
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.SqlClient.SqlBulkCopy
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlBulkCopy() |
SqlBulkCopy(java.lang.Object instance)
Internal constructor.
|
SqlBulkCopy(SqlConnection connection) |
SqlBulkCopy(SqlConnection connection,
SqlBulkCopyOptions copyOptions,
SqlTransaction externalTransaction) |
SqlBulkCopy(java.lang.String connectionString) |
SqlBulkCopy(java.lang.String connectionString,
SqlBulkCopyOptions copyOptions) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringDispose, ToIDisposablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlBulkCopy()
throws java.lang.Throwable
java.lang.Throwablepublic SqlBulkCopy(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SqlBulkCopy(SqlConnection connection) throws java.lang.Throwable
java.lang.Throwablepublic SqlBulkCopy(SqlConnection connection, SqlBulkCopyOptions copyOptions, SqlTransaction externalTransaction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public SqlBulkCopy(java.lang.String connectionString)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public SqlBulkCopy(java.lang.String connectionString,
SqlBulkCopyOptions copyOptions)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException
public void addSqlRowsCopied(SqlRowsCopiedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static SqlBulkCopy cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlBulkCopy, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlBulkCopy instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void Close()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public int getBatchSize()
throws java.lang.Throwable
java.lang.Throwablepublic int getBulkCopyTimeout()
throws java.lang.Throwable
java.lang.Throwablepublic SqlBulkCopyColumnMappingCollection getColumnMappings() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDestinationTableName()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnableStreaming()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDisposablegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDisposablegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDisposablegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDisposablegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDisposablegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int getNotifyAfter()
throws java.lang.Throwable
java.lang.Throwablepublic void removeSqlRowsCopied(SqlRowsCopiedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setBatchSize(int BatchSize)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setBulkCopyTimeout(int BulkCopyTimeout)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic void setDestinationTableName(java.lang.String DestinationTableName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionpublic void setEnableStreaming(boolean EnableStreaming)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setNotifyAfter(int NotifyAfter)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void WriteToServer(DataRow[] rows) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, IndexOutOfRangeException, SqlException, EventSourceException, ThreadAbortException, TaskSchedulerException, OperationCanceledException, AggregateException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException, OperationAbortedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedExceptionpublic void WriteToServer(DataTable table) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, ThreadAbortException, TaskSchedulerException, AggregateException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionpublic void WriteToServer(DataTable table, DataRowState rowState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, IndexOutOfRangeException, SqlException, EventSourceException, ThreadAbortException, TaskSchedulerException, OperationCanceledException, AggregateException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException, OperationAbortedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedExceptionpublic void WriteToServer(DbDataReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, IndexOutOfRangeException, SqlException, EventSourceException, ThreadAbortException, TaskSchedulerException, OperationCanceledException, AggregateException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException, OperationAbortedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedExceptionpublic void WriteToServer(IDataReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, IndexOutOfRangeException, SqlException, EventSourceException, ThreadAbortException, TaskSchedulerException, OperationCanceledException, AggregateException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException, OperationAbortedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedExceptionpublic Task WriteToServerAsync(DataRow[] rows) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, ThreadAbortException, TaskSchedulerException, AggregateException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionpublic Task WriteToServerAsync(DataRow[] rows, CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, IndexOutOfRangeException, SqlException, ThreadAbortException, TaskSchedulerException, OperationCanceledException, AggregateException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, TaskCanceledException, SemaphoreFullException, NotSupportedException, OutOfMemoryException, FormatException, SqlNullValueException, OperationAbortedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionSqlNullValueExceptionOperationAbortedExceptionpublic Task WriteToServerAsync(DataTable table) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, ThreadAbortException, TaskSchedulerException, AggregateException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionpublic Task WriteToServerAsync(DataTable table, CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, ThreadAbortException, TaskSchedulerException, AggregateException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionpublic Task WriteToServerAsync(DataTable table, DataRowState rowState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, ThreadAbortException, TaskSchedulerException, AggregateException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionpublic Task WriteToServerAsync(DataTable table, DataRowState rowState, CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, IndexOutOfRangeException, SqlException, EventSourceException, ThreadAbortException, TaskSchedulerException, OperationCanceledException, AggregateException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException, OperationAbortedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedExceptionpublic Task WriteToServerAsync(DbDataReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, ThreadAbortException, TaskSchedulerException, AggregateException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionpublic Task WriteToServerAsync(DbDataReader reader, CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, IndexOutOfRangeException, SqlException, EventSourceException, ThreadAbortException, TaskSchedulerException, OperationCanceledException, AggregateException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException, OperationAbortedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedExceptionpublic Task WriteToServerAsync(IDataReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, ThreadAbortException, TaskSchedulerException, AggregateException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionpublic Task WriteToServerAsync(IDataReader reader, CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, IndexOutOfRangeException, SqlException, EventSourceException, ThreadAbortException, TaskSchedulerException, OperationCanceledException, AggregateException, TaskCanceledException, SemaphoreFullException, NotSupportedException, FormatException, SqlNullValueException, OperationAbortedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedException