public class SqlDataReader extends DbDataReader
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.SqlClient.SqlDataReader
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data
|
static java.lang.String |
className
Qualified class name: System.Data.SqlClient.SqlDataReader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlDataReader() |
SqlDataReader(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlDataReader |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SqlDataReader, a cast assert is made to check if types are compatible. |
void |
Close() |
boolean |
GetBoolean(int i) |
byte |
GetByte(int i) |
long |
GetBytes(int i,
long dataIndex,
byte[] buffer,
int bufferIndex,
int length) |
long |
GetBytes(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4) |
char |
GetChar(int i) |
long |
GetChars(int i,
long dataIndex,
char[] buffer,
int bufferIndex,
int length) |
long |
GetChars(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4) |
java.lang.String |
GetDataTypeName(int i) |
DateTime |
GetDateTime(int i) |
DateTimeOffset |
GetDateTimeOffset(int i) |
Decimal |
GetDecimal(int i) |
double |
GetDouble(int i) |
NetType |
GetFieldType(int i) |
Single |
GetFloat(int i) |
Guid |
GetGuid(int i) |
short |
GetInt16(int i) |
int |
GetInt32(int i) |
long |
GetInt64(int i) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
GetName(int i) |
int |
GetOrdinal(java.lang.String name) |
NetType |
GetProviderSpecificFieldType(int i) |
NetObject |
GetProviderSpecificValue(int i) |
int |
GetProviderSpecificValues(NetObject[] values) |
DataTable |
GetSchemaTable() |
SqlBinary |
GetSqlBinary(int i) |
SqlBoolean |
GetSqlBoolean(int i) |
SqlByte |
GetSqlByte(int i) |
SqlBytes |
GetSqlBytes(int i) |
SqlChars |
GetSqlChars(int i) |
SqlDateTime |
GetSqlDateTime(int i) |
SqlDecimal |
GetSqlDecimal(int i) |
SqlDouble |
GetSqlDouble(int i) |
SqlGuid |
GetSqlGuid(int i) |
SqlInt16 |
GetSqlInt16(int i) |
SqlInt32 |
GetSqlInt32(int i) |
SqlInt64 |
GetSqlInt64(int i) |
SqlMoney |
GetSqlMoney(int i) |
SqlSingle |
GetSqlSingle(int i) |
SqlString |
GetSqlString(int i) |
NetObject |
GetSqlValue(int i) |
int |
GetSqlValues(NetObject[] values) |
SqlXml |
GetSqlXml(int i) |
Stream |
GetStream(int i) |
java.lang.String |
GetString(int i) |
TextReader |
GetTextReader(int i) |
TimeSpan |
GetTimeSpan(int i) |
NetObject |
GetValue(int i) |
int |
GetValues(NetObject[] values) |
XmlReader |
GetXmlReader(int i) |
boolean |
IsDBNull(int i) |
boolean |
NextResult() |
boolean |
Read() |
void |
setJCOInstance(JCObject instance) |
close, Dispose, GetData, getDepth, getFieldCount, getHasRows, getIsClosed, getRecordsAffected, getVisibleFieldCountCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlDataReader()
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataReader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SqlDataReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlDataReader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlDataReader instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
OverflowException,
ObjectDisposedException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
InvalidOperationException,
AggregateException,
AbandonedMutexException,
SecurityException,
NullReferenceException,
TaskSchedulerException,
MissingManifestResourceException,
SqlException,
CultureNotFoundException,
FormatException,
OutOfMemoryException,
IndexOutOfRangeException,
WaitHandleCannotBeOpenedException,
SqlTypeException,
SqlNullValueException,
XmlException,
TargetInvocationException,
SqlTruncateException,
TypeLoadException,
NotImplementedException,
AccessViolationException,
InvalidUdtException,
TransactionException,
SemaphoreFullException
Close in class DbDataReaderjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionObjectDisposedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionAggregateExceptionAbandonedMutexExceptionSecurityExceptionNullReferenceExceptionTaskSchedulerExceptionMissingManifestResourceExceptionSqlExceptionCultureNotFoundExceptionFormatExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionWaitHandleCannotBeOpenedExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionSqlTruncateExceptionTypeLoadExceptionNotImplementedExceptionAccessViolationExceptionInvalidUdtExceptionTransactionExceptionSemaphoreFullExceptionpublic boolean GetBoolean(int i)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
AggregateException,
NullReferenceException,
SqlNullValueException,
OverflowException,
SqlTypeException,
XmlException,
TargetInvocationException
GetBoolean in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionSqlTypeExceptionXmlExceptionTargetInvocationExceptionpublic byte GetByte(int i)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
AggregateException,
NullReferenceException,
SqlNullValueException,
OverflowException,
SqlTypeException,
XmlException,
TargetInvocationException
GetByte in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionSqlTypeExceptionXmlExceptionTargetInvocationExceptionpublic long GetBytes(int i,
long dataIndex,
byte[] buffer,
int bufferIndex,
int length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
SqlNullValueException,
SqlTypeException,
FormatException
GetBytes in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionFormatExceptionpublic long GetBytes(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
SqlNullValueException,
SqlTypeException,
FormatException
GetBytes in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOverflowExceptionSqlNullValueExceptionSqlTypeExceptionFormatExceptionpublic char GetChar(int i)
throws java.lang.Throwable,
NotSupportedException
GetChar in class DbDataReaderjava.lang.ThrowableNotSupportedExceptionpublic long GetChars(int i,
long dataIndex,
char[] buffer,
int bufferIndex,
int length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
FormatException,
OverflowException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SqlException,
SqlTypeException,
SqlNullValueException,
SqlTruncateException,
TypeLoadException,
TargetInvocationException,
XmlException
GetChars in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSqlExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionTypeLoadExceptionTargetInvocationExceptionXmlExceptionpublic long GetChars(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
FormatException,
OverflowException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SqlException,
SqlTypeException,
SqlNullValueException,
SqlTruncateException,
TypeLoadException,
TargetInvocationException,
XmlException
GetChars in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSqlExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionTypeLoadExceptionTargetInvocationExceptionXmlExceptionpublic java.lang.String GetDataTypeName(int i)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
OverflowException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
FormatException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SqlException,
SqlTypeException,
SqlNullValueException,
SqlTruncateException,
TypeLoadException
GetDataTypeName in class DbDataReaderjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSqlExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionTypeLoadExceptionpublic DateTime GetDateTime(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, SqlNullValueException, OverflowException, SqlTypeException, XmlException, TargetInvocationException
GetDateTime in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionSqlTypeExceptionXmlExceptionTargetInvocationExceptionpublic DateTimeOffset GetDateTimeOffset(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, SqlNullValueException, OverflowException, SqlTypeException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionSqlTypeExceptionXmlExceptionTargetInvocationExceptionpublic Decimal GetDecimal(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, SqlNullValueException, OverflowException, SqlTypeException, XmlException, TargetInvocationException
GetDecimal in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionSqlTypeExceptionXmlExceptionTargetInvocationExceptionpublic double GetDouble(int i)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
AggregateException,
NullReferenceException,
SqlNullValueException,
OverflowException,
SqlTypeException,
XmlException,
TargetInvocationException
GetDouble in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionSqlTypeExceptionXmlExceptionTargetInvocationExceptionpublic NetType GetFieldType(int i) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, OverflowException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, FormatException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SqlException, SqlTypeException, SqlNullValueException, SqlTruncateException, TypeLoadException
GetFieldType in class DbDataReaderjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSqlExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionTypeLoadExceptionpublic Single GetFloat(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, SqlNullValueException, OverflowException, SqlTypeException, XmlException, TargetInvocationException
GetFloat in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionSqlTypeExceptionXmlExceptionTargetInvocationExceptionpublic Guid GetGuid(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
GetGuid in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic short GetInt16(int i)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
AggregateException,
NullReferenceException,
SqlNullValueException,
OverflowException,
SqlTypeException,
XmlException,
TargetInvocationException
GetInt16 in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionSqlTypeExceptionXmlExceptionTargetInvocationExceptionpublic int GetInt32(int i)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
AggregateException,
NullReferenceException,
SqlNullValueException,
OverflowException,
SqlTypeException,
XmlException,
TargetInvocationException
GetInt32 in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionSqlTypeExceptionXmlExceptionTargetInvocationExceptionpublic long GetInt64(int i)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
AggregateException,
NullReferenceException,
SqlNullValueException,
OverflowException,
SqlTypeException,
XmlException,
TargetInvocationException
GetInt64 in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionSqlTypeExceptionXmlExceptionTargetInvocationExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DbDataReaderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DbDataReaderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DbDataReaderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DbDataReaderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DbDataReaderJCType representing the CLR Type of the instantiated Classpublic java.lang.String GetName(int i)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
FormatException,
OverflowException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SqlException,
SqlTypeException,
SqlNullValueException,
SqlTruncateException,
TypeLoadException
GetName in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSqlExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionTypeLoadExceptionpublic int GetOrdinal(java.lang.String name)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
OverflowException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
FormatException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SqlException,
SqlTypeException,
SqlNullValueException,
SqlTruncateException,
TypeLoadException
GetOrdinal in class DbDataReaderjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSqlExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionTypeLoadExceptionpublic NetType GetProviderSpecificFieldType(int i) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, OverflowException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, FormatException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SqlException, SqlTypeException, SqlNullValueException, SqlTruncateException, TypeLoadException
GetProviderSpecificFieldType in class DbDataReaderjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSqlExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionTypeLoadExceptionpublic NetObject GetProviderSpecificValue(int i) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, IndexOutOfRangeException, SqlNullValueException, OverflowException, NotSupportedException, FileNotFoundException, TypeLoadException, AccessViolationException, InvalidUdtException
GetProviderSpecificValue in class DbDataReaderjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionIndexOutOfRangeExceptionSqlNullValueExceptionOverflowExceptionNotSupportedExceptionFileNotFoundExceptionTypeLoadExceptionAccessViolationExceptionInvalidUdtExceptionpublic int GetProviderSpecificValues(NetObject[] values) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, IndexOutOfRangeException, SqlNullValueException, OverflowException, NotSupportedException, FileNotFoundException, TypeLoadException, AccessViolationException, InvalidUdtException
GetProviderSpecificValues in class DbDataReaderjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionIndexOutOfRangeExceptionSqlNullValueExceptionOverflowExceptionNotSupportedExceptionFileNotFoundExceptionTypeLoadExceptionAccessViolationExceptionInvalidUdtExceptionpublic DataTable GetSchemaTable() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, OverflowException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, FormatException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SqlException, TaskSchedulerException, SqlTypeException, SqlNullValueException, SqlTruncateException, TypeLoadException, InvalidUdtException, NullReferenceException, ConfigurationErrorsException, DataException, InvalidCastException, KeyNotFoundException
GetSchemaTable in class DbDataReaderjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSqlExceptionTaskSchedulerExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionTypeLoadExceptionInvalidUdtExceptionNullReferenceExceptionConfigurationErrorsExceptionDataExceptionInvalidCastExceptionKeyNotFoundExceptionpublic SqlBinary GetSqlBinary(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlBoolean GetSqlBoolean(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlByte GetSqlByte(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlBytes GetSqlBytes(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlChars GetSqlChars(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, SqlNullValueException, OverflowException, XmlException, TargetInvocationException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionFormatExceptionpublic SqlDateTime GetSqlDateTime(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlDecimal GetSqlDecimal(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, SqlTypeException, OverflowException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlTypeExceptionOverflowExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlDouble GetSqlDouble(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlGuid GetSqlGuid(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlInt16 GetSqlInt16(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlInt32 GetSqlInt32(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlInt64 GetSqlInt64(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlMoney GetSqlMoney(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlSingle GetSqlSingle(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic SqlString GetSqlString(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, SqlNullValueException, OverflowException, XmlException, TargetInvocationException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionFormatExceptionpublic NetObject GetSqlValue(int i) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, OverflowException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, SqlNullValueException, XmlException, TargetInvocationException, FormatException, FileNotFoundException, TypeLoadException, AccessViolationException, InvalidUdtException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionFormatExceptionFileNotFoundExceptionTypeLoadExceptionAccessViolationExceptionInvalidUdtExceptionpublic int GetSqlValues(NetObject[] values) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, OverflowException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, SqlNullValueException, XmlException, TargetInvocationException, FormatException, FileNotFoundException, TypeLoadException, AccessViolationException, InvalidUdtException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionFormatExceptionFileNotFoundExceptionTypeLoadExceptionAccessViolationExceptionInvalidUdtExceptionpublic SqlXml GetSqlXml(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic Stream GetStream(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
GetStream in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic java.lang.String GetString(int i)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
AggregateException,
NullReferenceException,
SqlNullValueException,
OverflowException,
SqlTypeException,
XmlException,
TargetInvocationException,
FormatException,
OutOfMemoryException
GetString in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionSqlTypeExceptionXmlExceptionTargetInvocationExceptionFormatExceptionOutOfMemoryExceptionpublic TextReader GetTextReader(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException, TargetInvocationException
GetTextReader in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionpublic TimeSpan GetTimeSpan(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, SqlNullValueException, OverflowException, SqlTypeException, XmlException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionOverflowExceptionSqlTypeExceptionXmlExceptionTargetInvocationExceptionpublic NetObject GetValue(int i) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, OverflowException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, AggregateException, NullReferenceException, SqlNullValueException, XmlException, TargetInvocationException, FormatException, FileNotFoundException, TypeLoadException, AccessViolationException, InvalidUdtException
GetValue in class DbDataReaderjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionFormatExceptionFileNotFoundExceptionTypeLoadExceptionAccessViolationExceptionInvalidUdtExceptionpublic int GetValues(NetObject[] values) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, OverflowException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, FormatException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SqlException, SqlTypeException, SqlNullValueException, SqlTruncateException, TypeLoadException, AggregateException, NullReferenceException
GetValues in class DbDataReaderjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionOverflowExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSqlExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionTypeLoadExceptionAggregateExceptionNullReferenceExceptionpublic XmlReader GetXmlReader(int i) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, TargetInvocationException, NotSupportedException, AggregateException, NullReferenceException, OverflowException, SqlTypeException, SqlNullValueException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionTargetInvocationExceptionNotSupportedExceptionAggregateExceptionNullReferenceExceptionOverflowExceptionSqlTypeExceptionSqlNullValueExceptionXmlExceptionpublic boolean IsDBNull(int i)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
FormatException,
OverflowException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SqlException,
SqlTypeException,
SqlNullValueException,
SqlTruncateException,
TypeLoadException,
AggregateException,
NullReferenceException
IsDBNull in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSqlExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionTypeLoadExceptionAggregateExceptionNullReferenceExceptionpublic boolean NextResult()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
AggregateException,
NotSupportedException,
FormatException,
OverflowException,
OutOfMemoryException,
WaitHandleCannotBeOpenedException,
SqlException,
SqlTypeException,
SqlNullValueException,
SqlTruncateException,
FileNotFoundException,
TypeLoadException,
InvalidUdtException
NextResult in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionAggregateExceptionNotSupportedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionWaitHandleCannotBeOpenedExceptionSqlExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionFileNotFoundExceptionTypeLoadExceptionInvalidUdtExceptionpublic boolean Read()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
TaskSchedulerException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SqlException,
FormatException,
AggregateException,
NotSupportedException,
OverflowException,
OutOfMemoryException,
IndexOutOfRangeException,
WaitHandleCannotBeOpenedException,
SqlTypeException,
SqlNullValueException,
SqlTruncateException,
TypeLoadException,
InvalidUdtException
Read in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionTaskSchedulerExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSqlExceptionFormatExceptionAggregateExceptionNotSupportedExceptionOverflowExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionWaitHandleCannotBeOpenedExceptionSqlTypeExceptionSqlNullValueExceptionSqlTruncateExceptionTypeLoadExceptionInvalidUdtExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DbDataReader