public class EntityParameter extends DbParameter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.EntityClient.EntityParameter
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.EntityParameter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
EntityParameter() |
EntityParameter(java.lang.Object instance)
Internal constructor.
|
EntityParameter(java.lang.String parameterName,
DbType dbType) |
EntityParameter(java.lang.String parameterName,
DbType dbType,
int size) |
EntityParameter(java.lang.String parameterName,
DbType dbType,
int size,
ParameterDirection direction,
boolean isNullable,
byte precision,
byte scale,
java.lang.String sourceColumn,
DataRowVersion sourceVersion,
NetObject value) |
EntityParameter(java.lang.String parameterName,
DbType dbType,
int size,
java.lang.String sourceColumn) |
| Modifier and Type | Method and Description |
|---|---|
static EntityParameter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into EntityParameter, a cast assert is made to check if types are compatible. |
EdmType |
getEdmType() |
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
|
byte |
getPrecision() |
byte |
getScale() |
void |
ResetDbType() |
void |
setEdmType(EdmType EdmType) |
void |
setJCOInstance(JCObject instance) |
void |
setPrecision(byte Precision) |
void |
setScale(byte Scale) |
getDbType, getDirection, getIsNullable, getParameterName, getSize, getSourceColumn, getSourceColumnNullMapping, getSourceVersion, getValue, setDbType, setDirection, setIsNullable, setParameterName, setSize, setSourceColumn, setSourceColumnNullMapping, setSourceVersion, setValueCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public EntityParameter()
throws java.lang.Throwable
java.lang.Throwablepublic EntityParameter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic EntityParameter(java.lang.String parameterName,
DbType dbType)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
RegexMatchTimeoutException,
IndexOutOfRangeException
public EntityParameter(java.lang.String parameterName,
DbType dbType,
int size)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
RegexMatchTimeoutException,
IndexOutOfRangeException
public EntityParameter(java.lang.String parameterName,
DbType dbType,
int size,
ParameterDirection direction,
boolean isNullable,
byte precision,
byte scale,
java.lang.String sourceColumn,
DataRowVersion sourceVersion,
NetObject value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
RegexMatchTimeoutException,
IndexOutOfRangeException
public EntityParameter(java.lang.String parameterName,
DbType dbType,
int size,
java.lang.String sourceColumn)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
RegexMatchTimeoutException,
IndexOutOfRangeException
public static EntityParameter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EntityParameter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEntityParameter instancejava.lang.Throwable - in case of error during cast operationpublic EdmType getEdmType() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DbParameterString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DbParameterString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DbParameterObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DbParameterString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DbParameterJCType representing the CLR Type of the instantiated Classpublic byte getPrecision()
throws java.lang.Throwable,
InvalidOperationException
getPrecision in class DbParameterjava.lang.ThrowableInvalidOperationExceptionpublic byte getScale()
throws java.lang.Throwable,
InvalidOperationException
getScale in class DbParameterjava.lang.ThrowableInvalidOperationExceptionpublic void ResetDbType()
throws java.lang.Throwable
ResetDbType in class DbParameterjava.lang.Throwablepublic void setEdmType(EdmType EdmType) 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 DbParameterpublic void setPrecision(byte Precision)
throws java.lang.Throwable
setPrecision in class DbParameterjava.lang.Throwablepublic void setScale(byte Scale)
throws java.lang.Throwable
setScale in class DbParameterjava.lang.Throwable