public class SqlCommand extends DbCommand
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.SqlClient.SqlCommand
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.SqlCommand
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlCommand() |
SqlCommand(java.lang.Object instance)
Internal constructor.
|
SqlCommand(java.lang.String cmdText) |
SqlCommand(java.lang.String cmdText,
SqlConnection connection) |
SqlCommand(java.lang.String cmdText,
SqlConnection connection,
SqlTransaction transaction) |
SqlCommand(java.lang.String cmdText,
SqlConnection connection,
SqlTransaction transaction,
SqlCommandColumnEncryptionSetting columnEncryptionSetting) |
CreateParameter, ExecuteReader, ExecuteReader, getCommandText, getCommandTimeout, getCommandType, getConnection, getDesignTimeVisible, getParameters, getTransaction, getUpdatedRowSource, setCommandText, setCommandTimeout, setCommandType, setConnection, setDesignTimeVisible, setTransaction, setUpdatedRowSourceaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlCommand()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionpublic SqlCommand(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SqlCommand(java.lang.String cmdText)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionpublic SqlCommand(java.lang.String cmdText,
SqlConnection connection)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public SqlCommand(java.lang.String cmdText,
SqlConnection connection,
SqlTransaction transaction)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public SqlCommand(java.lang.String cmdText,
SqlConnection connection,
SqlTransaction transaction,
SqlCommandColumnEncryptionSetting columnEncryptionSetting)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public void addStatementCompleted(StatementCompletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic IAsyncResult BeginExecuteNonQuery() throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, TaskSchedulerException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, EventSourceException, OutOfMemoryException, NotSupportedException, KeyNotFoundException, FormatException, SqlNullValueException, SqlTypeException, InvalidCastException, SqlException, OverflowException, AggregateException, OperationCanceledException, SemaphoreFullException, PlatformNotSupportedException, CryptographicException, IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionTaskSchedulerExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionKeyNotFoundExceptionFormatExceptionSqlNullValueExceptionSqlTypeExceptionInvalidCastExceptionSqlExceptionOverflowExceptionAggregateExceptionOperationCanceledExceptionSemaphoreFullExceptionPlatformNotSupportedExceptionCryptographicExceptionIndexOutOfRangeExceptionpublic IAsyncResult BeginExecuteNonQuery(AsyncCallback callback, NetObject stateObject) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, TaskSchedulerException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, EventSourceException, OutOfMemoryException, NotSupportedException, FormatException, SqlNullValueException, TargetInvocationException, SqlTypeException, InvalidCastException, OverflowException, SqlException, IndexOutOfRangeException, SqlTruncateException, AggregateException, ThreadAbortException, SemaphoreFullException, PlatformNotSupportedException, CryptographicException, CryptographicUnexpectedOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionTaskSchedulerExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionTargetInvocationExceptionSqlTypeExceptionInvalidCastExceptionOverflowExceptionSqlExceptionIndexOutOfRangeExceptionSqlTruncateExceptionAggregateExceptionThreadAbortExceptionSemaphoreFullExceptionPlatformNotSupportedExceptionCryptographicExceptionCryptographicUnexpectedOperationExceptionpublic IAsyncResult BeginExecuteReader() throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, TaskSchedulerException, ArgumentNullException, ArgumentException, EventSourceException, OutOfMemoryException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, FormatException, KeyNotFoundException, SqlNullValueException, SqlTypeException, InvalidCastException, SqlException, OverflowException, PlatformNotSupportedException, CryptographicException, IndexOutOfRangeException, SqlTruncateException, CryptographicUnexpectedOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionTaskSchedulerExceptionArgumentNullExceptionArgumentExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlTypeExceptionInvalidCastExceptionSqlExceptionOverflowExceptionPlatformNotSupportedExceptionCryptographicExceptionIndexOutOfRangeExceptionSqlTruncateExceptionCryptographicUnexpectedOperationExceptionpublic IAsyncResult BeginExecuteReader(AsyncCallback callback, NetObject stateObject) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, TaskSchedulerException, ArgumentNullException, ArgumentException, EventSourceException, OutOfMemoryException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, FormatException, KeyNotFoundException, SqlNullValueException, SqlTypeException, InvalidCastException, SqlException, OverflowException, PlatformNotSupportedException, CryptographicException, IndexOutOfRangeException, SqlTruncateException, CryptographicUnexpectedOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionTaskSchedulerExceptionArgumentNullExceptionArgumentExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlTypeExceptionInvalidCastExceptionSqlExceptionOverflowExceptionPlatformNotSupportedExceptionCryptographicExceptionIndexOutOfRangeExceptionSqlTruncateExceptionCryptographicUnexpectedOperationExceptionpublic IAsyncResult BeginExecuteReader(AsyncCallback callback, NetObject stateObject, CommandBehavior behavior) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, TaskSchedulerException, ArgumentNullException, ArgumentException, IndexOutOfRangeException, EventSourceException, OutOfMemoryException, NotSupportedException, NotImplementedException, MissingManifestResourceException, FormatException, SqlNullValueException, TargetInvocationException, SqlTypeException, InvalidCastException, OverflowException, SqlException, SqlTruncateException, NullReferenceException, CryptographicException, PlatformNotSupportedException, AggregateException, SemaphoreFullException, CryptographicUnexpectedOperationException, AbandonedMutexException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionTaskSchedulerExceptionArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionFormatExceptionSqlNullValueExceptionTargetInvocationExceptionSqlTypeExceptionInvalidCastExceptionOverflowExceptionSqlExceptionSqlTruncateExceptionNullReferenceExceptionCryptographicExceptionPlatformNotSupportedExceptionAggregateExceptionSemaphoreFullExceptionCryptographicUnexpectedOperationExceptionAbandonedMutexExceptionpublic IAsyncResult BeginExecuteReader(CommandBehavior behavior) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, TaskSchedulerException, ArgumentNullException, ArgumentException, EventSourceException, OutOfMemoryException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, FormatException, KeyNotFoundException, SqlNullValueException, SqlTypeException, InvalidCastException, SqlException, OverflowException, PlatformNotSupportedException, CryptographicException, IndexOutOfRangeException, SqlTruncateException, CryptographicUnexpectedOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionTaskSchedulerExceptionArgumentNullExceptionArgumentExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionSqlNullValueExceptionSqlTypeExceptionInvalidCastExceptionSqlExceptionOverflowExceptionPlatformNotSupportedExceptionCryptographicExceptionIndexOutOfRangeExceptionSqlTruncateExceptionCryptographicUnexpectedOperationExceptionpublic IAsyncResult BeginExecuteXmlReader() throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, TaskSchedulerException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, EventSourceException, OutOfMemoryException, NotSupportedException, KeyNotFoundException, FormatException, SqlNullValueException, SqlTypeException, InvalidCastException, SqlException, OverflowException, PlatformNotSupportedException, CryptographicException, IndexOutOfRangeException, SqlTruncateException, CryptographicUnexpectedOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionTaskSchedulerExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionKeyNotFoundExceptionFormatExceptionSqlNullValueExceptionSqlTypeExceptionInvalidCastExceptionSqlExceptionOverflowExceptionPlatformNotSupportedExceptionCryptographicExceptionIndexOutOfRangeExceptionSqlTruncateExceptionCryptographicUnexpectedOperationExceptionpublic IAsyncResult BeginExecuteXmlReader(AsyncCallback callback, NetObject stateObject) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, TaskSchedulerException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, EventSourceException, OutOfMemoryException, NotSupportedException, FormatException, SqlNullValueException, TargetInvocationException, SqlTypeException, InvalidCastException, OverflowException, SqlException, IndexOutOfRangeException, SqlTruncateException, NullReferenceException, CryptographicException, PlatformNotSupportedException, AggregateException, SemaphoreFullException, CryptographicUnexpectedOperationException, AbandonedMutexException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionTaskSchedulerExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionFormatExceptionSqlNullValueExceptionTargetInvocationExceptionSqlTypeExceptionInvalidCastExceptionOverflowExceptionSqlExceptionIndexOutOfRangeExceptionSqlTruncateExceptionNullReferenceExceptionCryptographicExceptionPlatformNotSupportedExceptionAggregateExceptionSemaphoreFullExceptionCryptographicUnexpectedOperationExceptionAbandonedMutexExceptionpublic void Cancel()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
OverflowException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
OperationCanceledException,
TaskSchedulerException,
TaskCanceledException,
AggregateException,
SemaphoreFullException,
MissingManifestResourceException,
NotImplementedException,
OutOfMemoryException,
CryptographicException,
NotSupportedException,
SqlException,
IndexOutOfRangeException
Cancel in class DbCommandjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionOperationCanceledExceptionTaskSchedulerExceptionTaskCanceledExceptionAggregateExceptionSemaphoreFullExceptionMissingManifestResourceExceptionNotImplementedExceptionOutOfMemoryExceptionCryptographicExceptionNotSupportedExceptionSqlExceptionIndexOutOfRangeExceptionpublic static SqlCommand cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlCommand, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlCommand instancejava.lang.Throwable - in case of error during cast operationpublic SqlCommand Clone() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
public SqlParameter CreateParameterNewSqlCommand() throws java.lang.Throwable
java.lang.Throwablepublic int EndExecuteNonQuery(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, SemaphoreFullException, TaskSchedulerException, MissingManifestResourceException, ObjectDisposedException, SqlException, AbandonedMutexException, CultureNotFoundException, NotSupportedException, FormatException, OverflowException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SqlTypeException, SqlNullValueException, SqlTruncateException, TypeLoadException, InvalidUdtException, EventSourceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSemaphoreFullExceptionTaskSchedulerExceptionMissingManifestResourceExceptionObjectDisposedExceptionSqlExceptionAbandonedMutexExceptionCultureNotFoundExceptionNotSupportedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionTypeLoadExceptionInvalidUdtExceptionEventSourceExceptionpublic SqlDataReader EndExecuteReader(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, SemaphoreFullException, TaskSchedulerException, MissingManifestResourceException, ObjectDisposedException, SqlException, AbandonedMutexException, FormatException, OverflowException, OutOfMemoryException, WaitHandleCannotBeOpenedException, SqlNullValueException, SqlTruncateException, EventSourceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSemaphoreFullExceptionTaskSchedulerExceptionMissingManifestResourceExceptionObjectDisposedExceptionSqlExceptionAbandonedMutexExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionSqlNullValueExceptionSqlTruncateExceptionEventSourceExceptionpublic XmlReader EndExecuteXmlReader(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, SemaphoreFullException, TaskSchedulerException, MissingManifestResourceException, ObjectDisposedException, SqlException, AbandonedMutexException, FormatException, OverflowException, OutOfMemoryException, WaitHandleCannotBeOpenedException, SqlNullValueException, SqlTruncateException, TargetInvocationException, EventSourceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionSemaphoreFullExceptionTaskSchedulerExceptionMissingManifestResourceExceptionObjectDisposedExceptionSqlExceptionAbandonedMutexExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionSqlNullValueExceptionSqlTruncateExceptionTargetInvocationExceptionEventSourceExceptionpublic int ExecuteNonQuery()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
OverflowException,
IndexOutOfRangeException,
EventSourceException,
OutOfMemoryException,
NotSupportedException,
KeyNotFoundException,
InvalidOperationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
SqlNullValueException,
TargetInvocationException,
SqlTypeException,
InvalidCastException,
SqlException,
SqlTruncateException,
DivideByZeroException,
TransactionException,
SemaphoreFullException,
TaskSchedulerException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AggregateException,
NullReferenceException,
CryptographicException,
PlatformNotSupportedException,
CryptographicUnexpectedOperationException
ExecuteNonQuery in class DbCommandjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionIndexOutOfRangeExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionKeyNotFoundExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSqlNullValueExceptionTargetInvocationExceptionSqlTypeExceptionInvalidCastExceptionSqlExceptionSqlTruncateExceptionDivideByZeroExceptionTransactionExceptionSemaphoreFullExceptionTaskSchedulerExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAggregateExceptionNullReferenceExceptionCryptographicExceptionPlatformNotSupportedExceptionCryptographicUnexpectedOperationExceptionpublic SqlDataReader ExecuteReaderNewSqlCommand() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, OverflowException, IndexOutOfRangeException, EventSourceException, OutOfMemoryException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, FormatException, SqlNullValueException, SqlTypeException, InvalidCastException, SqlException, PlatformNotSupportedException, CryptographicException, SqlTruncateException, NotImplementedException, TaskSchedulerException, CryptographicUnexpectedOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionIndexOutOfRangeExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSqlNullValueExceptionSqlTypeExceptionInvalidCastExceptionSqlExceptionPlatformNotSupportedExceptionCryptographicExceptionSqlTruncateExceptionNotImplementedExceptionTaskSchedulerExceptionCryptographicUnexpectedOperationExceptionpublic SqlDataReader ExecuteReaderNewSqlCommand(CommandBehavior behavior) throws java.lang.Throwable, IndexOutOfRangeException, EventSourceException, ArgumentNullException, OutOfMemoryException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, FormatException, SqlNullValueException, SqlTypeException, InvalidCastException, SqlException, OverflowException, PlatformNotSupportedException, CryptographicException, SqlTruncateException, NotImplementedException, TaskSchedulerException, CryptographicUnexpectedOperationException
java.lang.ThrowableIndexOutOfRangeExceptionEventSourceExceptionArgumentNullExceptionOutOfMemoryExceptionArgumentExceptionNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSqlNullValueExceptionSqlTypeExceptionInvalidCastExceptionSqlExceptionOverflowExceptionPlatformNotSupportedExceptionCryptographicExceptionSqlTruncateExceptionNotImplementedExceptionTaskSchedulerExceptionCryptographicUnexpectedOperationExceptionpublic NetObject ExecuteScalar() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, OverflowException, IndexOutOfRangeException, EventSourceException, OutOfMemoryException, NotSupportedException, KeyNotFoundException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, FormatException, SqlNullValueException, TargetInvocationException, SqlTypeException, InvalidCastException, SqlException, SqlTruncateException, NullReferenceException, CryptographicException, PlatformNotSupportedException, AggregateException, SemaphoreFullException, TaskSchedulerException, CryptographicUnexpectedOperationException
ExecuteScalar in class DbCommandjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionIndexOutOfRangeExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionKeyNotFoundExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionFormatExceptionSqlNullValueExceptionTargetInvocationExceptionSqlTypeExceptionInvalidCastExceptionSqlExceptionSqlTruncateExceptionNullReferenceExceptionCryptographicExceptionPlatformNotSupportedExceptionAggregateExceptionSemaphoreFullExceptionTaskSchedulerExceptionCryptographicUnexpectedOperationExceptionpublic XmlReader ExecuteXmlReader() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, OverflowException, IndexOutOfRangeException, EventSourceException, OutOfMemoryException, NotSupportedException, KeyNotFoundException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, FormatException, SqlNullValueException, TargetInvocationException, SqlTypeException, InvalidCastException, SqlException, SqlTruncateException, NullReferenceException, CryptographicException, PlatformNotSupportedException, AggregateException, SemaphoreFullException, TaskSchedulerException, CryptographicUnexpectedOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionIndexOutOfRangeExceptionEventSourceExceptionOutOfMemoryExceptionNotSupportedExceptionKeyNotFoundExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionFormatExceptionSqlNullValueExceptionTargetInvocationExceptionSqlTypeExceptionInvalidCastExceptionSqlExceptionSqlTruncateExceptionNullReferenceExceptionCryptographicExceptionPlatformNotSupportedExceptionAggregateExceptionSemaphoreFullExceptionTaskSchedulerExceptionCryptographicUnexpectedOperationExceptionpublic SqlCommandColumnEncryptionSetting getColumnEncryptionSetting() throws java.lang.Throwable
java.lang.Throwablepublic SqlConnection getConnectionNewSqlCommand() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DbCommandString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DbCommandString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DbCommandObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DbCommandString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DbCommandJCType representing the CLR Type of the instantiated Classpublic SqlNotificationRequest getNotification() throws java.lang.Throwable
java.lang.Throwablepublic boolean getNotificationAutoEnlist()
throws java.lang.Throwable
java.lang.Throwablepublic SqlParameterCollection getParametersNewSqlCommand() throws java.lang.Throwable
java.lang.Throwablepublic SqlTransaction getTransactionNewSqlCommand() throws java.lang.Throwable
java.lang.Throwablepublic void Prepare()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
OverflowException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
SqlException,
SqlNullValueException,
SqlTruncateException
Prepare in class DbCommandjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionSqlExceptionSqlNullValueExceptionSqlTruncateExceptionpublic void removeStatementCompleted(StatementCompletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void ResetCommandTimeout()
throws java.lang.Throwable
java.lang.Throwablepublic void setConnection(SqlConnection Connection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DbCommandpublic void setNotification(SqlNotificationRequest Notification) throws java.lang.Throwable
java.lang.Throwablepublic void setNotificationAutoEnlist(boolean NotificationAutoEnlist)
throws java.lang.Throwable
java.lang.Throwablepublic void setTransaction(SqlTransaction Transaction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException