public class EntityCommand extends DbCommand
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.EntityClient.EntityCommand
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.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Entity
|
static java.lang.String |
className
Qualified class name: System.Data.EntityClient.EntityCommand
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
EntityCommand() |
EntityCommand(java.lang.Object instance)
Internal constructor.
|
EntityCommand(java.lang.String statement) |
EntityCommand(java.lang.String statement,
EntityConnection connection) |
EntityCommand(java.lang.String statement,
EntityConnection connection,
EntityTransaction 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 EntityCommand()
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic EntityCommand(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic EntityCommand(java.lang.String statement)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic EntityCommand(java.lang.String statement,
EntityConnection connection)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic EntityCommand(java.lang.String statement,
EntityConnection connection,
EntityTransaction transaction)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void Cancel()
throws java.lang.Throwable
public static EntityCommand cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EntityCommand, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEntityCommand instancejava.lang.Throwable - in case of error during cast operationpublic EntityParameter CreateParameterNewEntityCommand() throws java.lang.Throwable
java.lang.Throwablepublic int ExecuteNonQuery()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ProviderIncompatibleException,
EntityCommandExecutionException,
SynchronizationLockException,
MetadataException
ExecuteNonQuery in class DbCommandjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionProviderIncompatibleExceptionEntityCommandExecutionExceptionSynchronizationLockExceptionMetadataExceptionpublic EntityDataReader ExecuteReaderNewEntityCommand() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ProviderIncompatibleException, EntityCommandExecutionException, MetadataException, SynchronizationLockException, CultureNotFoundException, FileNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionProviderIncompatibleExceptionEntityCommandExecutionExceptionMetadataExceptionSynchronizationLockExceptionCultureNotFoundExceptionFileNotFoundExceptionpublic EntityDataReader ExecuteReaderNewEntityCommand(CommandBehavior behavior) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, FormatException, ProviderIncompatibleException, EntityCommandExecutionException, MetadataException, SynchronizationLockException, LockRecursionException, MissingMethodException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionFormatExceptionProviderIncompatibleExceptionEntityCommandExecutionExceptionMetadataExceptionSynchronizationLockExceptionLockRecursionExceptionMissingMethodExceptionpublic NetObject ExecuteScalar() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ProviderIncompatibleException, EntityCommandExecutionException, SynchronizationLockException, MetadataException
ExecuteScalar in class DbCommandjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionProviderIncompatibleExceptionEntityCommandExecutionExceptionSynchronizationLockExceptionMetadataExceptionpublic DbCommandTree getCommandTree() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public EntityConnection getConnectionNewEntityCommand() throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnablePlanCaching()
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 EntityParameterCollection getParametersNewEntityCommand() throws java.lang.Throwable
java.lang.Throwablepublic EntityTransaction getTransactionNewEntityCommand() throws java.lang.Throwable
java.lang.Throwablepublic void Prepare()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
KeyNotFoundException,
SynchronizationLockException,
MetadataException,
EntitySqlException,
ProviderIncompatibleException,
NotSupportedException
Prepare in class DbCommandjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionSynchronizationLockExceptionMetadataExceptionEntitySqlExceptionProviderIncompatibleExceptionNotSupportedExceptionpublic void setCommandTree(DbCommandTree CommandTree) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public void setConnection(EntityConnection Connection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public void setEnablePlanCaching(boolean EnablePlanCaching)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DbCommandpublic void setTransaction(EntityTransaction Transaction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public java.lang.String ToTraceString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
KeyNotFoundException,
SynchronizationLockException,
MetadataException,
EntitySqlException,
ProviderIncompatibleException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionSynchronizationLockExceptionMetadataExceptionEntitySqlExceptionProviderIncompatibleExceptionNotSupportedException