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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data
|
static java.lang.String |
className
Qualified class name: System.Data.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,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException
public DataSet(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DataSet(java.lang.String dataSetName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException
public void AcceptChanges()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException,
DataException
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,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
ArgumentException,
NotSupportedException,
SqlNullValueException,
DataException,
FormatException,
InvalidCastException,
InvalidOperationException
public DataSet Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, SecurityException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, RankException, SqlNullValueException, DataException, KeyNotFoundException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionRankExceptionSqlNullValueExceptionDataExceptionKeyNotFoundExceptionOutOfMemoryExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionRankExceptionSqlNullValueExceptionKeyNotFoundExceptionOutOfMemoryExceptionDataExceptionOverflowExceptionpublic DataTableReader CreateDataReader() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionpublic DataTableReader CreateDataReader(DataTable... dataTables) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionpublic void EndInit()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
KeyNotFoundException,
DataException,
OverflowException,
FormatException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionDataExceptionOverflowExceptionFormatExceptionInvalidCastExceptionpublic boolean getCaseSensitive()
throws java.lang.Throwable
java.lang.Throwablepublic DataSet GetChanges() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, RankException, SqlNullValueException, OutOfMemoryException, OverflowException, DataException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionRankExceptionSqlNullValueExceptionOutOfMemoryExceptionOverflowExceptionDataExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionSqlNullValueExceptionKeyNotFoundExceptionOutOfMemoryExceptionSecurityExceptionDataExceptionOverflowExceptionpublic java.lang.String getDataSetName()
throws java.lang.Throwable
java.lang.Throwablepublic static XmlSchemaComplexType GetDataSetSchema(XmlSchemaSet schemaSet) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, IndexOutOfRangeException, XmlSchemaException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionXmlSchemaExceptionpublic DataViewManager getDefaultViewManager() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException
public boolean getEnforceConstraints()
throws java.lang.Throwable
java.lang.Throwablepublic PropertyCollection getExtendedProperties() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionpublic boolean getHasErrors()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException
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, ArgumentOutOfRangeException, ArgumentNullException, SerializationException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, NullReferenceException, UnauthorizedAccessException, IndexOutOfRangeException, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionSerializationExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionUnauthorizedAccessExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionpublic 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,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
OutOfMemoryException,
SecurityException,
XmlException,
DataException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionOutOfMemoryExceptionSecurityExceptionXmlExceptionDataExceptionpublic java.lang.String GetXmlSchema()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
NullReferenceException,
XmlException,
OverflowException,
SqlNullValueException,
SqlTypeException,
DataException,
IOException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionNullReferenceExceptionXmlExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionDataExceptionIOExceptionpublic boolean HasChanges()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException
public boolean HasChanges(DataRowState rowStates) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionDataExceptionCultureNotFoundExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionDataExceptionCultureNotFoundExceptionpublic 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
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionFormatExceptionOverflowExceptionDataExceptionpublic 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
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionFormatExceptionOverflowExceptionDataExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionDataExceptionCultureNotFoundExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionDataExceptionCultureNotFoundExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionRankExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionSecurityExceptionOverflowExceptionDataExceptionInvalidCastExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionXmlExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionRankExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionSecurityExceptionOverflowExceptionDataExceptionInvalidCastExceptionpublic void Load(IDataReader reader, LoadOption loadOption, DataTable... tables) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, SqlNullValueException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionSqlNullValueExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionMulticastNotSupportedExceptionSqlNullValueExceptionXmlExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMulticastNotSupportedExceptionSqlNullValueExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMulticastNotSupportedExceptionSqlNullValueExceptionpublic void Merge(DataRow[] rows) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, OverflowException, DataException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSqlNullValueExceptionOverflowExceptionDataExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionSqlNullValueExceptionOverflowExceptionDataExceptionpublic void Merge(DataSet dataSet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, DataException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSqlNullValueExceptionDataExceptionpublic void Merge(DataSet dataSet, boolean preserveChanges) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, DataException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSqlNullValueExceptionDataExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionSqlNullValueExceptionOverflowExceptionDataExceptionpublic void Merge(DataTable table) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, DataException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionSqlNullValueExceptionDataExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionNotSupportedExceptionSqlNullValueExceptionOverflowExceptionDataExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionOutOfMemoryExceptionOverflowExceptionDataExceptionNullReferenceExceptionFormatExceptionCultureNotFoundExceptionSqlTruncateExceptionSqlTypeExceptionXmlSchemaInferenceExceptionXmlSchemaExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionNullReferenceExceptionFormatExceptionInvalidCastExceptionOverflowExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic 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
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionXmlExceptionSqlNullValueExceptionRankExceptionOverflowExceptionDataExceptionNullReferenceExceptionFormatExceptionSqlTruncateExceptionSqlTypeExceptionXmlSchemaInferenceExceptionXmlSchemaExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionUriFormatExceptionOutOfMemoryExceptionXmlExceptionSqlNullValueExceptionInvalidCastExceptionOverflowExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionOutOfMemoryExceptionOverflowExceptionDataExceptionNullReferenceExceptionFormatExceptionCultureNotFoundExceptionSqlTruncateExceptionSqlTypeExceptionXmlSchemaInferenceExceptionXmlSchemaExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionNullReferenceExceptionFormatExceptionInvalidCastExceptionOverflowExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionXmlExceptionNotSupportedExceptionSqlNullValueExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionOutOfMemoryExceptionOverflowExceptionDataExceptionObjectDisposedExceptionNullReferenceExceptionCultureNotFoundExceptionSqlTruncateExceptionSqlTypeExceptionXmlSchemaInferenceExceptionXmlSchemaExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidOperationExceptionXmlExceptionSqlNullValueExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNullReferenceExceptionFormatExceptionInvalidCastExceptionOverflowExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionXmlExceptionNullReferenceExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionDataExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic 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
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionXmlExceptionNullReferenceExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionDataExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionXmlExceptionNullReferenceExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionDataExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionXmlExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionCultureNotFoundExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionDataExceptionXmlSchemaExceptionXmlSchemaInferenceExceptionpublic void RejectChanges()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
ArgumentException,
NotSupportedException,
SqlNullValueException,
InvalidOperationException,
DataException,
FormatException,
InvalidCastException
public 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,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException,
RankException,
SqlNullValueException,
DataException,
FormatException,
InvalidCastException,
KeyNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionRankExceptionSqlNullValueExceptionDataExceptionFormatExceptionInvalidCastExceptionKeyNotFoundExceptionpublic void setCaseSensitive(boolean CaseSensitive)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void setDataSetName(java.lang.String DataSetName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
NotSupportedException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionpublic void setEnforceConstraints(boolean EnforceConstraints)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
IndexOutOfRangeException,
FormatException,
ArgumentException,
NotSupportedException,
SqlNullValueException
public void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByValueComponentpublic void setLocale(CultureInfo Locale) throws java.lang.Throwable, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
public void setNamespace(java.lang.String Namespace)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
NotSupportedException
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
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionObjectDisposedExceptionRankExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionFormatExceptionpublic void setRemotingFormat(SerializationFormat RemotingFormat) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public void setSchemaSerializationMode(SchemaSerializationMode SchemaSerializationMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionpublic void WriteXml(Stream stream) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException
public void WriteXml(Stream stream, XmlWriteMode mode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, OutOfMemoryException
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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionOutOfMemoryExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionIOExceptionNotImplementedExceptionObjectDisposedExceptionMissingManifestResourceExceptionOutOfMemoryExceptionXmlExceptionDataExceptionpublic void WriteXml(TextWriter writer) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException
public void WriteXml(TextWriter writer, XmlWriteMode mode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException
public void WriteXml(XmlWriter writer) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException
public void WriteXml(XmlWriter writer, XmlWriteMode mode) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, OutOfMemoryException, NotSupportedException, XmlException, IndexOutOfRangeException, DataException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionOutOfMemoryExceptionNotSupportedExceptionXmlExceptionIndexOutOfRangeExceptionDataExceptionpublic 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
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionNullReferenceExceptionXmlExceptionOutOfMemoryExceptionDataExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionIOExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionXmlExceptionOutOfMemoryExceptionDataExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionpublic 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
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionPathTooLongExceptionArgumentOutOfRangeExceptionNullReferenceExceptionXmlExceptionOutOfMemoryExceptionDataExceptionFormatExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionSqlTypeExceptionIOExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotSupportedExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNullReferenceExceptionMissingManifestResourceExceptionXmlExceptionInvalidOperationExceptionOutOfMemoryExceptionDataExceptionNotImplementedExceptionFormatExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionDivideByZeroExceptionInvalidCastExceptionRankException