Package system.data
Class DataTable
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.MarshalByValueComponent
-
- system.data.DataTable
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class DataTable extends MarshalByValueComponent
The base .NET class managing System.Data.DataTable, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.DataTable
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.DataTablestatic 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
-
-
-
-
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.DataTable- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataTable
public DataTable(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
DataTable
public DataTable() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
DataTable
public DataTable(java.lang.String tableName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
DataTable
public DataTable(java.lang.String tableName, java.lang.String tableNamespace) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, 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 DataTable cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDataTable
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataTable
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
LoadDataRow
public DataRow LoadDataRow(NetObject[] values, boolean fAcceptChanges) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, DataException
-
LoadDataRow
public DataRow LoadDataRow(NetObject[] values, LoadOption loadOption) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, DataException, FormatException, InvalidCastException, IndexOutOfRangeException
-
NewRow
public DataRow NewRow() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ArgumentException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
MissingManifestResourceException
ArgumentException
NotSupportedException
-
GetErrors
public DataRow[] GetErrors() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
-
Select
public DataRow[] Select() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, NotSupportedException, DataException, SqlNullValueException, OverflowException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
ObjectDisposedException
CultureNotFoundException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
NotSupportedException
DataException
SqlNullValueException
OverflowException
InvalidCastException
-
Select
public DataRow[] Select(java.lang.String filterExpression) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, NotSupportedException, DataException, SqlNullValueException, OverflowException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
ObjectDisposedException
CultureNotFoundException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
NotSupportedException
DataException
SqlNullValueException
OverflowException
InvalidCastException
-
Select
public DataRow[] Select(java.lang.String filterExpression, java.lang.String sort) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, NotSupportedException, DataException, SqlNullValueException, OverflowException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
ObjectDisposedException
CultureNotFoundException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
NotSupportedException
DataException
SqlNullValueException
OverflowException
InvalidCastException
-
Select
public DataRow[] Select(java.lang.String filterExpression, java.lang.String sort, DataViewRowState recordStates) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, NotSupportedException, DataException, SqlNullValueException, OverflowException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
ObjectDisposedException
CultureNotFoundException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
NotSupportedException
DataException
SqlNullValueException
OverflowException
InvalidCastException
-
Clone
public DataTable Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, IndexOutOfRangeException, DataException, KeyNotFoundException, NullReferenceException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
ArgumentOutOfRangeException
IndexOutOfRangeException
DataException
KeyNotFoundException
NullReferenceException
ObjectDisposedException
AbandonedMutexException
-
Copy
public DataTable Copy() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, DataException, OverflowException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
ArgumentOutOfRangeException
DataException
OverflowException
ObjectDisposedException
AbandonedMutexException
-
GetChanges
public DataTable GetChanges() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, DataException, OverflowException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
ArgumentOutOfRangeException
DataException
OverflowException
ObjectDisposedException
AbandonedMutexException
-
GetChanges
public DataTable GetChanges(DataRowState rowStates) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, ArgumentOutOfRangeException, DataException, OverflowException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
ArgumentOutOfRangeException
DataException
OverflowException
ObjectDisposedException
AbandonedMutexException
-
CreateDataReader
public DataTableReader CreateDataReader() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
MulticastNotSupportedException
-
ReadXml
public XmlReadMode ReadXml(Stream stream) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, SqlNullValueException, XmlException, OverflowException, DataException, NullReferenceException, FormatException, XmlSchemaInferenceException, XmlSchemaException, RankException
- Throws:
java.lang.Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
SqlNullValueException
XmlException
OverflowException
DataException
NullReferenceException
FormatException
XmlSchemaInferenceException
XmlSchemaException
RankException
-
ReadXml
public XmlReadMode ReadXml(TextReader reader) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, SqlNullValueException, XmlException, OverflowException, DataException, NullReferenceException, FormatException, XmlSchemaInferenceException, XmlSchemaException, RankException
- Throws:
java.lang.Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
SqlNullValueException
XmlException
OverflowException
DataException
NullReferenceException
FormatException
XmlSchemaInferenceException
XmlSchemaException
RankException
-
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, SqlNullValueException, XmlException, OverflowException, DataException, NullReferenceException, FormatException, XmlSchemaInferenceException, XmlSchemaException, RankException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
CultureNotFoundException
MissingManifestResourceException
UriFormatException
PathTooLongException
OutOfMemoryException
SqlNullValueException
XmlException
OverflowException
DataException
NullReferenceException
FormatException
XmlSchemaInferenceException
XmlSchemaException
RankException
-
ReadXml
public XmlReadMode ReadXml(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, SqlNullValueException, NotImplementedException, InvalidOperationException, XmlException, OverflowException, DataException, ObjectDisposedException, NullReferenceException, FormatException, IndexOutOfRangeException, XmlSchemaInferenceException, XmlSchemaException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
NotSupportedException
SqlNullValueException
NotImplementedException
InvalidOperationException
XmlException
OverflowException
DataException
ObjectDisposedException
NullReferenceException
FormatException
IndexOutOfRangeException
XmlSchemaInferenceException
XmlSchemaException
RankException
-
Compute
public NetObject Compute(java.lang.String expression, java.lang.String filter) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, NotSupportedException, DataException, InvalidCastException, SqlNullValueException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
NotSupportedException
DataException
InvalidCastException
SqlNullValueException
-
GetDataTableSchema
public static XmlSchemaComplexType GetDataTableSchema(XmlSchemaSet schemaSet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlSchemaException
-
AcceptChanges
public void AcceptChanges() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, DataException, InvalidCastException
-
BeginInit
public void BeginInit() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BeginLoadData
public void BeginLoadData() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SqlNullValueException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, DataException, SqlNullValueException, OverflowException, InvalidCastException
-
EndInit
public void EndInit() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, KeyNotFoundException, DataException, OverflowException, FormatException, InvalidCastException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
KeyNotFoundException
DataException
OverflowException
FormatException
InvalidCastException
MulticastNotSupportedException
-
EndLoadData
public void EndLoadData() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, KeyNotFoundException, ArgumentException, InvalidOperationException, FormatException, NotSupportedException, IndexOutOfRangeException, SqlNullValueException
-
GetObjectData
public void GetObjectData(SerializationInfo info, StreamingContext context) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, SerializationException, ArgumentException, InvalidOperationException, MissingManifestResourceException, FormatException, DataException, OutOfMemoryException, OverflowException, SqlNullValueException, SqlTruncateException, InvalidCastException, CultureNotFoundException, NotSupportedException, KeyNotFoundException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, RankException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
SerializationException
ArgumentException
InvalidOperationException
MissingManifestResourceException
FormatException
DataException
OutOfMemoryException
OverflowException
SqlNullValueException
SqlTruncateException
InvalidCastException
CultureNotFoundException
NotSupportedException
KeyNotFoundException
NotImplementedException
IndexOutOfRangeException
ObjectDisposedException
RankException
-
ImportRow
public void ImportRow(DataRow row) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotSupportedException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotSupportedException
CultureNotFoundException
-
Load
public void Load(IDataReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, MulticastNotSupportedException, NotSupportedException, SqlNullValueException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
MulticastNotSupportedException
NotSupportedException
SqlNullValueException
-
Load
public void Load(IDataReader reader, LoadOption loadOption) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, MulticastNotSupportedException, NotSupportedException, SqlNullValueException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
MulticastNotSupportedException
NotSupportedException
SqlNullValueException
-
Load
public void Load(IDataReader reader, LoadOption loadOption, FillErrorEventHandler errorHandler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, MulticastNotSupportedException, NotSupportedException, SqlNullValueException, XmlException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
MulticastNotSupportedException
NotSupportedException
SqlNullValueException
XmlException
-
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) 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, FormatException, OverflowException, CultureNotFoundException, SqlNullValueException, SqlTypeException, XmlSchemaException, RankException, InvalidCastException, XmlSchemaInferenceException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
MissingManifestResourceException
XmlException
FormatException
OverflowException
CultureNotFoundException
SqlNullValueException
SqlTypeException
XmlSchemaException
RankException
InvalidCastException
XmlSchemaInferenceException
MissingMethodException
TargetInvocationException
-
ReadXmlSchema
public void ReadXmlSchema(TextReader reader) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, XmlException, FormatException, OverflowException, CultureNotFoundException, SqlNullValueException, SqlTypeException, XmlSchemaException, RankException, InvalidCastException, XmlSchemaInferenceException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
MissingManifestResourceException
XmlException
FormatException
OverflowException
CultureNotFoundException
SqlNullValueException
SqlTypeException
XmlSchemaException
RankException
InvalidCastException
XmlSchemaInferenceException
MissingMethodException
TargetInvocationException
-
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, FormatException, OverflowException, SqlNullValueException, SqlTypeException, XmlSchemaException, RankException, InvalidCastException, XmlSchemaInferenceException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
CultureNotFoundException
MissingManifestResourceException
UriFormatException
PathTooLongException
OutOfMemoryException
XmlException
FormatException
OverflowException
SqlNullValueException
SqlTypeException
XmlSchemaException
RankException
InvalidCastException
XmlSchemaInferenceException
-
ReadXmlSchema
public void ReadXmlSchema(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException, FormatException, OverflowException, IndexOutOfRangeException, CultureNotFoundException, SqlNullValueException, SqlTypeException, XmlSchemaException, NotSupportedException, RankException, InvalidCastException, XmlSchemaInferenceException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
XmlException
FormatException
OverflowException
IndexOutOfRangeException
CultureNotFoundException
SqlNullValueException
SqlTypeException
XmlSchemaException
NotSupportedException
RankException
InvalidCastException
XmlSchemaInferenceException
MissingMethodException
TargetInvocationException
-
RejectChanges
public void RejectChanges() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
Reset
public void Reset() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, DataException, FormatException, InvalidCastException, CultureNotFoundException, NotSupportedException, RankException, KeyNotFoundException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
DataException
FormatException
InvalidCastException
CultureNotFoundException
NotSupportedException
RankException
KeyNotFoundException
OverflowException
-
WriteXml
public void WriteXml(Stream stream) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(Stream stream, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(Stream stream, XmlWriteMode mode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(Stream stream, XmlWriteMode mode, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
FormatException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(TextWriter writer) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(TextWriter writer, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(TextWriter writer, XmlWriteMode mode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(TextWriter writer, XmlWriteMode mode, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
MissingManifestResourceException
OutOfMemoryException
KeyNotFoundException
RankException
-
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, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
NullReferenceException
SecurityException
NotImplementedException
IndexOutOfRangeException
ObjectDisposedException
MissingManifestResourceException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(java.lang.String fileName, boolean writeHierarchy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
NullReferenceException
SecurityException
NotImplementedException
IndexOutOfRangeException
ObjectDisposedException
MissingManifestResourceException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(java.lang.String fileName, XmlWriteMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
NullReferenceException
SecurityException
NotImplementedException
IndexOutOfRangeException
ObjectDisposedException
MissingManifestResourceException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(java.lang.String fileName, XmlWriteMode mode, boolean writeHierarchy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, IndexOutOfRangeException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, IOException, NotImplementedException, ObjectDisposedException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
PathTooLongException
IndexOutOfRangeException
NotSupportedException
InvalidOperationException
NullReferenceException
SecurityException
IOException
NotImplementedException
ObjectDisposedException
CultureNotFoundException
MissingManifestResourceException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(XmlWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(XmlWriter writer, boolean writeHierarchy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(XmlWriter writer, XmlWriteMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, OutOfMemoryException, KeyNotFoundException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
OutOfMemoryException
KeyNotFoundException
RankException
-
WriteXml
public void WriteXml(XmlWriter writer, XmlWriteMode mode, boolean writeHierarchy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException, KeyNotFoundException, XmlException, DataException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NotSupportedException
IndexOutOfRangeException
OutOfMemoryException
KeyNotFoundException
XmlException
DataException
RankException
-
WriteXmlSchema
public void WriteXmlSchema(Stream stream) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, KeyNotFoundException, NullReferenceException, XmlException, OverflowException, SqlNullValueException, SqlTypeException, DataException, IOException, RankException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
KeyNotFoundException
NullReferenceException
XmlException
OverflowException
SqlNullValueException
SqlTypeException
DataException
IOException
RankException
-
WriteXmlSchema
public void WriteXmlSchema(Stream stream, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, CultureNotFoundException, MissingManifestResourceException, KeyNotFoundException, PathTooLongException, NullReferenceException, XmlException, OutOfMemoryException, DataException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, IOException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
FormatException
CultureNotFoundException
MissingManifestResourceException
KeyNotFoundException
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, MissingManifestResourceException, ArgumentOutOfRangeException, KeyNotFoundException, NullReferenceException, XmlException, FormatException, OverflowException, SqlNullValueException, SqlTypeException, DataException, IOException, RankException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
KeyNotFoundException
NullReferenceException
XmlException
FormatException
OverflowException
SqlNullValueException
SqlTypeException
DataException
IOException
RankException
-
WriteXmlSchema
public void WriteXmlSchema(TextWriter writer, boolean writeHierarchy) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, KeyNotFoundException, PathTooLongException, NullReferenceException, XmlException, OutOfMemoryException, DataException, FormatException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, IOException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
MissingManifestResourceException
KeyNotFoundException
PathTooLongException
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, MissingManifestResourceException, KeyNotFoundException, XmlException, OverflowException, SqlNullValueException, SqlTypeException, DataException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
InvalidOperationException
NullReferenceException
SecurityException
NotImplementedException
IndexOutOfRangeException
ObjectDisposedException
MissingManifestResourceException
KeyNotFoundException
XmlException
OverflowException
SqlNullValueException
SqlTypeException
DataException
RankException
-
WriteXmlSchema
public void WriteXmlSchema(java.lang.String fileName, boolean writeHierarchy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, PathTooLongException, IndexOutOfRangeException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, IOException, NotImplementedException, ObjectDisposedException, CultureNotFoundException, MissingManifestResourceException, KeyNotFoundException, XmlException, OutOfMemoryException, DataException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
PathTooLongException
IndexOutOfRangeException
NotSupportedException
InvalidOperationException
NullReferenceException
SecurityException
IOException
NotImplementedException
ObjectDisposedException
CultureNotFoundException
MissingManifestResourceException
KeyNotFoundException
XmlException
OutOfMemoryException
DataException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
-
WriteXmlSchema
public void WriteXmlSchema(XmlWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, KeyNotFoundException, PathTooLongException, NullReferenceException, XmlException, OutOfMemoryException, DataException, FormatException, OverflowException, SqlNullValueException, SqlTruncateException, SqlTypeException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
KeyNotFoundException
PathTooLongException
NullReferenceException
XmlException
OutOfMemoryException
DataException
FormatException
OverflowException
SqlNullValueException
SqlTruncateException
SqlTypeException
IOException
-
WriteXmlSchema
public void WriteXmlSchema(XmlWriter writer, boolean writeHierarchy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException, KeyNotFoundException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, XmlException, OutOfMemoryException, DataException, OverflowException, SqlTypeException, SqlNullValueException, SqlTruncateException, DivideByZeroException, InvalidCastException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NotSupportedException
IndexOutOfRangeException
KeyNotFoundException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
XmlException
OutOfMemoryException
DataException
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
-
getHasErrors
public boolean getHasErrors() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getIsInitialized
public boolean getIsInitialized() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinimumCapacity
public int getMinimumCapacity() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMinimumCapacity
public void setMinimumCapacity(int MinimumCapacity) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
getConstraints
public ConstraintCollection getConstraints() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPrimaryKey
public final DataColumn[] getPrimaryKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPrimaryKey
public void setPrimaryKey(DataColumn[] PrimaryKey) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, RankException
-
getColumns
public DataColumnCollection getColumns() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getChildRelations
public DataRelationCollection getChildRelations() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
getParentRelations
public DataRelationCollection getParentRelations() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
getRows
public DataRowCollection getRows() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataSet
public DataSet getDataSet() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultView
public DataView getDefaultView() throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException
-
getExtendedProperties
public PropertyCollection getExtendedProperties() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
FormatException
-
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, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException
-
getDisplayExpression
public java.lang.String getDisplayExpression() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDisplayExpression
public void setDisplayExpression(java.lang.String DisplayExpression) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, NotSupportedException, NullReferenceException
-
getNamespace
public java.lang.String getNamespace() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setNamespace
public void setNamespace(java.lang.String Namespace) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, 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
-
getTableName
public java.lang.String getTableName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTableName
public void setTableName(java.lang.String TableName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, CultureNotFoundException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, FormatException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
OutOfMemoryException
ArgumentException
IndexOutOfRangeException
ObjectDisposedException
AbandonedMutexException
NotSupportedException
CultureNotFoundException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
MissingManifestResourceException
FormatException
KeyNotFoundException
-
addColumnChanged
public void addColumnChanged(DataColumnChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeColumnChanged
public void removeColumnChanged(DataColumnChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addColumnChanging
public void addColumnChanging(DataColumnChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeColumnChanging
public void removeColumnChanging(DataColumnChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowChanged
public void addRowChanged(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowChanged
public void removeRowChanged(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowChanging
public void addRowChanging(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowChanging
public void removeRowChanging(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowDeleted
public void addRowDeleted(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowDeleted
public void removeRowDeleted(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addRowDeleting
public void addRowDeleting(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRowDeleting
public void removeRowDeleting(DataRowChangeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTableCleared
public void addTableCleared(DataTableClearEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTableCleared
public void removeTableCleared(DataTableClearEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTableClearing
public void addTableClearing(DataTableClearEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTableClearing
public void removeTableClearing(DataTableClearEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTableNewRow
public void addTableNewRow(DataTableNewRowEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTableNewRow
public void removeTableNewRow(DataTableNewRowEventHandler 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
-
-