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.String
assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Datastatic java.lang.String
className
Qualified class name: System.Data.SqlClient.SqlBulkCopystatic JCType
classType
The 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.Throwable
Internal 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDisposable
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIDisposable
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIDisposable
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIDisposable
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDisposable
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SqlBulkCopy cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSqlBulkCopy
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SqlBulkCopy
instance- 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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
close
public void close() throws java.lang.Exception
- Specified by:
close
in 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.Throwable
ArgumentOutOfRangeException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
-
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.Throwable
ArgumentOutOfRangeException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
-
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
-
-