Package system.data
Class DataSet
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
public class DataSet extends MarshalByValueComponent
The base .NET class managing System.Data.DataSet, System.Data.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.See: https://docs.microsoft.com/en-us/dotnet/api/System.Data.DataSet
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Data.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic String
assemblyShortName
Assembly name: System.Data.Commonstatic String
className
Qualified class name: System.Data.DataSetstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.componentmodel.MarshalByValueComponent
addDisposed, close, Dispose, getContainer, getDesignMode, GetService, getSite, removeDisposed, setSite
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Data.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Data.Common- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Data.DataSet- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataSet
public DataSet(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
DataSet
public DataSet() throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException, EventSourceException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
FormatException
EventSourceException
OutOfMemoryException
-
DataSet
public DataSet(String dataSetName) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, EventSourceException, OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public 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 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 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 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 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:
Throwable
- in case of error during cast operation
-
HasChanges
public boolean HasChanges() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException
-
HasChanges
public boolean HasChanges(DataRowState rowStates) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ArrayTypeMismatchException
-
Clone
public DataSet Clone() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, RankException, IndexOutOfRangeException, SqlNullValueException, KeyNotFoundException, RegexParseException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ObjectDisposedException
LockRecursionException
SynchronizationLockException
RankException
IndexOutOfRangeException
SqlNullValueException
KeyNotFoundException
RegexParseException
-
Copy
public DataSet Copy() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, SynchronizationLockException, RankException, IndexOutOfRangeException, SqlNullValueException, KeyNotFoundException, RegexParseException, ArrayTypeMismatchException, OverflowException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
SynchronizationLockException
RankException
IndexOutOfRangeException
SqlNullValueException
KeyNotFoundException
RegexParseException
ArrayTypeMismatchException
OverflowException
-
GetChanges
public DataSet GetChanges() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, SynchronizationLockException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, SqlNullValueException, RegexParseException, OverflowException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
SynchronizationLockException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
RankException
SqlNullValueException
RegexParseException
OverflowException
-
GetChanges
public DataSet GetChanges(DataRowState rowStates) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ArrayTypeMismatchException, SynchronizationLockException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, IndexOutOfRangeException, SqlNullValueException, KeyNotFoundException, RegexParseException, OverflowException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ArrayTypeMismatchException
SynchronizationLockException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
RankException
IndexOutOfRangeException
SqlNullValueException
KeyNotFoundException
RegexParseException
OverflowException
-
CreateDataReader
public DataTableReader CreateDataReader() throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidOperationException, ArrayTypeMismatchException, MulticastNotSupportedException
-
CreateDataReader
public DataTableReader CreateDataReader(DataTable... dataTables) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, MulticastNotSupportedException
-
ReadXml
public XmlReadMode ReadXml(Stream stream, XmlReadMode mode) throws Throwable, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, CultureNotFoundException, OutOfMemoryException, FormatException, EventSourceException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, InvalidCastException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
Throwable
PlatformNotSupportedException
NotSupportedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
CultureNotFoundException
OutOfMemoryException
FormatException
EventSourceException
XmlException
SqlNullValueException
MissingMethodException
TargetInvocationException
InvalidCastException
XmlSchemaException
XmlSchemaInferenceException
-
ReadXml
public XmlReadMode ReadXml(Stream stream) throws Throwable, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, FormatException, EventSourceException, OutOfMemoryException, XmlException, SynchronizationLockException, SqlNullValueException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException, CultureNotFoundException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
Throwable
PlatformNotSupportedException
NotSupportedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
ArrayTypeMismatchException
FormatException
EventSourceException
OutOfMemoryException
XmlException
SynchronizationLockException
SqlNullValueException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
CultureNotFoundException
SqlTruncateException
SqlTypeException
XmlSchemaInferenceException
XmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(TextReader reader, XmlReadMode mode) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException, NotSupportedException, ArrayTypeMismatchException, OutOfMemoryException, EventSourceException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, InvalidCastException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
IndexOutOfRangeException
FormatException
NotSupportedException
ArrayTypeMismatchException
OutOfMemoryException
EventSourceException
XmlException
SqlNullValueException
MissingMethodException
TargetInvocationException
InvalidCastException
XmlSchemaException
XmlSchemaInferenceException
-
ReadXml
public XmlReadMode ReadXml(TextReader reader) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, XmlException, SynchronizationLockException, NotSupportedException, SqlNullValueException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException, CultureNotFoundException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
XmlException
SynchronizationLockException
NotSupportedException
SqlNullValueException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
CultureNotFoundException
SqlTruncateException
SqlTypeException
XmlSchemaInferenceException
XmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(String fileName, XmlReadMode mode) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, SerializationException, PlatformNotSupportedException, InvalidOperationException, OutOfMemoryException, EventSourceException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, InvalidCastException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
FormatException
IndexOutOfRangeException
SerializationException
PlatformNotSupportedException
InvalidOperationException
OutOfMemoryException
EventSourceException
XmlException
SqlNullValueException
MissingMethodException
TargetInvocationException
InvalidCastException
XmlSchemaException
XmlSchemaInferenceException
-
ReadXml
public XmlReadMode ReadXml(String fileName) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, EventSourceException, FormatException, XmlException, SynchronizationLockException, SqlNullValueException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ArrayTypeMismatchException, OverflowException, IndexOutOfRangeException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
CultureNotFoundException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
OutOfMemoryException
EventSourceException
FormatException
XmlException
SynchronizationLockException
SqlNullValueException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ArrayTypeMismatchException
OverflowException
IndexOutOfRangeException
SqlTruncateException
SqlTypeException
XmlSchemaInferenceException
XmlSchemaException
-
ReadXml
public XmlReadMode ReadXml(XmlReader reader, XmlReadMode mode) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, XmlException, SqlNullValueException, MissingMethodException, TargetInvocationException, InvalidCastException, IndexOutOfRangeException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
XmlException
SqlNullValueException
MissingMethodException
TargetInvocationException
InvalidCastException
IndexOutOfRangeException
XmlSchemaException
XmlSchemaInferenceException
-
ReadXml
public XmlReadMode ReadXml(XmlReader reader) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, XmlException, SynchronizationLockException, SqlNullValueException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ArrayTypeMismatchException, OverflowException, IndexOutOfRangeException, CultureNotFoundException, SqlTruncateException, SqlTypeException, XmlSchemaInferenceException, XmlSchemaException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
XmlException
SynchronizationLockException
SqlNullValueException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
ArrayTypeMismatchException
OverflowException
IndexOutOfRangeException
CultureNotFoundException
SqlTruncateException
SqlTypeException
XmlSchemaInferenceException
XmlSchemaException
-
GetXml
public String GetXml() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, RegexParseException, ArrayTypeMismatchException, XmlException, IndexOutOfRangeException, SynchronizationLockException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
RegexParseException
ArrayTypeMismatchException
XmlException
IndexOutOfRangeException
SynchronizationLockException
-
GetXmlSchema
public String GetXmlSchema() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, XmlException, IndexOutOfRangeException, OverflowException, SqlNullValueException, SqlTypeException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
XmlException
IndexOutOfRangeException
OverflowException
SqlNullValueException
SqlTypeException
-
GetDataSetSchema
public static XmlSchemaComplexType GetDataSetSchema(XmlSchemaSet schemaSet) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, XmlSchemaException
-
AcceptChanges
public void AcceptChanges() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ArrayTypeMismatchException, SynchronizationLockException
-
Clear
public void Clear() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, SqlNullValueException, InvalidCastException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ObjectDisposedException
LockRecursionException
SynchronizationLockException
SqlNullValueException
InvalidCastException
-
EndInit
public void EndInit() throws Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, KeyNotFoundException, SynchronizationLockException, OverflowException, InvalidCastException, RankException, ArrayTypeMismatchException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
EventSourceException
KeyNotFoundException
SynchronizationLockException
OverflowException
InvalidCastException
RankException
ArrayTypeMismatchException
-
GetObjectData
public void GetObjectData(SerializationInfo info, StreamingContext context) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, SerializationException, FormatException, UnauthorizedAccessException, OutOfMemoryException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
SerializationException
FormatException
UnauthorizedAccessException
OutOfMemoryException
-
InferXmlSchema
public void InferXmlSchema(Stream stream, String[] nsArray) throws Throwable, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, EventSourceException, OutOfMemoryException, XmlException, InvalidOperationException, XmlSchemaException, FormatException, XmlSchemaInferenceException, RegexParseException, OverflowException, CultureNotFoundException
- Throws:
Throwable
PlatformNotSupportedException
NotSupportedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
EventSourceException
OutOfMemoryException
XmlException
InvalidOperationException
XmlSchemaException
FormatException
XmlSchemaInferenceException
RegexParseException
OverflowException
CultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(Stream dupParam0, JCORefOut dupParam1) throws Throwable, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, EventSourceException, OutOfMemoryException, XmlException, InvalidOperationException, XmlSchemaException, FormatException, XmlSchemaInferenceException, RegexParseException, OverflowException, CultureNotFoundException
- Throws:
Throwable
PlatformNotSupportedException
NotSupportedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
EventSourceException
OutOfMemoryException
XmlException
InvalidOperationException
XmlSchemaException
FormatException
XmlSchemaInferenceException
RegexParseException
OverflowException
CultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(TextReader reader, String[] nsArray) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, XmlException, XmlSchemaException, XmlSchemaInferenceException, NotSupportedException, RegexParseException, OverflowException, CultureNotFoundException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
XmlException
XmlSchemaException
XmlSchemaInferenceException
NotSupportedException
RegexParseException
OverflowException
CultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(TextReader dupParam0, JCORefOut dupParam1) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, XmlException, XmlSchemaException, XmlSchemaInferenceException, NotSupportedException, RegexParseException, OverflowException, CultureNotFoundException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
XmlException
XmlSchemaException
XmlSchemaInferenceException
NotSupportedException
RegexParseException
OverflowException
CultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(String fileName, String[] nsArray) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, EventSourceException, XmlException, XmlSchemaException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, XmlSchemaInferenceException, RegexParseException, OverflowException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
CultureNotFoundException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
OutOfMemoryException
EventSourceException
XmlException
XmlSchemaException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
XmlSchemaInferenceException
RegexParseException
OverflowException
-
InferXmlSchema
public void InferXmlSchema(String dupParam0, JCORefOut dupParam1) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, EventSourceException, XmlException, XmlSchemaException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, XmlSchemaInferenceException, RegexParseException, OverflowException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
CultureNotFoundException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
OutOfMemoryException
EventSourceException
XmlException
XmlSchemaException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
XmlSchemaInferenceException
RegexParseException
OverflowException
-
InferXmlSchema
public void InferXmlSchema(XmlReader reader, String[] nsArray) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, XmlException, XmlSchemaException, XmlSchemaInferenceException, RegexParseException, ArrayTypeMismatchException, TypeLoadException, OverflowException, InvalidCastException, CultureNotFoundException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
XmlException
XmlSchemaException
XmlSchemaInferenceException
RegexParseException
ArrayTypeMismatchException
TypeLoadException
OverflowException
InvalidCastException
CultureNotFoundException
-
InferXmlSchema
public void InferXmlSchema(XmlReader dupParam0, JCORefOut dupParam1) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, XmlException, XmlSchemaException, XmlSchemaInferenceException, RegexParseException, ArrayTypeMismatchException, TypeLoadException, OverflowException, InvalidCastException, CultureNotFoundException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
XmlException
XmlSchemaException
XmlSchemaInferenceException
RegexParseException
ArrayTypeMismatchException
TypeLoadException
OverflowException
InvalidCastException
CultureNotFoundException
-
Load
public void Load(IDataReader reader, LoadOption loadOption, DataTable... tables) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, MulticastNotSupportedException, SynchronizationLockException, SqlNullValueException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
MulticastNotSupportedException
SynchronizationLockException
SqlNullValueException
-
Load
public void Load(IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler, DataTable... tables) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, MulticastNotSupportedException, SynchronizationLockException, SqlNullValueException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
MulticastNotSupportedException
SynchronizationLockException
SqlNullValueException
-
Load
public void Load(IDataReader reader, LoadOption loadOption, String... tables) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, FormatException, KeyNotFoundException, SynchronizationLockException, MulticastNotSupportedException, SqlNullValueException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
FormatException
KeyNotFoundException
SynchronizationLockException
MulticastNotSupportedException
SqlNullValueException
-
Load
public void Load(IDataReader dupParam0, LoadOption dupParam1, JCORefOut dupParam2) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, FormatException, KeyNotFoundException, SynchronizationLockException, MulticastNotSupportedException, SqlNullValueException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
FormatException
KeyNotFoundException
SynchronizationLockException
MulticastNotSupportedException
SqlNullValueException
-
Merge
public void Merge(DataRow[] rows, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, SqlNullValueException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, IndexOutOfRangeException, OverflowException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
SqlNullValueException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
IndexOutOfRangeException
OverflowException
-
Merge
public void Merge(DataRow[] rows) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, SqlNullValueException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
SqlNullValueException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
-
Merge
public void Merge(DataSet dataSet, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, SqlNullValueException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
SqlNullValueException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
-
Merge
public void Merge(DataSet dataSet, boolean preserveChanges) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
SqlNullValueException
MissingMethodException
TargetInvocationException
-
Merge
public void Merge(DataSet dataSet) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
SqlNullValueException
MissingMethodException
TargetInvocationException
-
Merge
public void Merge(DataTable table, boolean preserveChanges, MissingSchemaAction missingSchemaAction) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, SqlNullValueException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
SqlNullValueException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OverflowException
-
Merge
public void Merge(DataTable table) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException, SqlNullValueException, MissingMethodException, TargetInvocationException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
SynchronizationLockException
SqlNullValueException
MissingMethodException
TargetInvocationException
-
ReadXmlSchema
public void ReadXmlSchema(Stream stream) throws Throwable, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, FormatException, EventSourceException, OutOfMemoryException, XmlException, CultureNotFoundException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, SynchronizationLockException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
Throwable
PlatformNotSupportedException
NotSupportedException
IndexOutOfRangeException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
ArrayTypeMismatchException
FormatException
EventSourceException
OutOfMemoryException
XmlException
CultureNotFoundException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
SynchronizationLockException
XmlSchemaException
XmlSchemaInferenceException
-
ReadXmlSchema
public void ReadXmlSchema(TextReader reader) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, XmlException, CultureNotFoundException, NotSupportedException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, SynchronizationLockException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
XmlException
CultureNotFoundException
NotSupportedException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
SynchronizationLockException
XmlSchemaException
XmlSchemaInferenceException
-
ReadXmlSchema
public void ReadXmlSchema(String fileName) throws Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, EventSourceException, FormatException, XmlException, IndexOutOfRangeException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, SynchronizationLockException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
ArgumentException
CultureNotFoundException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
OutOfMemoryException
EventSourceException
FormatException
XmlException
IndexOutOfRangeException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
SynchronizationLockException
XmlSchemaException
XmlSchemaInferenceException
-
ReadXmlSchema
public void ReadXmlSchema(XmlReader reader) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, XmlException, IndexOutOfRangeException, CultureNotFoundException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, SynchronizationLockException, XmlSchemaException, XmlSchemaInferenceException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
XmlException
IndexOutOfRangeException
CultureNotFoundException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
SynchronizationLockException
XmlSchemaException
XmlSchemaInferenceException
-
RejectChanges
public void RejectChanges() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, SqlNullValueException, InvalidCastException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ObjectDisposedException
LockRecursionException
SynchronizationLockException
SqlNullValueException
InvalidCastException
-
Reset
public void Reset() throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ArrayTypeMismatchException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, RankException, IndexOutOfRangeException, SqlNullValueException, InvalidCastException, KeyNotFoundException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ArrayTypeMismatchException
ObjectDisposedException
LockRecursionException
SynchronizationLockException
RankException
IndexOutOfRangeException
SqlNullValueException
InvalidCastException
KeyNotFoundException
-
WriteXml
public void WriteXml(Stream stream, XmlWriteMode mode) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
WriteXml
public void WriteXml(Stream stream) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException
-
WriteXml
public void WriteXml(TextWriter writer, XmlWriteMode mode) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
WriteXml
public void WriteXml(TextWriter writer) throws Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, RankException, ArrayTypeMismatchException
-
WriteXml
public void WriteXml(String fileName, XmlWriteMode mode) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SerializationException, XmlException, IndexOutOfRangeException
-
WriteXml
public void WriteXml(String fileName) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, SerializationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
SerializationException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
WriteXml
public void WriteXml(XmlWriter writer, XmlWriteMode mode) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, XmlException, IndexOutOfRangeException
-
WriteXml
public void WriteXml(XmlWriter writer) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
WriteXmlSchema
public void WriteXmlSchema(Stream stream) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, XmlException, RankException, ArrayTypeMismatchException, CultureNotFoundException, NotSupportedException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
EventSourceException
XmlException
RankException
ArrayTypeMismatchException
CultureNotFoundException
NotSupportedException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(TextWriter writer) throws Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, EventSourceException, XmlException, RankException, ArrayTypeMismatchException, CultureNotFoundException, NotSupportedException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
- Throws:
Throwable
ArgumentNullException
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
EventSourceException
XmlException
RankException
ArrayTypeMismatchException
CultureNotFoundException
NotSupportedException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(String fileName) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SerializationException, EventSourceException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, XmlException, RankException, ArrayTypeMismatchException, FormatException, CultureNotFoundException, NotSupportedException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
SerializationException
EventSourceException
PlatformNotSupportedException
InvalidOperationException
IndexOutOfRangeException
XmlException
RankException
ArrayTypeMismatchException
FormatException
CultureNotFoundException
NotSupportedException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(XmlWriter writer) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, XmlException, RankException, ArrayTypeMismatchException, SqlTypeException, OverflowException, SqlNullValueException, SqlTruncateException, DivideByZeroException, InvalidCastException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
FormatException
EventSourceException
OutOfMemoryException
IndexOutOfRangeException
XmlException
RankException
ArrayTypeMismatchException
SqlTypeException
OverflowException
SqlNullValueException
SqlTruncateException
DivideByZeroException
InvalidCastException
-
GetList
@Deprecated public IList GetList() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIListSource method available in IListSource to obtain an object with an invocable method- Throws:
Throwable
-
GetSchema
@Deprecated public XmlSchema GetSchema() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIXmlSerializable method available in IXmlSerializable to obtain an object with an invocable method- Throws:
Throwable
-
setCaseSensitive
public void setCaseSensitive(boolean CaseSensitive) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException, SynchronizationLockException
-
setEnforceConstraints
public void setEnforceConstraints(boolean EnforceConstraints) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, ObjectDisposedException, LockRecursionException, SynchronizationLockException, SqlNullValueException
- Throws:
Throwable
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
EventSourceException
OutOfMemoryException
ObjectDisposedException
LockRecursionException
SynchronizationLockException
SqlNullValueException
-
getHasErrors
public boolean getHasErrors() throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
getRelations
public DataRelationCollection getRelations() throws Throwable
- Throws:
Throwable
-
getTables
public DataTableCollection getTables() throws Throwable
- Throws:
Throwable
-
getDefaultViewManager
public DataViewManager getDefaultViewManager() throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
ArgumentException
NotSupportedException
ObjectDisposedException
RankException
FormatException
MulticastNotSupportedException
-
getExtendedProperties
public PropertyCollection getExtendedProperties() throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException
-
getSchemaSerializationMode
public SchemaSerializationMode getSchemaSerializationMode() throws Throwable
- Throws:
Throwable
-
setSchemaSerializationMode
public void setSchemaSerializationMode(SchemaSerializationMode SchemaSerializationMode) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException
-
getRemotingFormat
public SerializationFormat getRemotingFormat() throws Throwable
- Throws:
Throwable
-
setRemotingFormat
public void setRemotingFormat(SerializationFormat RemotingFormat) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException
-
getLocale
public CultureInfo getLocale() throws Throwable
- Throws:
Throwable
-
setLocale
public void setLocale(CultureInfo Locale) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, SynchronizationLockException
-
setDataSetName
public void setDataSetName(String DataSetName) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException
-
setNamespace
public void setNamespace(String Namespace) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, EventSourceException, OutOfMemoryException, IndexOutOfRangeException
-
setPrefix
public void setPrefix(String Prefix) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, RegexParseException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException, FormatException
-
addMergeFailed
public void addMergeFailed(MergeFailedEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeMergeFailed
public void removeMergeFailed(MergeFailedEventHandler handler) throws Throwable
- Throws:
Throwable
-
addInitialized
public void addInitialized(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeInitialized
public void removeInitialized(EventHandler handler) throws Throwable
- Throws:
Throwable
-
-