Package system.data
Class IDataAdapterImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.data.IDataAdapterImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected,IDataAdapter
public class IDataAdapterImplementation extends NetObject implements IDataAdapter
The base .NET class managing System.Data.IDataAdapter, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.IDataAdapter
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Datastatic java.lang.StringclassNameQualified class name: System.Data.IDataAdapterstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IDataAdapterImplementation(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intFill(DataSet dataSet)DataTable[]FillSchema(DataSet dataSet, SchemaType schemaType)IDataParameter[]GetFillParameters()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 TypeMissingMappingActiongetMissingMappingAction()MissingSchemaActiongetMissingSchemaAction()ITableMappingCollectiongetTableMappings()voidsetMissingMappingAction(MissingMappingAction MissingMappingAction)voidsetMissingSchemaAction(MissingSchemaAction MissingSchemaAction)static IDataAdapterToIDataAdapter(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIDataAdapter, a cast assert is made to check if types are compatible.intUpdate(DataSet dataSet)-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.IDataAdapter- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDataAdapter- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIDataAdapter- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIDataAdapter- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIDataAdapter- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDataAdapter- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIDataAdapter
public static IDataAdapter ToIDataAdapter(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIDataAdapter, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IDataAdapterinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Fill
public int Fill(DataSet dataSet) throws java.lang.Throwable
- Specified by:
Fillin interfaceIDataAdapter- Throws:
java.lang.Throwable
-
Update
public int Update(DataSet dataSet) throws java.lang.Throwable
- Specified by:
Updatein interfaceIDataAdapter- Throws:
java.lang.Throwable
-
FillSchema
public DataTable[] FillSchema(DataSet dataSet, SchemaType schemaType) throws java.lang.Throwable
- Specified by:
FillSchemain interfaceIDataAdapter- Throws:
java.lang.Throwable
-
GetFillParameters
public IDataParameter[] GetFillParameters() throws java.lang.Throwable
- Specified by:
GetFillParametersin interfaceIDataAdapter- Throws:
java.lang.Throwable
-
getTableMappings
public ITableMappingCollection getTableMappings() throws java.lang.Throwable
- Specified by:
getTableMappingsin interfaceIDataAdapter- Throws:
java.lang.Throwable
-
getMissingMappingAction
public MissingMappingAction getMissingMappingAction() throws java.lang.Throwable
- Specified by:
getMissingMappingActionin interfaceIDataAdapter- Throws:
java.lang.Throwable
-
setMissingMappingAction
public void setMissingMappingAction(MissingMappingAction MissingMappingAction) throws java.lang.Throwable
- Specified by:
setMissingMappingActionin interfaceIDataAdapter- Throws:
java.lang.Throwable
-
getMissingSchemaAction
public MissingSchemaAction getMissingSchemaAction() throws java.lang.Throwable
- Specified by:
getMissingSchemaActionin interfaceIDataAdapter- Throws:
java.lang.Throwable
-
setMissingSchemaAction
public void setMissingSchemaAction(MissingSchemaAction MissingSchemaAction) throws java.lang.Throwable
- Specified by:
setMissingSchemaActionin interfaceIDataAdapter- Throws:
java.lang.Throwable
-
-