public class DataRow extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.DataRow
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.DataRow
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataRow() |
DataRow(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptChanges() |
void |
BeginEdit() |
void |
CancelEdit() |
static DataRow |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataRow, a cast assert is made to check if types are compatible. |
void |
ClearErrors() |
void |
Delete() |
void |
EndEdit() |
DataRow[] |
GetChildRows(DataRelation relation) |
DataRow[] |
GetChildRows(DataRelation relation,
DataRowVersion version) |
DataRow[] |
GetChildRows(java.lang.String relationName) |
DataRow[] |
GetChildRows(java.lang.String relationName,
DataRowVersion version) |
java.lang.String |
GetColumnError(DataColumn column) |
java.lang.String |
GetColumnError(int columnIndex) |
java.lang.String |
GetColumnError(java.lang.String columnName) |
DataColumn[] |
GetColumnsInError() |
boolean |
getHasErrors() |
NetObject[] |
getItemArray() |
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
|
DataRow |
GetParentRow(DataRelation relation) |
DataRow |
GetParentRow(DataRelation relation,
DataRowVersion version) |
DataRow |
GetParentRow(java.lang.String relationName) |
DataRow |
GetParentRow(java.lang.String relationName,
DataRowVersion version) |
DataRow[] |
GetParentRows(DataRelation relation) |
DataRow[] |
GetParentRows(DataRelation relation,
DataRowVersion version) |
DataRow[] |
GetParentRows(java.lang.String relationName) |
DataRow[] |
GetParentRows(java.lang.String relationName,
DataRowVersion version) |
java.lang.String |
getRowError() |
DataRowState |
getRowState() |
DataTable |
getTable() |
boolean |
HasVersion(DataRowVersion version) |
boolean |
IsNull(DataColumn column) |
boolean |
IsNull(DataColumn column,
DataRowVersion version) |
boolean |
IsNull(int columnIndex) |
boolean |
IsNull(java.lang.String columnName) |
void |
RejectChanges() |
void |
SetAdded() |
void |
SetColumnError(DataColumn column,
java.lang.String error) |
void |
SetColumnError(int columnIndex,
java.lang.String error) |
void |
SetColumnError(java.lang.String columnName,
java.lang.String error) |
void |
setItemArray(NetObject[] ItemArray) |
void |
setJCOInstance(JCObject instance) |
void |
SetModified() |
void |
SetParentRow(DataRow parentRow) |
void |
SetParentRow(DataRow parentRow,
DataRelation relation) |
void |
setRowError(java.lang.String RowError) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataRow()
throws java.lang.Throwable
java.lang.Throwablepublic DataRow(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AcceptChanges()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException
public void BeginEdit()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException
public void CancelEdit()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NotSupportedException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionpublic static DataRow cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataRow, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataRow instancejava.lang.Throwable - in case of error during cast operationpublic void ClearErrors()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionpublic void Delete()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NotSupportedException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionpublic void EndEdit()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NotSupportedException,
IndexOutOfRangeException,
DataException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionDataExceptionpublic DataRow[] GetChildRows(DataRelation relation) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException
public DataRow[] GetChildRows(DataRelation relation, DataRowVersion version) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
public DataRow[] GetChildRows(java.lang.String relationName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, FormatException
public DataRow[] GetChildRows(java.lang.String relationName, DataRowVersion version) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, FormatException
public java.lang.String GetColumnError(DataColumn column) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public java.lang.String GetColumnError(int columnIndex)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException
public java.lang.String GetColumnError(java.lang.String columnName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException
public DataColumn[] GetColumnsInError() throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasErrors()
throws java.lang.Throwable
java.lang.Throwablepublic final NetObject[] getItemArray() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic DataRow GetParentRow(DataRelation relation) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DataRow GetParentRow(DataRelation relation, DataRowVersion version) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DataRow GetParentRow(java.lang.String relationName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
public DataRow GetParentRow(java.lang.String relationName, DataRowVersion version) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
public DataRow[] GetParentRows(DataRelation relation) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException
public DataRow[] GetParentRows(DataRelation relation, DataRowVersion version) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
public DataRow[] GetParentRows(java.lang.String relationName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, FormatException
public DataRow[] GetParentRows(java.lang.String relationName, DataRowVersion version) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, FormatException
public java.lang.String getRowError()
throws java.lang.Throwable
java.lang.Throwablepublic DataRowState getRowState() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
public DataTable getTable() throws java.lang.Throwable
java.lang.Throwablepublic boolean HasVersion(DataRowVersion version) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionpublic boolean IsNull(DataColumn column) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public boolean IsNull(DataColumn column, DataRowVersion version) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public boolean IsNull(int columnIndex)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException
public boolean IsNull(java.lang.String columnName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException
public void RejectChanges()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void SetAdded()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
DataException
public void SetColumnError(DataColumn column, java.lang.String error) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public void SetColumnError(int columnIndex,
java.lang.String error)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException
public void SetColumnError(java.lang.String columnName,
java.lang.String error)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException
public void setItemArray(NetObject[] ItemArray) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void SetModified()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
NotSupportedException,
DataException
public void SetParentRow(DataRow parentRow) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public void SetParentRow(DataRow parentRow, DataRelation relation) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic void setRowError(java.lang.String RowError)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullException