public class DataTableMapping extends MarshalByRefObject implements ICloneable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Common.DataTableMapping
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.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Common
|
static java.lang.String |
className
Qualified class name: System.Data.Common.DataTableMapping
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataTableMapping() |
DataTableMapping(java.lang.Object instance)
Internal constructor.
|
DataTableMapping(java.lang.String sourceTable,
java.lang.String dataSetTable) |
DataTableMapping(java.lang.String sourceTable,
java.lang.String dataSetTable,
DataColumnMapping[] columnMappings) |
| Modifier and Type | Method and Description |
|---|---|
static DataTableMapping |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataTableMapping, a cast assert is made to check if types are compatible. |
DataColumnMapping |
GetColumnMappingBySchemaAction(java.lang.String sourceColumn,
MissingMappingAction mappingAction) |
DataColumnMappingCollection |
getColumnMappings() |
DataColumn |
GetDataColumn(java.lang.String sourceColumn,
NetType dataType,
DataTable dataTable,
MissingMappingAction mappingAction,
MissingSchemaAction schemaAction) |
java.lang.String |
getDataSetTable() |
DataTable |
GetDataTableBySchemaAction(DataSet dataSet,
MissingSchemaAction schemaAction) |
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 |
getSourceTable() |
void |
setDataSetTable(java.lang.String DataSetTable) |
void |
setJCOInstance(JCObject instance) |
void |
setSourceTable(java.lang.String SourceTable) |
GetLifetimeService, InitializeLifetimeServiceEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringClone, ToICloneablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataTableMapping()
throws java.lang.Throwable
java.lang.Throwablepublic DataTableMapping(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DataTableMapping(java.lang.String sourceTable,
java.lang.String dataSetTable)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException
public DataTableMapping(java.lang.String sourceTable,
java.lang.String dataSetTable,
DataColumnMapping[] columnMappings)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException,
ArgumentNullException,
OutOfMemoryException,
RankException,
ArrayTypeMismatchException
public static DataTableMapping cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataTableMapping, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataTableMapping instancejava.lang.Throwable - in case of error during cast operationpublic DataColumnMapping GetColumnMappingBySchemaAction(java.lang.String sourceColumn, MissingMappingAction mappingAction) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public DataColumnMappingCollection getColumnMappings() throws java.lang.Throwable
java.lang.Throwablepublic DataColumn GetDataColumn(java.lang.String sourceColumn, NetType dataType, DataTable dataTable, MissingMappingAction mappingAction, MissingSchemaAction schemaAction) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, IndexOutOfRangeException, ArgumentException, OutOfMemoryException, NotSupportedException
public java.lang.String getDataSetTable()
throws java.lang.Throwable
java.lang.Throwablepublic DataTable GetDataTableBySchemaAction(DataSet dataSet, MissingSchemaAction schemaAction) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, EventSourceException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ICloneablegetJCOAssemblyName in class MarshalByRefObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ICloneablegetJCOClassName in class MarshalByRefObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ICloneablegetJCOInstance in class MarshalByRefObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ICloneablegetJCOObjectName in class MarshalByRefObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ICloneablegetJCOType in class MarshalByRefObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getSourceTable()
throws java.lang.Throwable
java.lang.Throwablepublic void setDataSetTable(java.lang.String DataSetTable)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByRefObjectpublic void setSourceTable(java.lang.String SourceTable)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
InvalidOperationException,
FormatException