public class OleDbCommand extends DbCommand
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.OleDb.OleDbCommand
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.OleDb.OleDbCommand
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
OleDbCommand() |
OleDbCommand(java.lang.Object instance)
Internal constructor.
|
OleDbCommand(java.lang.String cmdText) |
OleDbCommand(java.lang.String cmdText,
OleDbConnection connection) |
OleDbCommand(java.lang.String cmdText,
OleDbConnection connection,
OleDbTransaction transaction) |
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 OleDbCommand()
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic OleDbCommand(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic OleDbCommand(java.lang.String cmdText)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic OleDbCommand(java.lang.String cmdText,
OleDbConnection connection)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionAccessViolationExceptionpublic OleDbCommand(java.lang.String cmdText,
OleDbConnection connection,
OleDbTransaction transaction)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionAccessViolationExceptionpublic void Cancel()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
OutOfMemoryException,
AccessViolationException,
ObjectDisposedException,
AbandonedMutexException
Cancel in class DbCommandjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionOutOfMemoryExceptionAccessViolationExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic static OleDbCommand cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into OleDbCommand, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedOleDbCommand instancejava.lang.Throwable - in case of error during cast operationpublic OleDbCommand Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic OleDbParameter CreateParameterNewOleDbCommand() throws java.lang.Throwable
java.lang.Throwablepublic int ExecuteNonQuery()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
AccessViolationException,
OutOfMemoryException,
FormatException,
OverflowException,
InvalidCastException,
SqlNullValueException,
NullReferenceException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
SecurityException,
OleDbException
ExecuteNonQuery in class DbCommandjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionAccessViolationExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionInvalidCastExceptionSqlNullValueExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionSecurityExceptionOleDbExceptionpublic OleDbDataReader ExecuteReaderNewOleDbCommand() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, OverflowException, InvalidCastException, AccessViolationException, MissingMethodException, TargetInvocationException, FormatException, NotSupportedException, NotImplementedException, OleDbException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionOverflowExceptionInvalidCastExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionNotSupportedExceptionNotImplementedExceptionOleDbExceptionpublic OleDbDataReader ExecuteReaderNewOleDbCommand(CommandBehavior behavior) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, AccessViolationException, OutOfMemoryException, FormatException, OverflowException, InvalidCastException, SqlNullValueException, NullReferenceException, MissingMethodException, TargetInvocationException, NotSupportedException, SecurityException, OleDbException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionAccessViolationExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionInvalidCastExceptionSqlNullValueExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionSecurityExceptionOleDbExceptionpublic NetObject ExecuteScalar() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, AccessViolationException, OutOfMemoryException, FormatException, OverflowException, InvalidCastException, SqlNullValueException, NullReferenceException, MissingMethodException, TargetInvocationException, NotSupportedException, SecurityException, OleDbException
ExecuteScalar in class DbCommandjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionAccessViolationExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionInvalidCastExceptionSqlNullValueExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionSecurityExceptionOleDbExceptionpublic OleDbConnection getConnectionNewOleDbCommand() 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 OleDbParameterCollection getParametersNewOleDbCommand() throws java.lang.Throwable
java.lang.Throwablepublic OleDbTransaction getTransactionNewOleDbCommand() throws java.lang.Throwable
java.lang.Throwablepublic void Prepare()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
AccessViolationException,
OutOfMemoryException,
OverflowException,
InvalidCastException,
SqlNullValueException
Prepare in class DbCommandjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionAccessViolationExceptionOutOfMemoryExceptionOverflowExceptionInvalidCastExceptionSqlNullValueExceptionpublic void ResetCommandTimeout()
throws java.lang.Throwable
java.lang.Throwablepublic void setConnection(OleDbConnection Connection) throws java.lang.Throwable, ArgumentException, AccessViolationException
java.lang.ThrowableArgumentExceptionAccessViolationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DbCommandpublic void setTransaction(OleDbTransaction Transaction) throws java.lang.Throwable
java.lang.Throwable