public class DataColumnCollection extends InternalDataCollectionBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.DataColumnCollection
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=10.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.DataColumnCollection
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
DataColumnCollection() |
DataColumnCollection(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DataColumn |
Add() |
void |
Add(DataColumn column) |
DataColumn |
Add(java.lang.String columnName) |
DataColumn |
Add(java.lang.String columnName,
NetType type) |
DataColumn |
Add(java.lang.String columnName,
NetType type,
java.lang.String expression) |
void |
addCollectionChanged(CollectionChangeEventHandler handler) |
void |
AddRange(DataColumn[] columns) |
boolean |
CanRemove(DataColumn column) |
static DataColumnCollection |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataColumnCollection, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
Contains(java.lang.String name) |
void |
CopyTo(DataColumn[] array,
int index) |
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
|
int |
IndexOf(DataColumn column) |
int |
IndexOf(java.lang.String columnName) |
void |
Remove(DataColumn column) |
void |
Remove(java.lang.String name) |
void |
RemoveAt(int index) |
void |
removeCollectionChanged(CollectionChangeEventHandler handler) |
void |
setJCOInstance(JCObject instance) |
CopyTo, getCount, getIsReadOnly, getIsSynchronized, getSyncRootGetEnumerator, iteratorEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringToIEnumerablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataColumnCollection()
throws java.lang.Throwable
java.lang.Throwablepublic DataColumnCollection(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DataColumn Add() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, OverflowException, InvalidCastException, SynchronizationLockException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionRankExceptionArrayTypeMismatchExceptionOverflowExceptionInvalidCastExceptionSynchronizationLockExceptionKeyNotFoundExceptionpublic void Add(DataColumn column) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, FormatException, OutOfMemoryException, InvalidOperationException, KeyNotFoundException, ArrayTypeMismatchException, OverflowException, SqlNullValueException, InvalidCastException, SynchronizationLockException, RankException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionFormatExceptionOutOfMemoryExceptionInvalidOperationExceptionKeyNotFoundExceptionArrayTypeMismatchExceptionOverflowExceptionSqlNullValueExceptionInvalidCastExceptionSynchronizationLockExceptionRankExceptionpublic DataColumn Add(java.lang.String columnName) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, OverflowException, InvalidCastException, SynchronizationLockException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionRankExceptionArrayTypeMismatchExceptionOverflowExceptionInvalidCastExceptionSynchronizationLockExceptionKeyNotFoundExceptionpublic DataColumn Add(java.lang.String columnName, NetType type) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, OverflowException, InvalidCastException, SynchronizationLockException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionRankExceptionArrayTypeMismatchExceptionOverflowExceptionInvalidCastExceptionSynchronizationLockExceptionKeyNotFoundExceptionpublic DataColumn Add(java.lang.String columnName, NetType type, java.lang.String expression) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, OverflowException, InvalidCastException, SynchronizationLockException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionRankExceptionArrayTypeMismatchExceptionOverflowExceptionInvalidCastExceptionSynchronizationLockExceptionKeyNotFoundExceptionpublic void addCollectionChanged(CollectionChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void AddRange(DataColumn[] columns) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException, KeyNotFoundException, ArgumentOutOfRangeException, OverflowException, FormatException, InvalidCastException, RankException, ArrayTypeMismatchException, SynchronizationLockException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionOverflowExceptionFormatExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionpublic boolean CanRemove(DataColumn column) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, FormatException, ObjectDisposedException, LockRecursionException, NotSupportedException, RankException, ArrayTypeMismatchException, InvalidCastException, SynchronizationLockException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionLockRecursionExceptionNotSupportedExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionSynchronizationLockExceptionpublic static DataColumnCollection cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataColumnCollection, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataColumnCollection instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException,
LockRecursionException,
SynchronizationLockException,
OutOfMemoryException,
RankException,
KeyNotFoundException,
OverflowException,
SqlNullValueException,
FormatException,
InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionLockRecursionExceptionSynchronizationLockExceptionOutOfMemoryExceptionRankExceptionKeyNotFoundExceptionOverflowExceptionSqlNullValueExceptionFormatExceptionInvalidCastExceptionpublic boolean Contains(java.lang.String name)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException,
CultureNotFoundException
public void CopyTo(DataColumn[] array, int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class InternalDataCollectionBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class InternalDataCollectionBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class InternalDataCollectionBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class InternalDataCollectionBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class InternalDataCollectionBaseJCType representing the CLR Type of the instantiated Classpublic int IndexOf(DataColumn column) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException
public int IndexOf(java.lang.String columnName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
ExternalException,
CultureNotFoundException
public void Remove(DataColumn column) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, LockRecursionException, RankException, ArrayTypeMismatchException, SynchronizationLockException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionLockRecursionExceptionRankExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionOutOfMemoryExceptionpublic void Remove(java.lang.String name)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
IndexOutOfRangeException,
NotSupportedException,
LockRecursionException,
RankException,
ArrayTypeMismatchException,
SynchronizationLockException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionLockRecursionExceptionRankExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionOutOfMemoryExceptionpublic void RemoveAt(int index)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException,
LockRecursionException,
SynchronizationLockException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionLockRecursionExceptionSynchronizationLockExceptionOutOfMemoryExceptionpublic void removeCollectionChanged(CollectionChangeEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class InternalDataCollectionBase