public class EntityProviderFactory extends DbProviderFactory implements IServiceProvider
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.EntityClient.EntityProviderFactory
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.EntityProviderFactory
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
EntityProviderFactory() |
EntityProviderFactory(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityProviderFactory |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into EntityProviderFactory, a cast assert is made to check if types are compatible. |
DbCommand |
CreateCommand() |
DbCommandBuilder |
CreateCommandBuilder() |
DbConnection |
CreateConnection() |
DbConnectionStringBuilder |
CreateConnectionStringBuilder() |
DbDataAdapter |
CreateDataAdapter() |
DbParameter |
CreateParameter() |
CodeAccessPermission |
CreatePermission(PermissionState state) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
void |
setJCOInstance(JCObject instance) |
CreateDataSourceEnumerator, getCanCreateDataSourceEnumeratorEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetService, ToIServiceProviderpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public EntityProviderFactory()
throws java.lang.Throwable
java.lang.Throwablepublic EntityProviderFactory(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static EntityProviderFactory cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EntityProviderFactory, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEntityProviderFactory instancejava.lang.Throwable - in case of error during cast operationpublic DbCommand CreateCommand() throws java.lang.Throwable, ArgumentNullException
CreateCommand in class DbProviderFactoryjava.lang.ThrowableArgumentNullExceptionpublic DbCommandBuilder CreateCommandBuilder() throws java.lang.Throwable, NotSupportedException
CreateCommandBuilder in class DbProviderFactoryjava.lang.ThrowableNotSupportedExceptionpublic DbConnection CreateConnection() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, ProviderIncompatibleException, EntityException
CreateConnection in class DbProviderFactoryjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionProviderIncompatibleExceptionEntityExceptionpublic DbConnectionStringBuilder CreateConnectionStringBuilder() throws java.lang.Throwable
CreateConnectionStringBuilder in class DbProviderFactoryjava.lang.Throwablepublic DbDataAdapter CreateDataAdapter() throws java.lang.Throwable, NotSupportedException
CreateDataAdapter in class DbProviderFactoryjava.lang.ThrowableNotSupportedExceptionpublic DbParameter CreateParameter() throws java.lang.Throwable
CreateParameter in class DbProviderFactoryjava.lang.Throwablepublic CodeAccessPermission CreatePermission(PermissionState state) throws java.lang.Throwable, NotSupportedException
CreatePermission in class DbProviderFactoryjava.lang.ThrowableNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IServiceProvidergetJCOAssemblyName in class DbProviderFactoryString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IServiceProvidergetJCOClassName in class DbProviderFactoryString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IServiceProvidergetJCOInstance in class DbProviderFactoryObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IServiceProvidergetJCOObjectName in class DbProviderFactoryString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IServiceProvidergetJCOType in class DbProviderFactoryJCType representing the CLR Type of the instantiated Classpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DbProviderFactory