Package system.data
Class IDataParameterImplementation
- java.lang.Object
- 
- org.mases.jcobridge.netreflection.NetObject
- 
- system.data.IDataParameterImplementation
 
 
- 
- All Implemented Interfaces:
- IJCOBridgeReflected,- IDataParameter
 
 public class IDataParameterImplementation extends NetObject implements IDataParameter The base .NET class managing System.Data.IDataParameter, System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.IDataParameter Powered by JCOBridge: more info at https://www.jcobridge.com - Author:
- MASES s.r.l https://masesgroup.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Data.Commonstatic java.lang.StringclassNameQualified class name: System.Data.IDataParameterstatic JCTypeclassTypeThe type managed from JCOBridge.
 - 
Constructor SummaryConstructors Constructor Description IDataParameterImplementation(java.lang.Object instance)Internal constructor.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DbTypegetDbType()ParameterDirectiongetDirection()booleangetIsNullable()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetParameterName()java.lang.StringgetSourceColumn()DataRowVersiongetSourceVersion()NetObjectgetValue()voidsetDbType(DbType DbType)voidsetDirection(ParameterDirection Direction)voidsetParameterName(java.lang.String ParameterName)voidsetSourceColumn(java.lang.String SourceColumn)voidsetSourceVersion(DataRowVersion SourceVersion)voidsetValue(NetObject Value)static IDataParameterToIDataParameter(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIDataParameter, a cast assert is made to check if types are compatible.- 
Methods inherited from class org.mases.jcobridge.netreflection.NetObjectcast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
 
- 
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: System.Data.Common- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: System.Data.IDataParameter- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IDataParameter
- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- NetObject
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IDataParameter
- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- NetObject
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IDataParameter
- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- NetObject
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IDataParameter
- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- NetObject
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IDataParameter
- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- NetObject
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
ToIDataParameterpublic static IDataParameter ToIDataParameter(IJCOBridgeReflected from) throws java.lang.Throwable Try to cast theIJCOBridgeReflectedinstance intoIDataParameter, a cast assert is made to check if types are compatible.- Parameters:
- from-- IJCOBridgeReflectedinstance to be casted
- Returns:
- IDataParameterinstance
- Throws:
- java.lang.Throwable- in case of error during cast operation
 
 - 
getIsNullablepublic boolean getIsNullable() throws java.lang.Throwable- Specified by:
- getIsNullablein interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 - 
getSourceVersionpublic DataRowVersion getSourceVersion() throws java.lang.Throwable - Specified by:
- getSourceVersionin interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 - 
setSourceVersionpublic void setSourceVersion(DataRowVersion SourceVersion) throws java.lang.Throwable - Specified by:
- setSourceVersionin interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 - 
getDbTypepublic DbType getDbType() throws java.lang.Throwable - Specified by:
- getDbTypein interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 - 
setDbTypepublic void setDbType(DbType DbType) throws java.lang.Throwable - Specified by:
- setDbTypein interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 - 
getDirectionpublic ParameterDirection getDirection() throws java.lang.Throwable - Specified by:
- getDirectionin interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 - 
setDirectionpublic void setDirection(ParameterDirection Direction) throws java.lang.Throwable - Specified by:
- setDirectionin interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 - 
getValuepublic NetObject getValue() throws java.lang.Throwable - Specified by:
- getValuein interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 - 
setValuepublic void setValue(NetObject Value) throws java.lang.Throwable - Specified by:
- setValuein interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 - 
getParameterNamepublic java.lang.String getParameterName() throws java.lang.Throwable- Specified by:
- getParameterNamein interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 - 
setParameterNamepublic void setParameterName(java.lang.String ParameterName) throws java.lang.Throwable- Specified by:
- setParameterNamein interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 - 
getSourceColumnpublic java.lang.String getSourceColumn() throws java.lang.Throwable- Specified by:
- getSourceColumnin interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 - 
setSourceColumnpublic void setSourceColumn(java.lang.String SourceColumn) throws java.lang.Throwable- Specified by:
- setSourceColumnin interface- IDataParameter
- Throws:
- java.lang.Throwable
 
 
- 
 
-