Package system.data
Class DataTable
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.MarshalByValueComponent
-
- system.data.DataTable
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class DataTable extends MarshalByValueComponent
The base .NET class managing System.Data.DataTable, System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.DataTable
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.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Data.Commonstatic java.lang.StringclassNameQualified class name: System.Data.DataTablestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.componentmodel.MarshalByValueComponent
addDisposed, close, Dispose, getContainer, getDesignMode, GetService, getSite, removeDisposed, setSite
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data.Common- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.DataTable- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataTable
public DataTable(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
DataTable
public DataTable() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OutOfMemoryException, EventSourceException
-
DataTable
public DataTable(java.lang.String tableName, java.lang.String tableNamespace) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, CultureNotFoundException, RankException, ArrayTypeMismatchException- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionRankExceptionArrayTypeMismatchException
-
DataTable
public DataTable(java.lang.String tableName) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException, EventSourceException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classMarshalByValueComponent- 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 interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classMarshalByValueComponent- 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 interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classMarshalByValueComponent- 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 interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classMarshalByValueComponent- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classMarshalByValueComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classMarshalByValueComponent- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DataTable cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDataTable, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DataTableinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
LoadDataRow
public DataRow LoadDataRow(NetObject[] values, boolean fAcceptChanges) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, CultureNotFoundException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastException
-
LoadDataRow
public DataRow LoadDataRow(NetObject[] values, LoadOption loadOption) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, ObjectDisposedException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionObjectDisposedExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastException
-
NewRow
public DataRow NewRow() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, EventSourceException, NotSupportedException
-
GetErrors
public DataRow[] GetErrors() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, ArgumentNullException, RankException, ArrayTypeMismatchException, InvalidCastException
-
Select
public DataRow[] Select() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OutOfMemoryException, EventSourceException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, SqlNullValueException, OverflowException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionEventSourceExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionSqlNullValueExceptionOverflowException
-
Select
public DataRow[] Select(java.lang.String filterExpression, java.lang.String sort, DataViewRowState recordStates) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OutOfMemoryException, EventSourceException, ObjectDisposedException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, SqlNullValueException, OverflowException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionEventSourceExceptionObjectDisposedExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionSqlNullValueExceptionOverflowExceptionInvalidCastException
-
Select
public DataRow[] Select(java.lang.String filterExpression, java.lang.String sort) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, OutOfMemoryException, EventSourceException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, SqlNullValueException, OverflowException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionEventSourceExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionSqlNullValueExceptionOverflowException
-
Select
public DataRow[] Select(java.lang.String filterExpression) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, OutOfMemoryException, EventSourceException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, ObjectDisposedException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, SqlNullValueException, OverflowException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionEventSourceExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionObjectDisposedExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionSqlNullValueExceptionOverflowException
-
Clone
public DataTable Clone() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, MissingMethodException, TargetInvocationException, RankException, KeyNotFoundException, CultureNotFoundException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionKeyNotFoundExceptionCultureNotFoundException
-
Copy
public DataTable Copy() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, EventSourceException, MissingMethodException, TargetInvocationException, ArgumentNullException, IndexOutOfRangeException, SynchronizationLockException, OverflowException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionEventSourceExceptionMissingMethodExceptionTargetInvocationExceptionArgumentNullExceptionIndexOutOfRangeExceptionSynchronizationLockExceptionOverflowException
-
GetChanges
public DataTable GetChanges() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, EventSourceException, MissingMethodException, TargetInvocationException, ArgumentNullException, IndexOutOfRangeException, SynchronizationLockException, OverflowException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionEventSourceExceptionMissingMethodExceptionTargetInvocationExceptionArgumentNullExceptionIndexOutOfRangeExceptionSynchronizationLockExceptionOverflowException
-
GetChanges
public DataTable GetChanges(DataRowState rowStates) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, MissingMethodException, TargetInvocationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, SynchronizationLockException, OverflowException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionOverflowException
-
CreateDataReader
public DataTableReader CreateDataReader() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NullReferenceException, NotSupportedException, MulticastNotSupportedException
-
ReadXml
public XmlReadMode ReadXml(Stream stream) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, NotSupportedException, InvalidOperationException, ArgumentException, IndexOutOfRangeException, FormatException, EventSourceException, ArgumentNullException, SynchronizationLockException, RankException, SqlNullValueException, XmlException, MissingMethodException, TargetInvocationException, OverflowException, TypeLoadException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionNotSupportedExceptionInvalidOperationExceptionArgumentExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionArgumentNullExceptionSynchronizationLockExceptionRankExceptionSqlNullValueExceptionXmlExceptionMissingMethodExceptionTargetInvocationExceptionOverflowExceptionTypeLoadExceptionXmlSchemaInferenceExceptionXmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(TextReader reader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, ArgumentNullException, SynchronizationLockException, RankException, SqlNullValueException, XmlException, MissingMethodException, TargetInvocationException, OverflowException, TypeLoadException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionArgumentNullExceptionSynchronizationLockExceptionRankExceptionSqlNullValueExceptionXmlExceptionMissingMethodExceptionTargetInvocationExceptionOverflowExceptionTypeLoadExceptionXmlSchemaInferenceExceptionXmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, CultureNotFoundException, IndexOutOfRangeException, UriFormatException, InvalidOperationException, ArgumentOutOfRangeException, UnreachableException, ObjectDisposedException, EventSourceException, SynchronizationLockException, RankException, ArrayTypeMismatchException, SqlNullValueException, XmlException, MissingMethodException, TargetInvocationException, OverflowException, FormatException, TypeLoadException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionUnreachableExceptionObjectDisposedExceptionEventSourceExceptionSynchronizationLockExceptionRankExceptionArrayTypeMismatchExceptionSqlNullValueExceptionXmlExceptionMissingMethodExceptionTargetInvocationExceptionOverflowExceptionFormatExceptionTypeLoadExceptionXmlSchemaInferenceExceptionXmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(XmlReader reader) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, SynchronizationLockException, RankException, SqlNullValueException, XmlException, MissingMethodException, TargetInvocationException, OverflowException, TypeLoadException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionSynchronizationLockExceptionRankExceptionSqlNullValueExceptionXmlExceptionMissingMethodExceptionTargetInvocationExceptionOverflowExceptionTypeLoadExceptionXmlSchemaInferenceExceptionXmlSchemaException
-
Compute
public NetObject Compute(java.lang.String expression, java.lang.String filter) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException, EventSourceException, ArgumentNullException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, InvalidCastException, SqlNullValueException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionArgumentNullExceptionObjectDisposedExceptionLockRecursionExceptionSynchronizationLockExceptionInvalidCastExceptionSqlNullValueException
-
GetDataTableSchema
public static XmlSchemaComplexType GetDataTableSchema(XmlSchemaSet schemaSet) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, XmlSchemaException
-
AcceptChanges
public void AcceptChanges() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, EventSourceException, ArgumentNullException, SynchronizationLockException, InvalidCastException
-
BeginInit
public void BeginInit() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
BeginLoadData
public void BeginLoadData() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, EventSourceException, ObjectDisposedException, LockRecursionException, AbandonedMutexException, SynchronizationLockException, ArgumentNullException, SqlNullValueException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionEventSourceExceptionObjectDisposedExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionArgumentNullExceptionSqlNullValueException
-
Clear
public void Clear() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, ObjectDisposedException, RankException, InvalidCastException, SynchronizationLockException, SqlNullValueException, OverflowException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionObjectDisposedExceptionRankExceptionInvalidCastExceptionSynchronizationLockExceptionSqlNullValueExceptionOverflowException
-
EndInit
public void EndInit() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, NotSupportedException, CultureNotFoundException, KeyNotFoundException, RankException, ArrayTypeMismatchException, OverflowException, FormatException, InvalidCastException, MulticastNotSupportedException, SynchronizationLockException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionNotSupportedExceptionCultureNotFoundExceptionKeyNotFoundExceptionRankExceptionArrayTypeMismatchExceptionOverflowExceptionFormatExceptionInvalidCastExceptionMulticastNotSupportedExceptionSynchronizationLockException
-
EndLoadData
public void EndLoadData() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, EventSourceException, ObjectDisposedException, LockRecursionException, WaitHandleCannotBeOpenedException, AbandonedMutexException, ArgumentNullException, SynchronizationLockException, KeyNotFoundException, SqlNullValueException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionEventSourceExceptionObjectDisposedExceptionLockRecursionExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionArgumentNullExceptionSynchronizationLockExceptionKeyNotFoundExceptionSqlNullValueException
-
GetObjectData
public void GetObjectData(SerializationInfo info, StreamingContext context) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentNullException, SerializationException, OverflowException, SqlNullValueException, SqlTruncateException, InvalidCastException, EventSourceException, SynchronizationLockException, KeyNotFoundException, RankException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentNullExceptionSerializationExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionInvalidCastExceptionEventSourceExceptionSynchronizationLockExceptionKeyNotFoundExceptionRankException
-
ImportRow
public void ImportRow(DataRow row) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, EventSourceException, ArgumentNullException, SynchronizationLockException
-
Load
public void Load(IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, MulticastNotSupportedException, SynchronizationLockException, SqlNullValueException
-
Load
public void Load(IDataReader reader, LoadOption loadOption) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, MulticastNotSupportedException, SynchronizationLockException, SqlNullValueException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionMulticastNotSupportedExceptionSynchronizationLockExceptionSqlNullValueException
-
Load
public void Load(IDataReader reader) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, MulticastNotSupportedException, SynchronizationLockException, SqlNullValueException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionMulticastNotSupportedExceptionSynchronizationLockExceptionSqlNullValueException
-
Merge
public void Merge(DataTable table, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException, OverflowException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionOverflowException
-
Merge
public void Merge(DataTable table, boolean preserveChanges) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException, EventSourceException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationException
-
Merge
public void Merge(DataTable table) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException, EventSourceException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationException
-
ReadXmlSchema
public void ReadXmlSchema(Stream stream) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, NotSupportedException, InvalidOperationException, ArgumentException, IndexOutOfRangeException, FormatException, EventSourceException, CultureNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTypeException, SynchronizationLockException, XmlSchemaException, RankException, InvalidCastException, KeyNotFoundException, XmlSchemaInferenceException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionNotSupportedExceptionInvalidOperationExceptionArgumentExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionXmlExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionSynchronizationLockExceptionXmlSchemaExceptionRankExceptionInvalidCastExceptionKeyNotFoundExceptionXmlSchemaInferenceExceptionMissingMethodExceptionTargetInvocationException
-
ReadXmlSchema
public void ReadXmlSchema(TextReader reader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, CultureNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTypeException, SynchronizationLockException, XmlSchemaException, RankException, InvalidCastException, KeyNotFoundException, XmlSchemaInferenceException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionXmlExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionSynchronizationLockExceptionXmlSchemaExceptionRankExceptionInvalidCastExceptionKeyNotFoundExceptionXmlSchemaInferenceExceptionMissingMethodExceptionTargetInvocationException
-
ReadXmlSchema
public void ReadXmlSchema(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, CultureNotFoundException, IndexOutOfRangeException, UriFormatException, InvalidOperationException, ArgumentOutOfRangeException, UnreachableException, ObjectDisposedException, EventSourceException, XmlException, FormatException, OverflowException, SqlNullValueException, SqlTypeException, SynchronizationLockException, XmlSchemaException, RankException, InvalidCastException, KeyNotFoundException, XmlSchemaInferenceException, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionUnreachableExceptionObjectDisposedExceptionEventSourceExceptionXmlExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionSynchronizationLockExceptionXmlSchemaExceptionRankExceptionInvalidCastExceptionKeyNotFoundExceptionXmlSchemaInferenceExceptionMissingMethodExceptionTargetInvocationException
-
ReadXmlSchema
public void ReadXmlSchema(XmlReader reader) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, CultureNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTypeException, SynchronizationLockException, XmlSchemaException, RankException, InvalidCastException, KeyNotFoundException, XmlSchemaInferenceException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionXmlExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionSynchronizationLockExceptionXmlSchemaExceptionRankExceptionInvalidCastExceptionKeyNotFoundExceptionXmlSchemaInferenceExceptionMissingMethodExceptionTargetInvocationException
-
RejectChanges
public void RejectChanges() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, EventSourceException, ArgumentNullException, LockRecursionException, SynchronizationLockException
-
Reset
public void Reset() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, EventSourceException, ArgumentNullException, SynchronizationLockException, InvalidCastException, IndexOutOfRangeException, RankException, KeyNotFoundException, OverflowException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionEventSourceExceptionArgumentNullExceptionSynchronizationLockExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionKeyNotFoundExceptionOverflowException
-
WriteXml
public void WriteXml(Stream stream, boolean writeHierarchy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, EventSourceException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, FormatException, OutOfMemoryException, CultureNotFoundException, NullReferenceException, NotSupportedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionEventSourceExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(Stream stream, XmlWriteMode mode, boolean writeHierarchy) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, EventSourceException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, OutOfMemoryException, FormatException, CultureNotFoundException, SynchronizationLockException, KeyNotFoundException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionEventSourceExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionCultureNotFoundExceptionSynchronizationLockExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(Stream stream, XmlWriteMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, EventSourceException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, FormatException, OutOfMemoryException, CultureNotFoundException, NullReferenceException, NotSupportedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionEventSourceExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(Stream stream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, EventSourceException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, FormatException, OutOfMemoryException, CultureNotFoundException, NullReferenceException, NotSupportedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionEventSourceExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(TextWriter writer, boolean writeHierarchy) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, ObjectDisposedException, RankException, ArrayTypeMismatchException, OutOfMemoryException, CultureNotFoundException, NullReferenceException, KeyNotFoundException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionObjectDisposedExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionCultureNotFoundExceptionNullReferenceExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(TextWriter writer, XmlWriteMode mode, boolean writeHierarchy) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, CultureNotFoundException, ObjectDisposedException, RankException, InvalidCastException, OutOfMemoryException, SynchronizationLockException, KeyNotFoundException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionObjectDisposedExceptionRankExceptionInvalidCastExceptionOutOfMemoryExceptionSynchronizationLockExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(TextWriter writer, XmlWriteMode mode) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, ObjectDisposedException, RankException, ArrayTypeMismatchException, OutOfMemoryException, CultureNotFoundException, NullReferenceException, KeyNotFoundException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionObjectDisposedExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionCultureNotFoundExceptionNullReferenceExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(TextWriter writer) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, ObjectDisposedException, RankException, ArrayTypeMismatchException, OutOfMemoryException, CultureNotFoundException, NullReferenceException, KeyNotFoundException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionObjectDisposedExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionCultureNotFoundExceptionNullReferenceExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(java.lang.String fileName, boolean writeHierarchy) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, SerializationException, ObjectDisposedException, RankException, CultureNotFoundException, KeyNotFoundException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionSerializationExceptionObjectDisposedExceptionRankExceptionCultureNotFoundExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(java.lang.String fileName, XmlWriteMode mode, boolean writeHierarchy) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, SerializationException, CultureNotFoundException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, SynchronizationLockException, KeyNotFoundException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionSerializationExceptionCultureNotFoundExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOutOfMemoryExceptionSynchronizationLockExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(java.lang.String fileName, XmlWriteMode mode) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, SerializationException, ObjectDisposedException, RankException, CultureNotFoundException, KeyNotFoundException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionSerializationExceptionObjectDisposedExceptionRankExceptionCultureNotFoundExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(java.lang.String fileName) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, SerializationException, ObjectDisposedException, RankException, CultureNotFoundException, KeyNotFoundException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionSerializationExceptionObjectDisposedExceptionRankExceptionCultureNotFoundExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(XmlWriter writer, boolean writeHierarchy) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, CultureNotFoundException, ObjectDisposedException, RankException, InvalidCastException, OutOfMemoryException, SynchronizationLockException, KeyNotFoundException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionObjectDisposedExceptionRankExceptionInvalidCastExceptionOutOfMemoryExceptionSynchronizationLockExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(XmlWriter writer, XmlWriteMode mode, boolean writeHierarchy) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, CultureNotFoundException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, SynchronizationLockException, KeyNotFoundException, XmlException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOutOfMemoryExceptionSynchronizationLockExceptionKeyNotFoundExceptionXmlException
-
WriteXml
public void WriteXml(XmlWriter writer, XmlWriteMode mode) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, CultureNotFoundException, ObjectDisposedException, RankException, InvalidCastException, OutOfMemoryException, SynchronizationLockException, KeyNotFoundException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionObjectDisposedExceptionRankExceptionInvalidCastExceptionOutOfMemoryExceptionSynchronizationLockExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(XmlWriter writer) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, CultureNotFoundException, ObjectDisposedException, RankException, InvalidCastException, OutOfMemoryException, SynchronizationLockException, KeyNotFoundException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionObjectDisposedExceptionRankExceptionInvalidCastExceptionOutOfMemoryExceptionSynchronizationLockExceptionKeyNotFoundException
-
WriteXmlSchema
public void WriteXmlSchema(Stream stream, boolean writeHierarchy) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, EventSourceException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, CultureNotFoundException, SynchronizationLockException, KeyNotFoundException, XmlException, FormatException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionEventSourceExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionCultureNotFoundExceptionSynchronizationLockExceptionKeyNotFoundExceptionXmlExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(Stream stream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, EventSourceException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, CultureNotFoundException, NullReferenceException, NotSupportedException, OutOfMemoryException, KeyNotFoundException, XmlException, FormatException, OverflowException, SqlNullValueException, SqlTypeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionEventSourceExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionKeyNotFoundExceptionXmlExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(TextWriter writer, boolean writeHierarchy) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, CultureNotFoundException, RankException, SynchronizationLockException, KeyNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionRankExceptionSynchronizationLockExceptionKeyNotFoundExceptionXmlExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(TextWriter writer) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, ObjectDisposedException, RankException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, KeyNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTypeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionObjectDisposedExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionKeyNotFoundExceptionXmlExceptionOverflowExceptionSqlNullValueExceptionSqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(java.lang.String fileName, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, SerializationException, ArgumentNullException, EventSourceException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, SynchronizationLockException, KeyNotFoundException, XmlException, FormatException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionSerializationExceptionArgumentNullExceptionEventSourceExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionKeyNotFoundExceptionXmlExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(java.lang.String fileName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, SerializationException, ArgumentNullException, PlatformNotSupportedException, EventSourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, NotSupportedException, KeyNotFoundException, XmlException, FormatException, OverflowException, SqlNullValueException, SqlTypeException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionSerializationExceptionArgumentNullExceptionPlatformNotSupportedExceptionEventSourceExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionKeyNotFoundExceptionXmlExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(XmlWriter writer, boolean writeHierarchy) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, EventSourceException, ArgumentNullException, SynchronizationLockException, KeyNotFoundException, XmlException, OutOfMemoryException, IndexOutOfRangeException, SqlTypeException, OverflowException, SqlNullValueException, SqlTruncateException, DivideByZeroException, InvalidCastException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionEventSourceExceptionArgumentNullExceptionSynchronizationLockExceptionKeyNotFoundExceptionXmlExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSqlTypeExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionDivideByZeroExceptionInvalidCastException
-
WriteXmlSchema
public void WriteXmlSchema(XmlWriter writer) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, CultureNotFoundException, RankException, SynchronizationLockException, KeyNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionRankExceptionSynchronizationLockExceptionKeyNotFoundExceptionXmlExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeException
-
getCaseSensitive
public boolean getCaseSensitive() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCaseSensitive
public void setCaseSensitive(boolean CaseSensitive) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, SynchronizationLockException
-
getHasErrors
public boolean getHasErrors() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatException
-
getIsInitialized
public boolean getIsInitialized() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getMinimumCapacity
public int getMinimumCapacity() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMinimumCapacity
public void setMinimumCapacity(int MinimumCapacity) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundException
-
getConstraints
public ConstraintCollection getConstraints() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPrimaryKey
public final DataColumn[] getPrimaryKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPrimaryKey
public void setPrimaryKey(DataColumn[] PrimaryKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidConstraintException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidCastException, LockRecursionException, NotSupportedException, WaitHandleCannotBeOpenedException, AbandonedMutexException, SynchronizationLockException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidConstraintExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionLockRecursionExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionAbandonedMutexExceptionSynchronizationLockException
-
getColumns
public DataColumnCollection getColumns() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getChildRelations
public DataRelationCollection getChildRelations() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundException
-
getParentRelations
public DataRelationCollection getParentRelations() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundException
-
getRows
public DataRowCollection getRows() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataSet
public DataSet getDataSet() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultView
public DataView getDefaultView() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, MulticastNotSupportedException, IndexOutOfRangeException, ArgumentNullException, FormatException, SynchronizationLockException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionSynchronizationLockExceptionOutOfMemoryException
-
getExtendedProperties
public PropertyCollection getExtendedProperties() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
getRemotingFormat
public SerializationFormat getRemotingFormat() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRemotingFormat
public void setRemotingFormat(SerializationFormat RemotingFormat) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionPlatformNotSupportedException
-
getLocale
public CultureInfo getLocale() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLocale
public void setLocale(CultureInfo Locale) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, EventSourceException, ArgumentNullException, SynchronizationLockException
-
getDisplayExpression
public java.lang.String getDisplayExpression() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDisplayExpression
public void setDisplayExpression(java.lang.String DisplayExpression) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidCastException- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastException
-
getNamespace
public java.lang.String getNamespace() throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, NotSupportedException, RankException, ArrayTypeMismatchException, InvalidCastException
-
setNamespace
public void setNamespace(java.lang.String Namespace) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException
-
getPrefix
public java.lang.String getPrefix() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPrefix
public void setPrefix(java.lang.String Prefix) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, OutOfMemoryException, EventSourceException, NotImplementedException, RegexMatchTimeoutException, ArrayTypeMismatchException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionEventSourceExceptionNotImplementedExceptionRegexMatchTimeoutExceptionArrayTypeMismatchException
-
getTableName
public java.lang.String getTableName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTableName
public void setTableName(java.lang.String TableName) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, CultureNotFoundException, ArrayTypeMismatchException, KeyNotFoundException
-
addColumnChanged
public void addColumnChanged(DataColumnChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeColumnChanged
public void removeColumnChanged(DataColumnChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addColumnChanging
public void addColumnChanging(DataColumnChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeColumnChanging
public void removeColumnChanging(DataColumnChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowChanged
public void addRowChanged(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowChanged
public void removeRowChanged(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowChanging
public void addRowChanging(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowChanging
public void removeRowChanging(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowDeleted
public void addRowDeleted(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowDeleted
public void removeRowDeleted(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowDeleting
public void addRowDeleting(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowDeleting
public void removeRowDeleting(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTableCleared
public void addTableCleared(DataTableClearEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTableCleared
public void removeTableCleared(DataTableClearEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTableClearing
public void addTableClearing(DataTableClearEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTableClearing
public void removeTableClearing(DataTableClearEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTableNewRow
public void addTableNewRow(DataTableNewRowEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTableNewRow
public void removeTableNewRow(DataTableNewRowEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addInitialized
public void addInitialized(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeInitialized
public void removeInitialized(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-