public class IDbDataParameterImplementation extends NetObject implements IDbDataParameter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.IDbDataParameter
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.IDbDataParameter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IDbDataParameterImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DbType |
getDbType() |
ParameterDirection |
getDirection() |
boolean |
getIsNullable() |
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
|
java.lang.String |
getParameterName() |
byte |
getPrecision() |
byte |
getScale() |
int |
getSize() |
java.lang.String |
getSourceColumn() |
DataRowVersion |
getSourceVersion() |
NetObject |
getValue() |
void |
setDbType(DbType DbType) |
void |
setDirection(ParameterDirection Direction) |
void |
setParameterName(java.lang.String ParameterName) |
void |
setPrecision(byte Precision) |
void |
setScale(byte Scale) |
void |
setSize(int Size) |
void |
setSourceColumn(java.lang.String SourceColumn) |
void |
setSourceVersion(DataRowVersion SourceVersion) |
void |
setValue(NetObject Value) |
static IDbDataParameter |
ToIDbDataParameter(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IDbDataParameter, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringToIDataParameterpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IDbDataParameterImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DbType getDbType() throws java.lang.Throwable
getDbType in interface IDataParameterjava.lang.Throwablepublic ParameterDirection getDirection() throws java.lang.Throwable
getDirection in interface IDataParameterjava.lang.Throwablepublic boolean getIsNullable()
throws java.lang.Throwable
getIsNullable in interface IDataParameterjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDataParametergetJCOAssemblyName in interface IDbDataParametergetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDataParametergetJCOClassName in interface IDbDataParametergetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDataParametergetJCOInstance in interface IDbDataParametergetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDataParametergetJCOObjectName in interface IDbDataParametergetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDataParametergetJCOType in interface IDbDataParametergetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getParameterName()
throws java.lang.Throwable
getParameterName in interface IDataParameterjava.lang.Throwablepublic byte getPrecision()
throws java.lang.Throwable
getPrecision in interface IDbDataParameterjava.lang.Throwablepublic byte getScale()
throws java.lang.Throwable
getScale in interface IDbDataParameterjava.lang.Throwablepublic int getSize()
throws java.lang.Throwable
getSize in interface IDbDataParameterjava.lang.Throwablepublic java.lang.String getSourceColumn()
throws java.lang.Throwable
getSourceColumn in interface IDataParameterjava.lang.Throwablepublic DataRowVersion getSourceVersion() throws java.lang.Throwable
getSourceVersion in interface IDataParameterjava.lang.Throwablepublic NetObject getValue() throws java.lang.Throwable
getValue in interface IDataParameterjava.lang.Throwablepublic void setDbType(DbType DbType) throws java.lang.Throwable
setDbType in interface IDataParameterjava.lang.Throwablepublic void setDirection(ParameterDirection Direction) throws java.lang.Throwable
setDirection in interface IDataParameterjava.lang.Throwablepublic void setParameterName(java.lang.String ParameterName)
throws java.lang.Throwable
setParameterName in interface IDataParameterjava.lang.Throwablepublic void setPrecision(byte Precision)
throws java.lang.Throwable
setPrecision in interface IDbDataParameterjava.lang.Throwablepublic void setScale(byte Scale)
throws java.lang.Throwable
setScale in interface IDbDataParameterjava.lang.Throwablepublic void setSize(int Size)
throws java.lang.Throwable
setSize in interface IDbDataParameterjava.lang.Throwablepublic void setSourceColumn(java.lang.String SourceColumn)
throws java.lang.Throwable
setSourceColumn in interface IDataParameterjava.lang.Throwablepublic void setSourceVersion(DataRowVersion SourceVersion) throws java.lang.Throwable
setSourceVersion in interface IDataParameterjava.lang.Throwablepublic void setValue(NetObject Value) throws java.lang.Throwable
setValue in interface IDataParameterjava.lang.Throwablepublic static IDbDataParameter ToIDbDataParameter(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IDbDataParameter, a cast assert is made to check if types are compatible.ToIDbDataParameter in interface IDbDataParameterfrom - IJCOBridgeReflected instance to be castedIDbDataParameter instancejava.lang.Throwable - in case of error during cast operation