public class DataView extends MarshalByValueComponent implements ITypedList
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.DataView
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.DataView
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataView() |
DataView(DataTable table) |
DataView(DataTable table,
java.lang.String RowFilter,
java.lang.String Sort,
DataViewRowState RowState) |
DataView(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addInitialized(EventHandler handler) |
void |
addListChanged(ListChangedEventHandler handler) |
DataRowView |
AddNew() |
void |
BeginInit() |
static DataView |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataView, a cast assert is made to check if types are compatible. |
void |
CopyTo(Array array,
int index) |
void |
Delete(int index) |
void |
EndInit() |
boolean |
Equals(DataView view) |
int |
Find(NetObject key) |
int |
Find(NetObject[] key) |
DataRowView[] |
FindRows(NetObject key) |
DataRowView[] |
FindRows(NetObject[] key) |
boolean |
getAllowDelete() |
boolean |
getAllowEdit() |
boolean |
getAllowNew() |
boolean |
getApplyDefaultSort() |
int |
getCount() |
DataViewManager |
getDataViewManager() |
boolean |
getIsInitialized() |
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 |
getRowFilter() |
DataViewRowState |
getRowStateFilter() |
java.lang.String |
getSort() |
DataTable |
getTable() |
void |
removeInitialized(EventHandler handler) |
void |
removeListChanged(ListChangedEventHandler handler) |
void |
setAllowDelete(boolean AllowDelete) |
void |
setAllowEdit(boolean AllowEdit) |
void |
setAllowNew(boolean AllowNew) |
void |
setApplyDefaultSort(boolean ApplyDefaultSort) |
void |
setJCOInstance(JCObject instance) |
void |
setRowFilter(java.lang.String RowFilter) |
void |
setRowStateFilter(DataViewRowState RowStateFilter) |
void |
setSort(java.lang.String Sort) |
void |
setTable(DataTable Table) |
DataTable |
ToTable() |
DataTable |
ToTable(boolean dupParam0,
JCORefOut dupParam1) |
DataTable |
ToTable(boolean distinct,
java.lang.String... columnNames) |
DataTable |
ToTable(java.lang.String tableName) |
DataTable |
ToTable(java.lang.String dupParam0,
boolean dupParam1,
JCORefOut dupParam2) |
DataTable |
ToTable(java.lang.String tableName,
boolean distinct,
java.lang.String... columnNames) |
addDisposed, close, Dispose, getContainer, getDesignMode, GetService, getSite, removeDisposed, setSiteEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetItemProperties, GetListName, ToITypedListpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataView()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
MulticastNotSupportedException,
CultureNotFoundException,
InvalidOperationException
public DataView(DataTable table) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MulticastNotSupportedException, OutOfMemoryException, CultureNotFoundException, InvalidOperationException
public DataView(DataTable table, java.lang.String RowFilter, java.lang.String Sort, DataViewRowState RowState) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, MulticastNotSupportedException, IndexOutOfRangeException, NullReferenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionNullReferenceExceptionpublic DataView(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addInitialized(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addListChanged(ListChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic DataRowView AddNew() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, KeyNotFoundException
public void BeginInit()
throws java.lang.Throwable
java.lang.Throwablepublic static DataView cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataView, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataView instancejava.lang.Throwable - in case of error during cast operationpublic void CopyTo(Array array, int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException
public void Delete(int index)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException,
KeyNotFoundException
public void EndInit()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
MulticastNotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionpublic boolean Equals(DataView view) throws java.lang.Throwable, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException
public int Find(NetObject key) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public int Find(NetObject[] key) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DataRowView[] FindRows(NetObject key) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException
public DataRowView[] FindRows(NetObject[] key) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException
public boolean getAllowDelete()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowEdit()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowNew()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getApplyDefaultSort()
throws java.lang.Throwable
java.lang.Throwablepublic int getCount()
throws java.lang.Throwable
java.lang.Throwablepublic DataViewManager getDataViewManager() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsInitialized()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ITypedListgetJCOAssemblyName in class MarshalByValueComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ITypedListgetJCOClassName in class MarshalByValueComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ITypedListgetJCOInstance in class MarshalByValueComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ITypedListgetJCOObjectName in class MarshalByValueComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ITypedListgetJCOType in class MarshalByValueComponentJCType representing the CLR Type of the instantiated Classpublic java.lang.String getRowFilter()
throws java.lang.Throwable
java.lang.Throwablepublic DataViewRowState getRowStateFilter() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSort()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionpublic DataTable getTable() throws java.lang.Throwable
java.lang.Throwablepublic void removeInitialized(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeListChanged(ListChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setAllowDelete(boolean AllowDelete)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
KeyNotFoundException
public void setAllowEdit(boolean AllowEdit)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
KeyNotFoundException
public void setAllowNew(boolean AllowNew)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
KeyNotFoundException
public void setApplyDefaultSort(boolean ApplyDefaultSort)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
IndexOutOfRangeException,
OutOfMemoryException,
ArgumentException,
CultureNotFoundException,
KeyNotFoundException
public void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByValueComponentpublic void setRowFilter(java.lang.String RowFilter)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
NullReferenceException,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionKeyNotFoundExceptionpublic void setRowStateFilter(DataViewRowState RowStateFilter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionKeyNotFoundExceptionpublic void setSort(java.lang.String Sort)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionKeyNotFoundExceptionpublic void setTable(DataTable Table) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionMulticastNotSupportedExceptionpublic DataTable ToTable() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, KeyNotFoundException, OutOfMemoryException, SecurityException, FormatException, OverflowException, DataException, SqlNullValueException, InvalidCastException, NullReferenceException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionKeyNotFoundExceptionOutOfMemoryExceptionSecurityExceptionFormatExceptionOverflowExceptionDataExceptionSqlNullValueExceptionInvalidCastExceptionNullReferenceExceptionConfigurationErrorsExceptionpublic DataTable ToTable(boolean dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, KeyNotFoundException, OutOfMemoryException, SecurityException, FormatException, OverflowException, DataException, SqlNullValueException, InvalidCastException, NullReferenceException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionKeyNotFoundExceptionOutOfMemoryExceptionSecurityExceptionFormatExceptionOverflowExceptionDataExceptionSqlNullValueExceptionInvalidCastExceptionNullReferenceExceptionConfigurationErrorsExceptionpublic DataTable ToTable(boolean distinct, java.lang.String... columnNames) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, KeyNotFoundException, OutOfMemoryException, SecurityException, FormatException, OverflowException, DataException, SqlNullValueException, InvalidCastException, NullReferenceException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionKeyNotFoundExceptionOutOfMemoryExceptionSecurityExceptionFormatExceptionOverflowExceptionDataExceptionSqlNullValueExceptionInvalidCastExceptionNullReferenceExceptionConfigurationErrorsExceptionpublic DataTable ToTable(java.lang.String tableName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, KeyNotFoundException, OutOfMemoryException, SecurityException, FormatException, OverflowException, DataException, SqlNullValueException, InvalidCastException, NullReferenceException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionKeyNotFoundExceptionOutOfMemoryExceptionSecurityExceptionFormatExceptionOverflowExceptionDataExceptionSqlNullValueExceptionInvalidCastExceptionNullReferenceExceptionConfigurationErrorsExceptionpublic DataTable ToTable(java.lang.String dupParam0, boolean dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException, KeyNotFoundException, OutOfMemoryException, OverflowException, DataException, SqlNullValueException, SqlTruncateException, InvalidCastException, MemberAccessException, ConfigurationErrorsException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionKeyNotFoundExceptionOutOfMemoryExceptionOverflowExceptionDataExceptionSqlNullValueExceptionSqlTruncateExceptionInvalidCastExceptionMemberAccessExceptionConfigurationErrorsExceptionRankExceptionpublic DataTable ToTable(java.lang.String tableName, boolean distinct, java.lang.String... columnNames) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException, KeyNotFoundException, OutOfMemoryException, OverflowException, DataException, SqlNullValueException, SqlTruncateException, InvalidCastException, MemberAccessException, ConfigurationErrorsException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionKeyNotFoundExceptionOutOfMemoryExceptionOverflowExceptionDataExceptionSqlNullValueExceptionSqlTruncateExceptionInvalidCastExceptionMemberAccessExceptionConfigurationErrorsExceptionRankException