Package system.data
Class DataSet
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class DataSet extends MarshalByValueComponent
The base .NET class managing System.Data.DataSet, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.DataSet
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Datastatic java.lang.String
className
Qualified class name: System.Data.DataSetstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
AcceptChanges()
void
addInitialized(EventHandler handler)
void
addMergeFailed(MergeFailedEventHandler handler)
void
BeginInit()
static DataSet
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDataSet
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeCultureInfo
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(java.lang.String fileName, java.lang.String[] nsArray)
void
InferXmlSchema(java.lang.String dupParam0, JCORefOut dupParam1)
void
InferXmlSchema(Stream stream, java.lang.String[] nsArray)
void
InferXmlSchema(Stream dupParam0, JCORefOut dupParam1)
void
InferXmlSchema(TextReader reader, java.lang.String[] nsArray)
void
InferXmlSchema(TextReader dupParam0, JCORefOut dupParam1)
void
InferXmlSchema(XmlReader reader, java.lang.String[] nsArray)
void
InferXmlSchema(XmlReader dupParam0, JCORefOut dupParam1)
void
Load(IDataReader reader, LoadOption loadOption, java.lang.String... tables)
void
Load(IDataReader dupParam0, LoadOption dupParam1, JCORefOut dupParam2)
void
Load(IDataReader reader, LoadOption loadOption, DataTable... tables)
void
Load(IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler, DataTable... 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(java.lang.String fileName)
XmlReadMode
ReadXml(java.lang.String fileName, XmlReadMode mode)
XmlReadMode
ReadXml(Stream stream)
XmlReadMode
ReadXml(Stream stream, XmlReadMode mode)
XmlReadMode
ReadXml(TextReader reader)
XmlReadMode
ReadXml(TextReader reader, XmlReadMode mode)
XmlReadMode
ReadXml(XmlReader reader)
XmlReadMode
ReadXml(XmlReader reader, XmlReadMode mode)
void
ReadXmlSchema(java.lang.String fileName)
void
ReadXmlSchema(Stream stream)
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(java.lang.String fileName)
void
WriteXml(java.lang.String fileName, XmlWriteMode mode)
void
WriteXml(Stream stream)
void
WriteXml(Stream stream, XmlWriteMode mode)
void
WriteXml(TextWriter writer)
void
WriteXml(TextWriter writer, XmlWriteMode mode)
void
WriteXml(XmlWriter writer)
void
WriteXml(XmlWriter writer, XmlWriteMode mode)
void
WriteXmlSchema(java.lang.String fileName)
void
WriteXmlSchema(Stream stream)
void
WriteXmlSchema(TextWriter writer)
void
WriteXmlSchema(XmlWriter writer)
-
Methods inherited from class system.componentmodel.MarshalByValueComponent
addDisposed, close, Dispose, getContainer, getDesignMode, GetService, getSite, removeDisposed, setSite
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.DataSet- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataSet
public DataSet(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
DataSet
public DataSet() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
DataSet
public DataSet(java.lang.String dataSetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classMarshalByValueComponent
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classMarshalByValueComponent
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classMarshalByValueComponent
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classMarshalByValueComponent
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classMarshalByValueComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classMarshalByValueComponent
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DataSet cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDataSet
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataSet
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
HasChanges
public boolean HasChanges() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
HasChanges
public boolean HasChanges(DataRowState rowStates) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
NotSupportedException
-
Clone
public DataSet Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, NotSupportedException, SecurityException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, RankException, SqlNullValueException, DataException, KeyNotFoundException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
NotSupportedException
SecurityException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
RankException
SqlNullValueException
DataException
KeyNotFoundException
OutOfMemoryException
-
Copy
public DataSet Copy() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, CultureNotFoundException, RankException, SqlNullValueException, KeyNotFoundException, OutOfMemoryException, DataException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
IndexOutOfRangeException
CultureNotFoundException
RankException
SqlNullValueException
KeyNotFoundException
OutOfMemoryException
DataException
OverflowException
-
GetChanges
public DataSet GetChanges() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, RankException, SqlNullValueException, OutOfMemoryException, OverflowException, DataException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
NotSupportedException
RankException
SqlNullValueException
OutOfMemoryException
OverflowException
DataException
-
GetChanges
public DataSet GetChanges(DataRowState rowStates) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, RankException, SqlNullValueException, KeyNotFoundException, OutOfMemoryException, SecurityException, DataException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
RankException
SqlNullValueException
KeyNotFoundException
OutOfMemoryException
SecurityException
DataException
OverflowException
-
CreateDataReader
public DataTableReader CreateDataReader() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NotSupportedException
IndexOutOfRangeException
MulticastNotSupportedException
-
CreateDataReader
public DataTableReader CreateDataReader(DataTable... dataTables) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NotSupportedException
IndexOutOfRangeException
MulticastNotSupportedException
-
ReadXml
public XmlReadMode ReadXml(Stream stream) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, RankException, OutOfMemoryException, OverflowException, DataException, NullReferenceException, FormatException, CultureNotFoundException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
java.lang.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
-
ReadXml
public XmlReadMode ReadXml(Stream stream, XmlReadMode mode) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, UriFormatException, PathTooLongException, OutOfMemoryException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, NullReferenceException, FormatException, InvalidCastException, OverflowException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.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
-
ReadXml
public XmlReadMode ReadXml(TextReader reader) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, RankException, OutOfMemoryException, OverflowException, DataException, NullReferenceException, FormatException, CultureNotFoundException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
java.lang.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
-
ReadXml
public XmlReadMode ReadXml(TextReader reader, XmlReadMode mode) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, OutOfMemoryException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, NullReferenceException, FormatException, InvalidCastException, OverflowException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
OutOfMemoryException
XmlException
SqlNullValueException
MissingMethodException
TargetInvocationException
NullReferenceException
FormatException
InvalidCastException
OverflowException
XmlSchemaException
XmlSchemaInferenceException
-
ReadXml
public XmlReadMode ReadXml(java.lang.String fileName) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, MissingManifestResourceException, UriFormatException, PathTooLongException, OutOfMemoryException, XmlException, SqlNullValueException, RankException, OverflowException, DataException, NullReferenceException, FormatException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
java.lang.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
-
ReadXml
public XmlReadMode ReadXml(java.lang.String fileName, XmlReadMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, UriFormatException, OutOfMemoryException, XmlException, SqlNullValueException, InvalidCastException, OverflowException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.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
-
ReadXml
public XmlReadMode ReadXml(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidOperationException, XmlException, NotSupportedException, SqlNullValueException, SecurityException, MissingMethodException, TargetInvocationException, RankException, OutOfMemoryException, OverflowException, DataException, ObjectDisposedException, NullReferenceException, CultureNotFoundException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
InvalidOperationException
XmlException
NotSupportedException
SqlNullValueException
SecurityException
MissingMethodException
TargetInvocationException
RankException
OutOfMemoryException
OverflowException
DataException
ObjectDisposedException
NullReferenceException
CultureNotFoundException
SqlTruncateException
SqlTypeException
XmlSchemaInferenceException
XmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(XmlReader reader, XmlReadMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, NotSupportedException, NullReferenceException, FormatException, InvalidCastException, OverflowException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
InvalidOperationException
XmlException
SqlNullValueException
MissingMethodException
TargetInvocationException
NotSupportedException
NullReferenceException
FormatException
InvalidCastException
OverflowException
XmlSchemaException
XmlSchemaInferenceException
-
GetXml
public java.lang.String GetXml() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, OutOfMemoryException, SecurityException, XmlException, DataException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
MissingManifestResourceException
OutOfMemoryException
SecurityException
XmlException
DataException
-
GetXmlSchema
public java.lang.String GetXmlSchema() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, NullReferenceException, XmlException, OverflowException, SqlNullValueException, SqlTypeException, DataException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
NullReferenceException
XmlException
OverflowException
SqlNullValueException
SqlTypeException
DataException
IOException
-
GetDataSetSchema
public static XmlSchemaComplexType GetDataSetSchema(XmlSchemaSet schemaSet) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, IndexOutOfRangeException, XmlSchemaException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
NullReferenceException
FormatException
OverflowException
IndexOutOfRangeException
XmlSchemaException
-
AcceptChanges
public void AcceptChanges() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, DataException
-
BeginInit
public void BeginInit() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, ArgumentException, NotSupportedException, SqlNullValueException, DataException, FormatException, InvalidCastException, InvalidOperationException
-
EndInit
public void EndInit() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, DataException, OverflowException, FormatException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
KeyNotFoundException
DataException
OverflowException
FormatException
InvalidCastException
-
GetObjectData
public void GetObjectData(SerializationInfo info, StreamingContext context) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, SerializationException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, NullReferenceException, UnauthorizedAccessException, IndexOutOfRangeException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
SerializationException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
SecurityException
NullReferenceException
UnauthorizedAccessException
IndexOutOfRangeException
OutOfMemoryException
-
InferXmlSchema
public void InferXmlSchema(Stream stream, java.lang.String[] nsArray) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, OutOfMemoryException, FormatException, OverflowException, DataException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
MissingManifestResourceException
NullReferenceException
XmlException
XmlSchemaException
XmlSchemaInferenceException
OutOfMemoryException
FormatException
OverflowException
DataException
CultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(Stream dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, OutOfMemoryException, FormatException, OverflowException, DataException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
MissingManifestResourceException
NullReferenceException
XmlException
XmlSchemaException
XmlSchemaInferenceException
OutOfMemoryException
FormatException
OverflowException
DataException
CultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(TextReader reader, java.lang.String[] nsArray) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, OutOfMemoryException, FormatException, OverflowException, DataException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
MissingManifestResourceException
NullReferenceException
XmlException
XmlSchemaException
XmlSchemaInferenceException
OutOfMemoryException
FormatException
OverflowException
DataException
CultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(TextReader dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, OutOfMemoryException, FormatException, OverflowException, DataException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
MissingManifestResourceException
NullReferenceException
XmlException
XmlSchemaException
XmlSchemaInferenceException
OutOfMemoryException
FormatException
OverflowException
DataException
CultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(java.lang.String fileName, java.lang.String[] nsArray) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, MissingManifestResourceException, UriFormatException, PathTooLongException, OutOfMemoryException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, FormatException, OverflowException, DataException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
CultureNotFoundException
MissingManifestResourceException
UriFormatException
PathTooLongException
OutOfMemoryException
NullReferenceException
XmlException
XmlSchemaException
XmlSchemaInferenceException
FormatException
OverflowException
DataException
-
InferXmlSchema
public void InferXmlSchema(java.lang.String dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, MissingManifestResourceException, UriFormatException, PathTooLongException, OutOfMemoryException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, FormatException, OverflowException, DataException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
CultureNotFoundException
MissingManifestResourceException
UriFormatException
PathTooLongException
OutOfMemoryException
NullReferenceException
XmlException
XmlSchemaException
XmlSchemaInferenceException
FormatException
OverflowException
DataException
-
InferXmlSchema
public void InferXmlSchema(XmlReader reader, java.lang.String[] nsArray) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, RankException, NotSupportedException, FormatException, OutOfMemoryException, SecurityException, OverflowException, DataException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NullReferenceException
XmlException
XmlSchemaException
XmlSchemaInferenceException
RankException
NotSupportedException
FormatException
OutOfMemoryException
SecurityException
OverflowException
DataException
InvalidCastException
-
InferXmlSchema
public void InferXmlSchema(XmlReader dupParam0, JCORefOut dupParam1) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, XmlException, XmlSchemaException, XmlSchemaInferenceException, RankException, NotSupportedException, FormatException, OutOfMemoryException, SecurityException, OverflowException, DataException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NullReferenceException
XmlException
XmlSchemaException
XmlSchemaInferenceException
RankException
NotSupportedException
FormatException
OutOfMemoryException
SecurityException
OverflowException
DataException
InvalidCastException
-
Load
public void Load(IDataReader reader, LoadOption loadOption, DataTable... tables) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, SqlNullValueException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
MulticastNotSupportedException
SqlNullValueException
-
Load
public void Load(IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler, DataTable... tables) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException, MulticastNotSupportedException, SqlNullValueException, XmlException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
NotSupportedException
MulticastNotSupportedException
SqlNullValueException
XmlException
-
Load
public void Load(IDataReader reader, LoadOption loadOption, java.lang.String... tables) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MulticastNotSupportedException, SqlNullValueException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
FormatException
KeyNotFoundException
MulticastNotSupportedException
SqlNullValueException
-
Load
public void Load(IDataReader dupParam0, LoadOption dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MulticastNotSupportedException, SqlNullValueException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
FormatException
KeyNotFoundException
MulticastNotSupportedException
SqlNullValueException
-
Merge
public void Merge(DataRow[] rows) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, OverflowException, DataException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
SqlNullValueException
OverflowException
DataException
-
Merge
public void Merge(DataRow[] rows, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException, SqlNullValueException, OverflowException, DataException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
NotSupportedException
SqlNullValueException
OverflowException
DataException
-
Merge
public void Merge(DataSet dataSet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, DataException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
SqlNullValueException
DataException
-
Merge
public void Merge(DataSet dataSet, boolean preserveChanges) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, DataException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
SqlNullValueException
DataException
-
Merge
public void Merge(DataSet dataSet, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException, SqlNullValueException, OverflowException, DataException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
NotSupportedException
SqlNullValueException
OverflowException
DataException
-
Merge
public void Merge(DataTable table) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException, DataException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
SqlNullValueException
DataException
-
Merge
public void Merge(DataTable table, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, NotSupportedException, SqlNullValueException, OverflowException, DataException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
NotSupportedException
SqlNullValueException
OverflowException
DataException
-
ReadXmlSchema
public void ReadXmlSchema(Stream stream) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, XmlException, NullReferenceException, FormatException, OverflowException, OutOfMemoryException, CultureNotFoundException, SqlNullValueException, SqlTruncateException, SqlTypeException, DataException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.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
-
ReadXmlSchema
public void ReadXmlSchema(TextReader reader) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, XmlException, NullReferenceException, FormatException, OverflowException, OutOfMemoryException, CultureNotFoundException, SqlNullValueException, SqlTruncateException, SqlTypeException, DataException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.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
-
ReadXmlSchema
public void ReadXmlSchema(java.lang.String fileName) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, MissingManifestResourceException, UriFormatException, PathTooLongException, OutOfMemoryException, XmlException, NullReferenceException, FormatException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, DataException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.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
-
ReadXmlSchema
public void ReadXmlSchema(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException, NullReferenceException, NotSupportedException, FormatException, OverflowException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, CultureNotFoundException, SqlNullValueException, SqlTruncateException, SqlTypeException, DataException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
XmlException
NullReferenceException
NotSupportedException
FormatException
OverflowException
OutOfMemoryException
IndexOutOfRangeException
SecurityException
CultureNotFoundException
SqlNullValueException
SqlTruncateException
SqlTypeException
DataException
XmlSchemaException
XmlSchemaInferenceException
-
RejectChanges
public void RejectChanges() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, ArgumentException, NotSupportedException, SqlNullValueException, InvalidOperationException, DataException, FormatException, InvalidCastException
-
Reset
public void Reset() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, RankException, SqlNullValueException, DataException, FormatException, InvalidCastException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
RankException
SqlNullValueException
DataException
FormatException
InvalidCastException
KeyNotFoundException
-
WriteXml
public void WriteXml(Stream stream) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException
-
WriteXml
public void WriteXml(Stream stream, XmlWriteMode mode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, OutOfMemoryException
-
WriteXml
public void WriteXml(TextWriter writer) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException
-
WriteXml
public void WriteXml(TextWriter writer, XmlWriteMode mode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException
-
WriteXml
public void WriteXml(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
NullReferenceException
SecurityException
NotImplementedException
IndexOutOfRangeException
ObjectDisposedException
MissingManifestResourceException
OutOfMemoryException
-
WriteXml
public void WriteXml(java.lang.String fileName, XmlWriteMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, IndexOutOfRangeException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, IOException, NotImplementedException, ObjectDisposedException, MissingManifestResourceException, OutOfMemoryException, XmlException, DataException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
PathTooLongException
IndexOutOfRangeException
NotSupportedException
InvalidOperationException
NullReferenceException
SecurityException
IOException
NotImplementedException
ObjectDisposedException
MissingManifestResourceException
OutOfMemoryException
XmlException
DataException
-
WriteXml
public void WriteXml(XmlWriter writer) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException
-
WriteXml
public void WriteXml(XmlWriter writer, XmlWriteMode mode) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, OutOfMemoryException, NotSupportedException, XmlException, IndexOutOfRangeException, DataException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
FormatException
OutOfMemoryException
NotSupportedException
XmlException
IndexOutOfRangeException
DataException
-
WriteXmlSchema
public void WriteXmlSchema(Stream stream) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, PathTooLongException, NullReferenceException, XmlException, OutOfMemoryException, DataException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, IOException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
FormatException
PathTooLongException
NullReferenceException
XmlException
OutOfMemoryException
DataException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
IOException
-
WriteXmlSchema
public void WriteXmlSchema(TextWriter writer) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, PathTooLongException, ArgumentOutOfRangeException, NullReferenceException, XmlException, OutOfMemoryException, DataException, FormatException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, IOException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
PathTooLongException
ArgumentOutOfRangeException
NullReferenceException
XmlException
OutOfMemoryException
DataException
FormatException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
IOException
-
WriteXmlSchema
public void WriteXmlSchema(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, XmlException, OutOfMemoryException, DataException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
- Throws:
java.lang.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
-
WriteXmlSchema
public void WriteXmlSchema(XmlWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotSupportedException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, MissingManifestResourceException, XmlException, InvalidOperationException, OutOfMemoryException, DataException, NotImplementedException, FormatException, OverflowException, SqlTypeException, SqlNullValueException, SqlTruncateException, DivideByZeroException, InvalidCastException, RankException
- Throws:
java.lang.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
-
getCaseSensitive
public boolean getCaseSensitive() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCaseSensitive
public void setCaseSensitive(boolean CaseSensitive) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getEnforceConstraints
public boolean getEnforceConstraints() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEnforceConstraints
public void setEnforceConstraints(boolean EnforceConstraints) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, IndexOutOfRangeException, FormatException, ArgumentException, NotSupportedException, SqlNullValueException
-
getHasErrors
public boolean getHasErrors() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
-
getIsInitialized
public boolean getIsInitialized() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRelations
public DataRelationCollection getRelations() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTables
public DataTableCollection getTables() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultViewManager
public DataViewManager getDefaultViewManager() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException
-
getExtendedProperties
public PropertyCollection getExtendedProperties() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
FormatException
-
getSchemaSerializationMode
public SchemaSerializationMode getSchemaSerializationMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSchemaSerializationMode
public void setSchemaSerializationMode(SchemaSerializationMode SchemaSerializationMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NotSupportedException
-
getRemotingFormat
public SerializationFormat getRemotingFormat() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRemotingFormat
public void setRemotingFormat(SerializationFormat RemotingFormat) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
getLocale
public CultureInfo getLocale() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLocale
public void setLocale(CultureInfo Locale) throws java.lang.Throwable, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
-
getDataSetName
public java.lang.String getDataSetName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDataSetName
public void setDataSetName(java.lang.String DataSetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NotSupportedException
IndexOutOfRangeException
-
getNamespace
public java.lang.String getNamespace() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNamespace
public void setNamespace(java.lang.String Namespace) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException
-
getPrefix
public java.lang.String getPrefix() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPrefix
public void setPrefix(java.lang.String Prefix) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, OutOfMemoryException, IndexOutOfRangeException, MissingManifestResourceException, NullReferenceException, ObjectDisposedException, RankException, NotSupportedException, SecurityException, NotImplementedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
OutOfMemoryException
IndexOutOfRangeException
MissingManifestResourceException
NullReferenceException
ObjectDisposedException
RankException
NotSupportedException
SecurityException
NotImplementedException
FormatException
-
addMergeFailed
public void addMergeFailed(MergeFailedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMergeFailed
public void removeMergeFailed(MergeFailedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addInitialized
public void addInitialized(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeInitialized
public void removeInitialized(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-