Package system.data.sqlclient
Class SqlBulkCopy
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.data.sqlclient.SqlBulkCopy
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IDisposable
public class SqlBulkCopy extends NetObject implements IDisposable, java.lang.AutoCloseable
The base .NET class managing System.Data.SqlClient.SqlBulkCopy, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Datastatic java.lang.StringclassNameQualified class name: System.Data.SqlClient.SqlBulkCopystatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SqlBulkCopy()SqlBulkCopy(java.lang.Object instance)Internal constructor.SqlBulkCopy(java.lang.String connectionString)SqlBulkCopy(java.lang.String connectionString, SqlBulkCopyOptions copyOptions)SqlBulkCopy(SqlConnection connection)SqlBulkCopy(SqlConnection connection, SqlBulkCopyOptions copyOptions, SqlTransaction externalTransaction)
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.IDisposable
Dispose
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.SqlClient.SqlBulkCopy- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SqlBulkCopy
public SqlBulkCopy(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
SqlBulkCopy
public SqlBulkCopy() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SqlBulkCopy
public SqlBulkCopy(SqlConnection connection) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SqlBulkCopy
public SqlBulkCopy(SqlConnection connection, SqlBulkCopyOptions copyOptions, SqlTransaction externalTransaction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
SqlBulkCopy
public SqlBulkCopy(java.lang.String connectionString) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
SqlBulkCopy
public SqlBulkCopy(java.lang.String connectionString, SqlBulkCopyOptions copyOptions) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDisposable- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIDisposable- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIDisposable- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIDisposable- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDisposable- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SqlBulkCopy cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSqlBulkCopy, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SqlBulkCopyinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
WriteToServerAsync
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueException
-
WriteToServerAsync
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedException
-
WriteToServerAsync
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueException
-
WriteToServerAsync
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionOutOfMemoryExceptionFormatExceptionSqlNullValueExceptionOperationAbortedException
-
WriteToServerAsync
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueException
-
WriteToServerAsync
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueException
-
WriteToServerAsync
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedException
-
WriteToServerAsync
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueException
-
WriteToServerAsync
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueException
-
WriteToServerAsync
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedException
-
Close
public void Close() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
WriteToServer
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedException
-
WriteToServer
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedException
-
WriteToServer
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueException
-
WriteToServer
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedException
-
WriteToServer
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionSqlExceptionEventSourceExceptionThreadAbortExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionTaskCanceledExceptionSemaphoreFullExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionOperationAbortedException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getEnableStreaming
public boolean getEnableStreaming() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEnableStreaming
public void setEnableStreaming(boolean EnableStreaming) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getBatchSize
public int getBatchSize() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setBatchSize
public void setBatchSize(int BatchSize) throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
getBulkCopyTimeout
public int getBulkCopyTimeout() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setBulkCopyTimeout
public void setBulkCopyTimeout(int BulkCopyTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexException
-
getNotifyAfter
public int getNotifyAfter() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setNotifyAfter
public void setNotifyAfter(int NotifyAfter) throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
getColumnMappings
public SqlBulkCopyColumnMappingCollection getColumnMappings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDestinationTableName
public java.lang.String getDestinationTableName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDestinationTableName
public void setDestinationTableName(java.lang.String DestinationTableName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeException
-
addSqlRowsCopied
public void addSqlRowsCopied(SqlRowsCopiedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSqlRowsCopied
public void removeSqlRowsCopied(SqlRowsCopiedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-