public class DataSet extends MarshalByValueComponent
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.DataSet
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Common
|
static java.lang.String |
className
Qualified class name: System.Data.DataSet
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataSet() |
DataSet(java.lang.Object instance)
Internal constructor.
|
DataSet(java.lang.String dataSetName) |
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptChanges() |
void |
addInitialized(EventHandler handler) |
void |
addMergeFailed(MergeFailedEventHandler handler) |
void |
BeginInit() |
static DataSet |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataSet, a cast assert is made to check if types are compatible. |
void |
Clear() |
DataSet |
Clone() |
DataSet |
Copy() |
DataTableReader |
CreateDataReader() |
DataTableReader |
CreateDataReader(DataTable... dataTables) |
void |
EndInit() |
boolean |
getCaseSensitive() |
DataSet |
GetChanges() |
DataSet |
GetChanges(DataRowState rowStates) |
java.lang.String |
getDataSetName() |
static XmlSchemaComplexType |
GetDataSetSchema(XmlSchemaSet schemaSet) |
DataViewManager |
getDefaultViewManager() |
boolean |
getEnforceConstraints() |
PropertyCollection |
getExtendedProperties() |
boolean |
getHasErrors() |
boolean |
getIsInitialized() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
CultureInfo |
getLocale() |
java.lang.String |
getNamespace() |
void |
GetObjectData(SerializationInfo info,
StreamingContext context) |
java.lang.String |
getPrefix() |
DataRelationCollection |
getRelations() |
SerializationFormat |
getRemotingFormat() |
SchemaSerializationMode |
getSchemaSerializationMode() |
DataTableCollection |
getTables() |
java.lang.String |
GetXml() |
java.lang.String |
GetXmlSchema() |
boolean |
HasChanges() |
boolean |
HasChanges(DataRowState rowStates) |
void |
InferXmlSchema(Stream dupParam0,
JCORefOut dupParam1) |
void |
InferXmlSchema(Stream stream,
java.lang.String[] nsArray) |
void |
InferXmlSchema(java.lang.String dupParam0,
JCORefOut dupParam1) |
void |
InferXmlSchema(java.lang.String fileName,
java.lang.String[] nsArray) |
void |
InferXmlSchema(TextReader dupParam0,
JCORefOut dupParam1) |
void |
InferXmlSchema(TextReader reader,
java.lang.String[] nsArray) |
void |
InferXmlSchema(XmlReader dupParam0,
JCORefOut dupParam1) |
void |
InferXmlSchema(XmlReader reader,
java.lang.String[] nsArray) |
void |
Load(IDataReader reader,
LoadOption loadOption,
DataTable... tables) |
void |
Load(IDataReader reader,
LoadOption loadOption,
FillErrorEventHandler errorHandler,
DataTable... tables) |
void |
Load(IDataReader dupParam0,
LoadOption dupParam1,
JCORefOut dupParam2) |
void |
Load(IDataReader reader,
LoadOption loadOption,
java.lang.String... tables) |
void |
Merge(DataRow[] rows) |
void |
Merge(DataRow[] rows,
boolean preserveChanges,
MissingSchemaAction missingSchemaAction) |
void |
Merge(DataSet dataSet) |
void |
Merge(DataSet dataSet,
boolean preserveChanges) |
void |
Merge(DataSet dataSet,
boolean preserveChanges,
MissingSchemaAction missingSchemaAction) |
void |
Merge(DataTable table) |
void |
Merge(DataTable table,
boolean preserveChanges,
MissingSchemaAction missingSchemaAction) |
XmlReadMode |
ReadXml(Stream stream) |
XmlReadMode |
ReadXml(Stream stream,
XmlReadMode mode) |
XmlReadMode |
ReadXml(java.lang.String fileName) |
XmlReadMode |
ReadXml(java.lang.String fileName,
XmlReadMode mode) |
XmlReadMode |
ReadXml(TextReader reader) |
XmlReadMode |
ReadXml(TextReader reader,
XmlReadMode mode) |
XmlReadMode |
ReadXml(XmlReader reader) |
XmlReadMode |
ReadXml(XmlReader reader,
XmlReadMode mode) |
void |
ReadXmlSchema(Stream stream) |
void |
ReadXmlSchema(java.lang.String fileName) |
void |
ReadXmlSchema(TextReader reader) |
void |
ReadXmlSchema(XmlReader reader) |
void |
RejectChanges() |
void |
removeInitialized(EventHandler handler) |
void |
removeMergeFailed(MergeFailedEventHandler handler) |
void |
Reset() |
void |
setCaseSensitive(boolean CaseSensitive) |
void |
setDataSetName(java.lang.String DataSetName) |
void |
setEnforceConstraints(boolean EnforceConstraints) |
void |
setJCOInstance(JCObject instance) |
void |
setLocale(CultureInfo Locale) |
void |
setNamespace(java.lang.String Namespace) |
void |
setPrefix(java.lang.String Prefix) |
void |
setRemotingFormat(SerializationFormat RemotingFormat) |
void |
setSchemaSerializationMode(SchemaSerializationMode SchemaSerializationMode) |
void |
WriteXml(Stream stream) |
void |
WriteXml(Stream stream,
XmlWriteMode mode) |
void |
WriteXml(java.lang.String fileName) |
void |
WriteXml(java.lang.String fileName,
XmlWriteMode mode) |
void |
WriteXml(TextWriter writer) |
void |
WriteXml(TextWriter writer,
XmlWriteMode mode) |
void |
WriteXml(XmlWriter writer) |
void |
WriteXml(XmlWriter writer,
XmlWriteMode mode) |
void |
WriteXmlSchema(Stream stream) |
void |
WriteXmlSchema(java.lang.String fileName) |
void |
WriteXmlSchema(TextWriter writer) |
void |
WriteXmlSchema(XmlWriter writer) |
addDisposed, close, Dispose, getContainer, getDesignMode, GetService, getSite, removeDisposed, setSitepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataSet()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
EventSourceException,
KeyNotFoundException
public DataSet(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DataSet(java.lang.String dataSetName)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException,
EventSourceException
public void AcceptChanges()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
ArgumentNullException,
EventSourceException,
ArrayTypeMismatchException,
SynchronizationLockException
public void addInitialized(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMergeFailed(MergeFailedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void BeginInit()
throws java.lang.Throwable
java.lang.Throwablepublic static DataSet cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataSet, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataSet instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
ArgumentNullException,
EventSourceException,
LockRecursionException,
SynchronizationLockException,
SqlNullValueException,
InvalidCastException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionLockRecursionExceptionSynchronizationLockExceptionSqlNullValueExceptionInvalidCastExceptionpublic DataSet Clone() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, MissingMethodException, TargetInvocationException, LockRecursionException, SynchronizationLockException, RankException, IndexOutOfRangeException, SqlNullValueException, KeyNotFoundException, NotImplementedException, RegexMatchTimeoutException, OutOfMemoryException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionMissingMethodExceptionTargetInvocationExceptionLockRecursionExceptionSynchronizationLockExceptionRankExceptionIndexOutOfRangeExceptionSqlNullValueExceptionKeyNotFoundExceptionNotImplementedExceptionRegexMatchTimeoutExceptionOutOfMemoryExceptionpublic DataSet Copy() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, MissingMethodException, TargetInvocationException, SynchronizationLockException, RankException, IndexOutOfRangeException, SqlNullValueException, KeyNotFoundException, NotImplementedException, RegexMatchTimeoutException, ArrayTypeMismatchException, OutOfMemoryException, OverflowException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionMissingMethodExceptionTargetInvocationExceptionSynchronizationLockExceptionRankExceptionIndexOutOfRangeExceptionSqlNullValueExceptionKeyNotFoundExceptionNotImplementedExceptionRegexMatchTimeoutExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionOverflowExceptionpublic DataTableReader CreateDataReader() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionMulticastNotSupportedExceptionpublic DataTableReader CreateDataReader(DataTable... dataTables) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, MulticastNotSupportedException
public void EndInit()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
EventSourceException,
OutOfMemoryException,
KeyNotFoundException,
SynchronizationLockException,
OverflowException,
InvalidCastException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionOutOfMemoryExceptionKeyNotFoundExceptionSynchronizationLockExceptionOverflowExceptionInvalidCastExceptionRankExceptionArrayTypeMismatchExceptionpublic boolean getCaseSensitive()
throws java.lang.Throwable
java.lang.Throwablepublic DataSet GetChanges() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, ObjectDisposedException, SynchronizationLockException, MissingMethodException, TargetInvocationException, RankException, SqlNullValueException, NullReferenceException, NotImplementedException, OutOfMemoryException, OverflowException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionObjectDisposedExceptionSynchronizationLockExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionSqlNullValueExceptionNullReferenceExceptionNotImplementedExceptionOutOfMemoryExceptionOverflowExceptionpublic DataSet GetChanges(DataRowState rowStates) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, CultureNotFoundException, ArrayTypeMismatchException, SynchronizationLockException, MissingMethodException, TargetInvocationException, RankException, IndexOutOfRangeException, SqlNullValueException, KeyNotFoundException, NotImplementedException, RegexMatchTimeoutException, OutOfMemoryException, OverflowException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionIndexOutOfRangeExceptionSqlNullValueExceptionKeyNotFoundExceptionNotImplementedExceptionRegexMatchTimeoutExceptionOutOfMemoryExceptionOverflowExceptionpublic java.lang.String getDataSetName()
throws java.lang.Throwable
java.lang.Throwablepublic static XmlSchemaComplexType GetDataSetSchema(XmlSchemaSet schemaSet) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, XmlSchemaException
public DataViewManager getDefaultViewManager() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MulticastNotSupportedException
public boolean getEnforceConstraints()
throws java.lang.Throwable
java.lang.Throwablepublic PropertyCollection getExtendedProperties() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic boolean getHasErrors()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException
public boolean getIsInitialized()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class MarshalByValueComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class MarshalByValueComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class MarshalByValueComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class MarshalByValueComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class MarshalByValueComponentJCType representing the CLR Type of the instantiated Classpublic CultureInfo getLocale() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNamespace()
throws java.lang.Throwable
java.lang.Throwablepublic void GetObjectData(SerializationInfo info, StreamingContext context) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentNullException, SerializationException, UnauthorizedAccessException, OutOfMemoryException
public java.lang.String getPrefix()
throws java.lang.Throwable
java.lang.Throwablepublic DataRelationCollection getRelations() throws java.lang.Throwable
java.lang.Throwablepublic SerializationFormat getRemotingFormat() throws java.lang.Throwable
java.lang.Throwablepublic SchemaSerializationMode getSchemaSerializationMode() throws java.lang.Throwable
java.lang.Throwablepublic DataTableCollection getTables() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetXml()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
ArgumentNullException,
EventSourceException,
ArrayTypeMismatchException,
OutOfMemoryException,
XmlException,
IndexOutOfRangeException,
SynchronizationLockException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionXmlExceptionIndexOutOfRangeExceptionSynchronizationLockExceptionpublic java.lang.String GetXmlSchema()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
ArgumentNullException,
EventSourceException,
XmlException,
IndexOutOfRangeException,
OverflowException,
SqlNullValueException,
SqlTypeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionXmlExceptionIndexOutOfRangeExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionpublic boolean HasChanges()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
EventSourceException,
CultureNotFoundException,
ObjectDisposedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionObjectDisposedExceptionpublic boolean HasChanges(DataRowState rowStates) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, CultureNotFoundException, ArrayTypeMismatchException
public void InferXmlSchema(Stream dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, NotSupportedException, InvalidOperationException, ArgumentException, EventSourceException, XmlException, XmlSchemaException, FormatException, XmlSchemaInferenceException, NullReferenceException, NotImplementedException, OutOfMemoryException, TypeLoadException, OverflowException, CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionNotSupportedExceptionInvalidOperationExceptionArgumentExceptionEventSourceExceptionXmlExceptionXmlSchemaExceptionFormatExceptionXmlSchemaInferenceExceptionNullReferenceExceptionNotImplementedExceptionOutOfMemoryExceptionTypeLoadExceptionOverflowExceptionCultureNotFoundExceptionpublic void InferXmlSchema(Stream stream, java.lang.String[] nsArray) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, NotSupportedException, InvalidOperationException, ArgumentException, EventSourceException, XmlException, XmlSchemaException, FormatException, XmlSchemaInferenceException, NullReferenceException, NotImplementedException, OutOfMemoryException, TypeLoadException, OverflowException, CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionNotSupportedExceptionInvalidOperationExceptionArgumentExceptionEventSourceExceptionXmlExceptionXmlSchemaExceptionFormatExceptionXmlSchemaInferenceExceptionNullReferenceExceptionNotImplementedExceptionOutOfMemoryExceptionTypeLoadExceptionOverflowExceptionCultureNotFoundExceptionpublic void InferXmlSchema(java.lang.String dupParam0,
JCORefOut dupParam1)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
CultureNotFoundException,
IndexOutOfRangeException,
UriFormatException,
InvalidOperationException,
ArgumentOutOfRangeException,
UnreachableException,
ObjectDisposedException,
EventSourceException,
XmlException,
XmlSchemaException,
XmlSchemaInferenceException,
NullReferenceException,
NotImplementedException,
ArrayTypeMismatchException,
OutOfMemoryException,
TypeLoadException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionUnreachableExceptionObjectDisposedExceptionEventSourceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionNullReferenceExceptionNotImplementedExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionTypeLoadExceptionOverflowExceptionpublic void InferXmlSchema(java.lang.String fileName,
java.lang.String[] nsArray)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
CultureNotFoundException,
IndexOutOfRangeException,
UriFormatException,
InvalidOperationException,
ArgumentOutOfRangeException,
UnreachableException,
ObjectDisposedException,
EventSourceException,
XmlException,
XmlSchemaException,
XmlSchemaInferenceException,
NullReferenceException,
NotImplementedException,
ArrayTypeMismatchException,
OutOfMemoryException,
TypeLoadException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionUnreachableExceptionObjectDisposedExceptionEventSourceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionNullReferenceExceptionNotImplementedExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionTypeLoadExceptionOverflowExceptionpublic void InferXmlSchema(TextReader dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, NullReferenceException, NotImplementedException, OutOfMemoryException, TypeLoadException, OverflowException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionNullReferenceExceptionNotImplementedExceptionOutOfMemoryExceptionTypeLoadExceptionOverflowExceptionCultureNotFoundExceptionpublic void InferXmlSchema(TextReader reader, java.lang.String[] nsArray) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, NullReferenceException, NotImplementedException, OutOfMemoryException, TypeLoadException, OverflowException, CultureNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionNullReferenceExceptionNotImplementedExceptionOutOfMemoryExceptionTypeLoadExceptionOverflowExceptionCultureNotFoundExceptionpublic void InferXmlSchema(XmlReader dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, UriFormatException, NotImplementedException, RegexMatchTimeoutException, ArrayTypeMismatchException, OutOfMemoryException, TypeLoadException, OverflowException, InvalidCastException, CultureNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionUriFormatExceptionNotImplementedExceptionRegexMatchTimeoutExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionTypeLoadExceptionOverflowExceptionInvalidCastExceptionCultureNotFoundExceptionpublic void InferXmlSchema(XmlReader reader, java.lang.String[] nsArray) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, UriFormatException, NotImplementedException, RegexMatchTimeoutException, ArrayTypeMismatchException, OutOfMemoryException, TypeLoadException, OverflowException, InvalidCastException, CultureNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionUriFormatExceptionNotImplementedExceptionRegexMatchTimeoutExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionTypeLoadExceptionOverflowExceptionInvalidCastExceptionCultureNotFoundExceptionpublic void Load(IDataReader reader, LoadOption loadOption, DataTable... tables) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, CultureNotFoundException, MulticastNotSupportedException, SynchronizationLockException, SqlNullValueException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionSynchronizationLockExceptionSqlNullValueExceptionpublic void Load(IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler, DataTable... tables) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, MulticastNotSupportedException, SynchronizationLockException, SqlNullValueException
public void Load(IDataReader dupParam0, LoadOption dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, IndexOutOfRangeException, FormatException, KeyNotFoundException, SynchronizationLockException, MulticastNotSupportedException, SqlNullValueException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionSynchronizationLockExceptionMulticastNotSupportedExceptionSqlNullValueExceptionpublic void Load(IDataReader reader, LoadOption loadOption, java.lang.String... tables) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, IndexOutOfRangeException, FormatException, KeyNotFoundException, SynchronizationLockException, MulticastNotSupportedException, SqlNullValueException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionSynchronizationLockExceptionMulticastNotSupportedExceptionSqlNullValueExceptionpublic void Merge(DataRow[] rows) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException, OverflowException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionOverflowExceptionpublic void Merge(DataRow[] rows, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, CultureNotFoundException, SynchronizationLockException, RankException, ArrayTypeMismatchException, SqlNullValueException, MissingMethodException, TargetInvocationException, OverflowException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionSynchronizationLockExceptionRankExceptionArrayTypeMismatchExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionOverflowExceptionpublic void Merge(DataSet dataSet) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, CultureNotFoundException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionpublic void Merge(DataSet dataSet, boolean preserveChanges) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, CultureNotFoundException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionpublic void Merge(DataSet dataSet, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentNullException, EventSourceException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException, OverflowException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionOverflowExceptionpublic void Merge(DataTable table) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, CultureNotFoundException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionCultureNotFoundExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionpublic void Merge(DataTable table, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentNullException, EventSourceException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException, OverflowException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionOverflowExceptionpublic XmlReadMode ReadXml(Stream stream) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, NotSupportedException, InvalidOperationException, ArgumentException, IndexOutOfRangeException, FormatException, EventSourceException, ArgumentNullException, XmlException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException, OutOfMemoryException, OverflowException, TypeLoadException, CultureNotFoundException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
java.lang.ThrowableArgumentOutOfRangeExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionNotSupportedExceptionInvalidOperationExceptionArgumentExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionArgumentNullExceptionXmlExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionOverflowExceptionTypeLoadExceptionCultureNotFoundExceptionSqlTruncateExceptionSqlTypeExceptionXmlSchemaInferenceExceptionXmlSchemaExceptionpublic XmlReadMode ReadXml(Stream stream, XmlReadMode mode) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, NotSupportedException, InvalidOperationException, ArgumentException, CultureNotFoundException, IndexOutOfRangeException, UriFormatException, ArgumentNullException, UnreachableException, FormatException, EventSourceException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, InvalidCastException, XmlSchemaException, XmlSchemaInferenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionNotSupportedExceptionInvalidOperationExceptionArgumentExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionArgumentNullExceptionUnreachableExceptionFormatExceptionEventSourceExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic XmlReadMode ReadXml(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, CultureNotFoundException, IndexOutOfRangeException, UriFormatException, InvalidOperationException, ArgumentOutOfRangeException, UnreachableException, ObjectDisposedException, EventSourceException, FormatException, XmlException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException, OutOfMemoryException, OverflowException, TypeLoadException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionUnreachableExceptionObjectDisposedExceptionEventSourceExceptionFormatExceptionXmlExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionOverflowExceptionTypeLoadExceptionSqlTruncateExceptionSqlTypeExceptionXmlSchemaInferenceExceptionXmlSchemaExceptionpublic XmlReadMode ReadXml(java.lang.String fileName, XmlReadMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, SerializationException, ArrayTypeMismatchException, IOException, NotSupportedException, InvalidOperationException, CultureNotFoundException, UriFormatException, UnreachableException, EventSourceException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, FormatException, InvalidCastException, IndexOutOfRangeException, XmlSchemaException, XmlSchemaInferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionSerializationExceptionArrayTypeMismatchExceptionIOExceptionNotSupportedExceptionInvalidOperationExceptionCultureNotFoundExceptionUriFormatExceptionUnreachableExceptionEventSourceExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionInvalidCastExceptionIndexOutOfRangeExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic XmlReadMode ReadXml(TextReader reader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, ArgumentNullException, XmlException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException, OutOfMemoryException, OverflowException, TypeLoadException, CultureNotFoundException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionArgumentNullExceptionXmlExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionOverflowExceptionTypeLoadExceptionCultureNotFoundExceptionSqlTruncateExceptionSqlTypeExceptionXmlSchemaInferenceExceptionXmlSchemaExceptionpublic XmlReadMode ReadXml(TextReader reader, XmlReadMode mode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArrayTypeMismatchException, OutOfMemoryException, ArgumentNullException, InvalidOperationException, EventSourceException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, FormatException, InvalidCastException, IndexOutOfRangeException, XmlSchemaException, XmlSchemaInferenceException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionArgumentNullExceptionInvalidOperationExceptionEventSourceExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionInvalidCastExceptionIndexOutOfRangeExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic XmlReadMode ReadXml(XmlReader reader) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, XmlException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException, OutOfMemoryException, OverflowException, TypeLoadException, CultureNotFoundException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionXmlExceptionSynchronizationLockExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionOverflowExceptionTypeLoadExceptionCultureNotFoundExceptionSqlTruncateExceptionSqlTypeExceptionXmlSchemaInferenceExceptionXmlSchemaExceptionpublic XmlReadMode ReadXml(XmlReader reader, XmlReadMode mode) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, InvalidCastException, XmlSchemaException, XmlSchemaInferenceException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic void ReadXmlSchema(Stream stream) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, NotSupportedException, InvalidOperationException, ArgumentException, IndexOutOfRangeException, FormatException, EventSourceException, XmlException, CultureNotFoundException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, SynchronizationLockException, XmlSchemaException, XmlSchemaInferenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionNotSupportedExceptionInvalidOperationExceptionArgumentExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionXmlExceptionCultureNotFoundExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionSynchronizationLockExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic 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,
SqlTruncateException,
SqlTypeException,
SynchronizationLockException,
XmlSchemaException,
XmlSchemaInferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionUnreachableExceptionObjectDisposedExceptionEventSourceExceptionXmlExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionSynchronizationLockExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic void ReadXmlSchema(TextReader reader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, XmlException, CultureNotFoundException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, SynchronizationLockException, XmlSchemaException, XmlSchemaInferenceException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionXmlExceptionCultureNotFoundExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionSynchronizationLockExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic void ReadXmlSchema(XmlReader reader) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, ObjectDisposedException, XmlException, CultureNotFoundException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, SynchronizationLockException, XmlSchemaException, XmlSchemaInferenceException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionObjectDisposedExceptionXmlExceptionCultureNotFoundExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionSynchronizationLockExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic void RejectChanges()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
ArgumentNullException,
EventSourceException,
LockRecursionException,
SynchronizationLockException,
SqlNullValueException,
InvalidCastException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionLockRecursionExceptionSynchronizationLockExceptionSqlNullValueExceptionInvalidCastExceptionpublic void removeInitialized(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMergeFailed(MergeFailedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void Reset()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
ArgumentNullException,
EventSourceException,
ArrayTypeMismatchException,
LockRecursionException,
SynchronizationLockException,
RankException,
IndexOutOfRangeException,
SqlNullValueException,
InvalidCastException,
KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionArrayTypeMismatchExceptionLockRecursionExceptionSynchronizationLockExceptionRankExceptionIndexOutOfRangeExceptionSqlNullValueExceptionInvalidCastExceptionKeyNotFoundExceptionpublic void setCaseSensitive(boolean CaseSensitive)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
EventSourceException,
SynchronizationLockException
public void setDataSetName(java.lang.String DataSetName)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
FormatException,
OutOfMemoryException,
EventSourceException,
KeyNotFoundException
public void setEnforceConstraints(boolean EnforceConstraints)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
FormatException,
EventSourceException,
LockRecursionException,
SynchronizationLockException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
SqlNullValueException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionLockRecursionExceptionSynchronizationLockExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionSqlNullValueExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByValueComponentpublic void setLocale(CultureInfo Locale) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, SynchronizationLockException
public void setNamespace(java.lang.String Namespace)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
FormatException,
OutOfMemoryException,
EventSourceException,
KeyNotFoundException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionEventSourceExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionpublic void setPrefix(java.lang.String Prefix)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NullReferenceException,
NotImplementedException,
RegexMatchTimeoutException,
ArgumentNullException,
ArrayTypeMismatchException,
OutOfMemoryException,
InvalidOperationException,
FormatException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionRegexMatchTimeoutExceptionArgumentNullExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionInvalidOperationExceptionFormatExceptionpublic void setRemotingFormat(SerializationFormat RemotingFormat) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
public void setSchemaSerializationMode(SchemaSerializationMode SchemaSerializationMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public void WriteXml(Stream stream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, EventSourceException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, FormatException, OutOfMemoryException
public void WriteXml(Stream stream, XmlWriteMode mode) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, EventSourceException, FormatException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException
public void WriteXml(java.lang.String fileName)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
EventSourceException,
SerializationException,
RankException,
InvalidCastException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionSerializationExceptionRankExceptionInvalidCastExceptionpublic void WriteXml(java.lang.String fileName,
XmlWriteMode mode)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
FormatException,
EventSourceException,
SerializationException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
OutOfMemoryException,
XmlException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionSerializationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOutOfMemoryExceptionXmlExceptionpublic void WriteXml(TextWriter writer) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException, OutOfMemoryException
public void WriteXml(TextWriter writer, XmlWriteMode mode) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, InvalidCastException
public void WriteXml(XmlWriter writer) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, InvalidCastException
public void WriteXml(XmlWriter writer, XmlWriteMode mode) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, FormatException, EventSourceException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, XmlException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionEventSourceExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionOutOfMemoryExceptionXmlExceptionpublic void WriteXmlSchema(Stream stream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, EventSourceException, IndexOutOfRangeException, InvalidOperationException, OutOfMemoryException, XmlException, RankException, ArrayTypeMismatchException, FormatException, CultureNotFoundException, NotSupportedException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionEventSourceExceptionIndexOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionXmlExceptionRankExceptionArrayTypeMismatchExceptionFormatExceptionCultureNotFoundExceptionNotSupportedExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionpublic void WriteXmlSchema(java.lang.String fileName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
SerializationException,
ArgumentNullException,
EventSourceException,
IndexOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
XmlException,
RankException,
ArrayTypeMismatchException,
FormatException,
CultureNotFoundException,
NotSupportedException,
OverflowException,
SqlNullValueException,
SqlTruncateException,
SqlTypeException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionSerializationExceptionArgumentNullExceptionEventSourceExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionXmlExceptionRankExceptionArrayTypeMismatchExceptionFormatExceptionCultureNotFoundExceptionNotSupportedExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionpublic void WriteXmlSchema(TextWriter writer) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, XmlException, RankException, ArrayTypeMismatchException, CultureNotFoundException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionOutOfMemoryExceptionXmlExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionpublic void WriteXmlSchema(XmlWriter writer) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, XmlException, RankException, OutOfMemoryException, SqlTypeException, OverflowException, SqlNullValueException, SqlTruncateException, DivideByZeroException, InvalidCastException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionXmlExceptionRankExceptionOutOfMemoryExceptionSqlTypeExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionDivideByZeroExceptionInvalidCastException