Package system.data
Class DataSet
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class DataSet extends MarshalByValueComponent
The base .NET class managing System.Data.DataSet, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.DataSet
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Datastatic java.lang.StringclassNameQualified class name: System.Data.DataSetstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAcceptChanges()voidaddInitialized(EventHandler handler)voidaddMergeFailed(MergeFailedEventHandler handler)voidBeginInit()static DataSetcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDataSet, a cast assert is made to check if types are compatible.voidClear()DataSetClone()DataSetCopy()DataTableReaderCreateDataReader()DataTableReaderCreateDataReader(DataTable... dataTables)voidEndInit()booleangetCaseSensitive()DataSetGetChanges()DataSetGetChanges(DataRowState rowStates)java.lang.StringgetDataSetName()static XmlSchemaComplexTypeGetDataSetSchema(XmlSchemaSet schemaSet)DataViewManagergetDefaultViewManager()booleangetEnforceConstraints()PropertyCollectiongetExtendedProperties()booleangetHasErrors()booleangetIsInitialized()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeCultureInfogetLocale()java.lang.StringgetNamespace()voidGetObjectData(SerializationInfo info, StreamingContext context)java.lang.StringgetPrefix()DataRelationCollectiongetRelations()SerializationFormatgetRemotingFormat()SchemaSerializationModegetSchemaSerializationMode()DataTableCollectiongetTables()java.lang.StringGetXml()java.lang.StringGetXmlSchema()booleanHasChanges()booleanHasChanges(DataRowState rowStates)voidInferXmlSchema(java.lang.String fileName, java.lang.String[] nsArray)voidInferXmlSchema(java.lang.String dupParam0, JCORefOut dupParam1)voidInferXmlSchema(Stream stream, java.lang.String[] nsArray)voidInferXmlSchema(Stream dupParam0, JCORefOut dupParam1)voidInferXmlSchema(TextReader reader, java.lang.String[] nsArray)voidInferXmlSchema(TextReader dupParam0, JCORefOut dupParam1)voidInferXmlSchema(XmlReader reader, java.lang.String[] nsArray)voidInferXmlSchema(XmlReader dupParam0, JCORefOut dupParam1)voidLoad(IDataReader reader, LoadOption loadOption, java.lang.String... tables)voidLoad(IDataReader dupParam0, LoadOption dupParam1, JCORefOut dupParam2)voidLoad(IDataReader reader, LoadOption loadOption, DataTable... tables)voidLoad(IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler, DataTable... tables)voidMerge(DataRow[] rows)voidMerge(DataRow[] rows, boolean preserveChanges, MissingSchemaAction missingSchemaAction)voidMerge(DataSet dataSet)voidMerge(DataSet dataSet, boolean preserveChanges)voidMerge(DataSet dataSet, boolean preserveChanges, MissingSchemaAction missingSchemaAction)voidMerge(DataTable table)voidMerge(DataTable table, boolean preserveChanges, MissingSchemaAction missingSchemaAction)XmlReadModeReadXml(java.lang.String fileName)XmlReadModeReadXml(java.lang.String fileName, XmlReadMode mode)XmlReadModeReadXml(Stream stream)XmlReadModeReadXml(Stream stream, XmlReadMode mode)XmlReadModeReadXml(TextReader reader)XmlReadModeReadXml(TextReader reader, XmlReadMode mode)XmlReadModeReadXml(XmlReader reader)XmlReadModeReadXml(XmlReader reader, XmlReadMode mode)voidReadXmlSchema(java.lang.String fileName)voidReadXmlSchema(Stream stream)voidReadXmlSchema(TextReader reader)voidReadXmlSchema(XmlReader reader)voidRejectChanges()voidremoveInitialized(EventHandler handler)voidremoveMergeFailed(MergeFailedEventHandler handler)voidReset()voidsetCaseSensitive(boolean CaseSensitive)voidsetDataSetName(java.lang.String DataSetName)voidsetEnforceConstraints(boolean EnforceConstraints)voidsetJCOInstance(JCObject instance)voidsetLocale(CultureInfo Locale)voidsetNamespace(java.lang.String Namespace)voidsetPrefix(java.lang.String Prefix)voidsetRemotingFormat(SerializationFormat RemotingFormat)voidsetSchemaSerializationMode(SchemaSerializationMode SchemaSerializationMode)voidWriteXml(java.lang.String fileName)voidWriteXml(java.lang.String fileName, XmlWriteMode mode)voidWriteXml(Stream stream)voidWriteXml(Stream stream, XmlWriteMode mode)voidWriteXml(TextWriter writer)voidWriteXml(TextWriter writer, XmlWriteMode mode)voidWriteXml(XmlWriter writer)voidWriteXml(XmlWriter writer, XmlWriteMode mode)voidWriteXmlSchema(java.lang.String fileName)voidWriteXmlSchema(Stream stream)voidWriteXmlSchema(TextWriter writer)voidWriteXmlSchema(XmlWriter writer)-
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.DataSet- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataSet
public DataSet(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
DataSet
public DataSet() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
DataSet
public DataSet(java.lang.String dataSetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
-
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 DataSet cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDataSet, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DataSetinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
HasChanges
public boolean HasChanges() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
HasChanges
public boolean HasChanges(DataRowState rowStates) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedException
-
Clone
public DataSet Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, SecurityException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, RankException, SqlNullValueException, DataException, KeyNotFoundException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionRankExceptionSqlNullValueExceptionDataExceptionKeyNotFoundExceptionOutOfMemoryException
-
Copy
public DataSet Copy() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, CultureNotFoundException, RankException, SqlNullValueException, KeyNotFoundException, OutOfMemoryException, DataException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionRankExceptionSqlNullValueExceptionKeyNotFoundExceptionOutOfMemoryExceptionDataExceptionOverflowException
-
GetChanges
public DataSet GetChanges() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, RankException, SqlNullValueException, OutOfMemoryException, OverflowException, DataException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionRankExceptionSqlNullValueExceptionOutOfMemoryExceptionOverflowExceptionDataException
-
GetChanges
public DataSet GetChanges(DataRowState rowStates) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, RankException, SqlNullValueException, KeyNotFoundException, OutOfMemoryException, SecurityException, DataException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionSqlNullValueExceptionKeyNotFoundExceptionOutOfMemoryExceptionSecurityExceptionDataExceptionOverflowException
-
CreateDataReader
public DataTableReader CreateDataReader() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
CreateDataReader
public DataTableReader CreateDataReader(DataTable... dataTables) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionMulticastNotSupportedException
-
ReadXml
public XmlReadMode ReadXml(Stream stream) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, RankException, OutOfMemoryException, OverflowException, DataException, NullReferenceException, FormatException, CultureNotFoundException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionOutOfMemoryExceptionOverflowExceptionDataExceptionNullReferenceExceptionFormatExceptionCultureNotFoundExceptionSqlTruncateExceptionSqlTypeExceptionXmlSchemaInferenceExceptionXmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(Stream stream, XmlReadMode mode) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, UriFormatException, PathTooLongException, OutOfMemoryException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, NullReferenceException, FormatException, InvalidCastException, OverflowException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionNullReferenceExceptionFormatExceptionInvalidCastExceptionOverflowExceptionXmlSchemaExceptionXmlSchemaInferenceException
-
ReadXml
public XmlReadMode ReadXml(TextReader reader) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, RankException, OutOfMemoryException, OverflowException, DataException, NullReferenceException, FormatException, CultureNotFoundException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionOutOfMemoryExceptionOverflowExceptionDataExceptionNullReferenceExceptionFormatExceptionCultureNotFoundExceptionSqlTruncateExceptionSqlTypeExceptionXmlSchemaInferenceExceptionXmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(TextReader reader, XmlReadMode mode) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, OutOfMemoryException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, NullReferenceException, FormatException, InvalidCastException, OverflowException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionNullReferenceExceptionFormatExceptionInvalidCastExceptionOverflowExceptionXmlSchemaExceptionXmlSchemaInferenceException
-
ReadXml
public XmlReadMode ReadXml(java.lang.String fileName) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, MissingManifestResourceException, UriFormatException, PathTooLongException, OutOfMemoryException, XmlException, SqlNullValueException, RankException, OverflowException, DataException, NullReferenceException, FormatException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionXmlExceptionSqlNullValueExceptionRankExceptionOverflowExceptionDataExceptionNullReferenceExceptionFormatExceptionSqlTruncateExceptionSqlTypeExceptionXmlSchemaInferenceExceptionXmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(java.lang.String fileName, XmlReadMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, UriFormatException, OutOfMemoryException, XmlException, SqlNullValueException, InvalidCastException, OverflowException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionUriFormatExceptionOutOfMemoryExceptionXmlExceptionSqlNullValueExceptionInvalidCastExceptionOverflowExceptionXmlSchemaExceptionXmlSchemaInferenceException
-
ReadXml
public XmlReadMode ReadXml(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidOperationException, XmlException, NotSupportedException, SqlNullValueException, SecurityException, MissingMethodException, TargetInvocationException, RankException, OutOfMemoryException, OverflowException, DataException, ObjectDisposedException, NullReferenceException, CultureNotFoundException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionXmlExceptionNotSupportedExceptionSqlNullValueExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionOutOfMemoryExceptionOverflowExceptionDataExceptionObjectDisposedExceptionNullReferenceExceptionCultureNotFoundExceptionSqlTruncateExceptionSqlTypeExceptionXmlSchemaInferenceExceptionXmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(XmlReader reader, XmlReadMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, NotSupportedException, NullReferenceException, FormatException, InvalidCastException, OverflowException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidOperationExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNullReferenceExceptionFormatExceptionInvalidCastExceptionOverflowExceptionXmlSchemaExceptionXmlSchemaInferenceException
-
GetXml
public java.lang.String GetXml() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, OutOfMemoryException, SecurityException, XmlException, DataException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionOutOfMemoryExceptionSecurityExceptionXmlExceptionDataException
-
GetXmlSchema
public java.lang.String GetXmlSchema() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, NullReferenceException, XmlException, OverflowException, SqlNullValueException, SqlTypeException, DataException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionNullReferenceExceptionXmlExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionDataExceptionIOException
-
GetDataSetSchema
public static XmlSchemaComplexType GetDataSetSchema(XmlSchemaSet schemaSet) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, IndexOutOfRangeException, XmlSchemaException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionXmlSchemaException
-
AcceptChanges
public void AcceptChanges() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, DataException
-
BeginInit
public void BeginInit() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, ArgumentException, NotSupportedException, SqlNullValueException, DataException, FormatException, InvalidCastException, InvalidOperationException
-
EndInit
public void EndInit() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, DataException, OverflowException, FormatException, InvalidCastException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionDataExceptionOverflowExceptionFormatExceptionInvalidCastException
-
GetObjectData
public void GetObjectData(SerializationInfo info, StreamingContext context) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, SerializationException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, NullReferenceException, UnauthorizedAccessException, IndexOutOfRangeException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionSerializationExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionUnauthorizedAccessExceptionIndexOutOfRangeExceptionOutOfMemoryException
-
InferXmlSchema
public void InferXmlSchema(Stream stream, java.lang.String[] nsArray) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, OutOfMemoryException, FormatException, OverflowException, DataException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionDataExceptionCultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(Stream dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, OutOfMemoryException, FormatException, OverflowException, DataException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionDataExceptionCultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(TextReader reader, java.lang.String[] nsArray) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, OutOfMemoryException, FormatException, OverflowException, DataException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionDataExceptionCultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(TextReader dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, OutOfMemoryException, FormatException, OverflowException, DataException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionDataExceptionCultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(java.lang.String fileName, java.lang.String[] nsArray) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, MissingManifestResourceException, UriFormatException, PathTooLongException, OutOfMemoryException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, FormatException, OverflowException, DataException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionFormatExceptionOverflowExceptionDataException
-
InferXmlSchema
public void InferXmlSchema(java.lang.String dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, MissingManifestResourceException, UriFormatException, PathTooLongException, OutOfMemoryException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, FormatException, OverflowException, DataException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionFormatExceptionOverflowExceptionDataException
-
InferXmlSchema
public void InferXmlSchema(XmlReader reader, java.lang.String[] nsArray) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, RankException, NotSupportedException, FormatException, OutOfMemoryException, SecurityException, OverflowException, DataException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionRankExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionSecurityExceptionOverflowExceptionDataExceptionInvalidCastException
-
InferXmlSchema
public void InferXmlSchema(XmlReader dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, RankException, NotSupportedException, FormatException, OutOfMemoryException, SecurityException, OverflowException, DataException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionRankExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionSecurityExceptionOverflowExceptionDataExceptionInvalidCastException
-
Load
public void Load(IDataReader reader, LoadOption loadOption, DataTable... tables) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, SqlNullValueException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionSqlNullValueException
-
Load
public void Load(IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler, DataTable... tables) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException, MulticastNotSupportedException, SqlNullValueException, XmlException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionMulticastNotSupportedExceptionSqlNullValueExceptionXmlException
-
Load
public void Load(IDataReader reader, LoadOption loadOption, java.lang.String... tables) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MulticastNotSupportedException, SqlNullValueException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMulticastNotSupportedExceptionSqlNullValueException
-
Load
public void Load(IDataReader dupParam0, LoadOption dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MulticastNotSupportedException, SqlNullValueException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMulticastNotSupportedExceptionSqlNullValueException
-
Merge
public void Merge(DataRow[] rows) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, OverflowException, DataException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSqlNullValueExceptionOverflowExceptionDataException
-
Merge
public void Merge(DataRow[] rows, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException, SqlNullValueException, OverflowException, DataException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionSqlNullValueExceptionOverflowExceptionDataException
-
Merge
public void Merge(DataSet dataSet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, DataException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSqlNullValueExceptionDataException
-
Merge
public void Merge(DataSet dataSet, boolean preserveChanges) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, DataException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSqlNullValueExceptionDataException
-
Merge
public void Merge(DataSet dataSet, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException, SqlNullValueException, OverflowException, DataException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionSqlNullValueExceptionOverflowExceptionDataException
-
Merge
public void Merge(DataTable table) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, DataException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSqlNullValueExceptionDataException
-
Merge
public void Merge(DataTable table, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException, SqlNullValueException, OverflowException, DataException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionSqlNullValueExceptionOverflowExceptionDataException
-
ReadXmlSchema
public void ReadXmlSchema(Stream stream) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, XmlException, NullReferenceException, FormatException, OverflowException, OutOfMemoryException, CultureNotFoundException, SqlNullValueException, SqlTruncateException, SqlTypeException, DataException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionXmlExceptionNullReferenceExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionDataExceptionXmlSchemaExceptionXmlSchemaInferenceException
-
ReadXmlSchema
public void ReadXmlSchema(TextReader reader) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, XmlException, NullReferenceException, FormatException, OverflowException, OutOfMemoryException, CultureNotFoundException, SqlNullValueException, SqlTruncateException, SqlTypeException, DataException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionXmlExceptionNullReferenceExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionDataExceptionXmlSchemaExceptionXmlSchemaInferenceException
-
ReadXmlSchema
public void ReadXmlSchema(java.lang.String fileName) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, MissingManifestResourceException, UriFormatException, PathTooLongException, OutOfMemoryException, XmlException, NullReferenceException, FormatException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, DataException, XmlSchemaException, XmlSchemaInferenceException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionXmlExceptionNullReferenceExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionDataExceptionXmlSchemaExceptionXmlSchemaInferenceException
-
ReadXmlSchema
public void ReadXmlSchema(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException, NullReferenceException, NotSupportedException, FormatException, OverflowException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, CultureNotFoundException, SqlNullValueException, SqlTruncateException, SqlTypeException, DataException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionXmlExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionCultureNotFoundExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionDataExceptionXmlSchemaExceptionXmlSchemaInferenceException
-
RejectChanges
public void RejectChanges() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, ArgumentException, NotSupportedException, SqlNullValueException, InvalidOperationException, DataException, FormatException, InvalidCastException
-
Reset
public void Reset() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, RankException, SqlNullValueException, DataException, FormatException, InvalidCastException, KeyNotFoundException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionRankExceptionSqlNullValueExceptionDataExceptionFormatExceptionInvalidCastExceptionKeyNotFoundException
-
WriteXml
public void WriteXml(Stream stream) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException
-
WriteXml
public void WriteXml(Stream stream, XmlWriteMode mode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, OutOfMemoryException
-
WriteXml
public void WriteXml(TextWriter writer) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException
-
WriteXml
public void WriteXml(TextWriter writer, XmlWriteMode mode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException
-
WriteXml
public void WriteXml(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionOutOfMemoryException
-
WriteXml
public void WriteXml(java.lang.String fileName, XmlWriteMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, IndexOutOfRangeException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, IOException, NotImplementedException, ObjectDisposedException, MissingManifestResourceException, OutOfMemoryException, XmlException, DataException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionIOExceptionNotImplementedExceptionObjectDisposedExceptionMissingManifestResourceExceptionOutOfMemoryExceptionXmlExceptionDataException
-
WriteXml
public void WriteXml(XmlWriter writer) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException
-
WriteXml
public void WriteXml(XmlWriter writer, XmlWriteMode mode) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, OutOfMemoryException, NotSupportedException, XmlException, IndexOutOfRangeException, DataException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionNotSupportedExceptionXmlExceptionIndexOutOfRangeExceptionDataException
-
WriteXmlSchema
public void WriteXmlSchema(Stream stream) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, PathTooLongException, NullReferenceException, XmlException, OutOfMemoryException, DataException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, IOException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionNullReferenceExceptionXmlExceptionOutOfMemoryExceptionDataExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionIOException
-
WriteXmlSchema
public void WriteXmlSchema(TextWriter writer) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, PathTooLongException, ArgumentOutOfRangeException, NullReferenceException, XmlException, OutOfMemoryException, DataException, FormatException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, IOException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionPathTooLongExceptionArgumentOutOfRangeExceptionNullReferenceExceptionXmlExceptionOutOfMemoryExceptionDataExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionIOException
-
WriteXmlSchema
public void WriteXmlSchema(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, XmlException, OutOfMemoryException, DataException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionXmlExceptionOutOfMemoryExceptionDataExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(XmlWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotSupportedException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, MissingManifestResourceException, XmlException, InvalidOperationException, OutOfMemoryException, DataException, NotImplementedException, FormatException, OverflowException, SqlTypeException, SqlNullValueException, SqlTruncateException, DivideByZeroException, InvalidCastException, RankException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotSupportedExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNullReferenceExceptionMissingManifestResourceExceptionXmlExceptionInvalidOperationExceptionOutOfMemoryExceptionDataExceptionNotImplementedExceptionFormatExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionDivideByZeroExceptionInvalidCastExceptionRankException
-
getCaseSensitive
public boolean getCaseSensitive() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCaseSensitive
public void setCaseSensitive(boolean CaseSensitive) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getEnforceConstraints
public boolean getEnforceConstraints() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEnforceConstraints
public void setEnforceConstraints(boolean EnforceConstraints) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, IndexOutOfRangeException, FormatException, ArgumentException, NotSupportedException, SqlNullValueException
-
getHasErrors
public boolean getHasErrors() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
-
getIsInitialized
public boolean getIsInitialized() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRelations
public DataRelationCollection getRelations() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTables
public DataTableCollection getTables() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultViewManager
public DataViewManager getDefaultViewManager() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException
-
getExtendedProperties
public PropertyCollection getExtendedProperties() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatException
-
getSchemaSerializationMode
public SchemaSerializationMode getSchemaSerializationMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSchemaSerializationMode
public void setSchemaSerializationMode(SchemaSerializationMode SchemaSerializationMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedException
-
getRemotingFormat
public SerializationFormat getRemotingFormat() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRemotingFormat
public void setRemotingFormat(SerializationFormat RemotingFormat) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
getLocale
public CultureInfo getLocale() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLocale
public void setLocale(CultureInfo Locale) throws java.lang.Throwable, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
-
getDataSetName
public java.lang.String getDataSetName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDataSetName
public void setDataSetName(java.lang.String DataSetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeException
-
getNamespace
public java.lang.String getNamespace() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setNamespace
public void setNamespace(java.lang.String Namespace) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException
-
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, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, OutOfMemoryException, IndexOutOfRangeException, MissingManifestResourceException, NullReferenceException, ObjectDisposedException, RankException, NotSupportedException, SecurityException, NotImplementedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionObjectDisposedExceptionRankExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionFormatException
-
addMergeFailed
public void addMergeFailed(MergeFailedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMergeFailed
public void removeMergeFailed(MergeFailedEventHandler 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
-
-