public class OleDbDataReader extends DbDataReader
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.OleDb.OleDbDataReader
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.OleDb.OleDbDataReader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
OleDbDataReader() |
OleDbDataReader(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static OleDbDataReader |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into OleDbDataReader, a cast assert is made to check if types are compatible. |
void |
Close() |
boolean |
GetBoolean(int ordinal) |
byte |
GetByte(int ordinal) |
long |
GetBytes(int ordinal,
long dataIndex,
byte[] buffer,
int bufferIndex,
int length) |
long |
GetBytes(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4) |
char |
GetChar(int ordinal) |
long |
GetChars(int ordinal,
long dataIndex,
char[] buffer,
int bufferIndex,
int length) |
long |
GetChars(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4) |
OleDbDataReader |
GetDataNewOleDbDataReader(int ordinal) |
java.lang.String |
GetDataTypeName(int index) |
DateTime |
GetDateTime(int ordinal) |
Decimal |
GetDecimal(int ordinal) |
double |
GetDouble(int ordinal) |
NetType |
GetFieldType(int index) |
Single |
GetFloat(int ordinal) |
Guid |
GetGuid(int ordinal) |
short |
GetInt16(int ordinal) |
int |
GetInt32(int ordinal) |
long |
GetInt64(int ordinal) |
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 index) |
int |
GetOrdinal(java.lang.String name) |
DataTable |
GetSchemaTable() |
java.lang.String |
GetString(int ordinal) |
TimeSpan |
GetTimeSpan(int ordinal) |
NetObject |
GetValue(int ordinal) |
int |
GetValues(NetObject[] values) |
boolean |
IsDBNull(int ordinal) |
boolean |
NextResult() |
boolean |
Read() |
void |
setJCOInstance(JCObject instance) |
close, Dispose, GetData, getDepth, getFieldCount, getHasRows, getIsClosed, GetProviderSpecificFieldType, GetProviderSpecificValue, GetProviderSpecificValues, getRecordsAffected, GetStream, GetTextReader, getVisibleFieldCountCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public OleDbDataReader()
throws java.lang.Throwable
java.lang.Throwablepublic OleDbDataReader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static OleDbDataReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into OleDbDataReader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedOleDbDataReader instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable,
ArgumentException,
AccessViolationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
OutOfMemoryException,
ObjectDisposedException,
AbandonedMutexException,
SecurityException,
NotSupportedException,
CultureNotFoundException,
NotImplementedException,
KeyNotFoundException
Close in class DbDataReaderjava.lang.ThrowableArgumentExceptionAccessViolationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionOutOfMemoryExceptionObjectDisposedExceptionAbandonedMutexExceptionSecurityExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionKeyNotFoundExceptionpublic boolean GetBoolean(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
KeyNotFoundException,
AccessViolationException,
OutOfMemoryException,
InvalidCastException
GetBoolean in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic byte GetByte(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
KeyNotFoundException,
AccessViolationException,
OutOfMemoryException,
InvalidCastException
GetByte in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic long GetBytes(int ordinal,
long dataIndex,
byte[] buffer,
int bufferIndex,
int length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
OutOfMemoryException,
InvalidCastException
GetBytes in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic long GetBytes(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
OutOfMemoryException,
InvalidCastException
GetBytes in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic char GetChar(int ordinal)
throws java.lang.Throwable,
NotSupportedException
GetChar in class DbDataReaderjava.lang.ThrowableNotSupportedExceptionpublic long GetChars(int ordinal,
long dataIndex,
char[] buffer,
int bufferIndex,
int length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
OutOfMemoryException,
InvalidCastException
GetChars in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic long GetChars(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
KeyNotFoundException,
AccessViolationException,
OutOfMemoryException,
InvalidCastException
GetChars in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic OleDbDataReader GetDataNewOleDbDataReader(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic java.lang.String GetDataTypeName(int index)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
GetDataTypeName in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic DateTime GetDateTime(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, OverflowException, InvalidCastException
GetDateTime in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionOverflowExceptionInvalidCastExceptionpublic Decimal GetDecimal(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException
GetDecimal in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic double GetDouble(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
KeyNotFoundException,
AccessViolationException,
OutOfMemoryException,
InvalidCastException
GetDouble in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic NetType GetFieldType(int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
GetFieldType in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic Single GetFloat(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException
GetFloat in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic Guid GetGuid(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException
GetGuid in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic short GetInt16(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
KeyNotFoundException,
AccessViolationException,
OutOfMemoryException,
InvalidCastException
GetInt16 in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic int GetInt32(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
KeyNotFoundException,
AccessViolationException,
OutOfMemoryException,
InvalidCastException
GetInt32 in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic long GetInt64(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
KeyNotFoundException,
AccessViolationException,
OutOfMemoryException,
InvalidCastException
GetInt64 in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic 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 index)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
GetName in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic int GetOrdinal(java.lang.String name)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException
GetOrdinal in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic DataTable GetSchemaTable() throws java.lang.Throwable, ArgumentNullException, OutOfMemoryException, AccessViolationException, IndexOutOfRangeException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, MissingMethodException, TargetInvocationException, InvalidCastException, FormatException, KeyNotFoundException, NullReferenceException, ConfigurationErrorsException, DataException, OverflowException
GetSchemaTable in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionOutOfMemoryExceptionAccessViolationExceptionIndexOutOfRangeExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionFormatExceptionKeyNotFoundExceptionNullReferenceExceptionConfigurationErrorsExceptionDataExceptionOverflowExceptionpublic java.lang.String GetString(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
KeyNotFoundException,
AccessViolationException,
OutOfMemoryException,
InvalidCastException
GetString in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionpublic TimeSpan GetTimeSpan(int ordinal) throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetValue(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, OverflowException, InvalidCastException
GetValue in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionOverflowExceptionInvalidCastExceptionpublic int GetValues(NetObject[] values) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException, AccessViolationException, OverflowException, InvalidCastException
GetValues in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionAccessViolationExceptionOverflowExceptionInvalidCastExceptionpublic boolean IsDBNull(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
KeyNotFoundException,
AccessViolationException,
OutOfMemoryException
IsDBNull in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionpublic boolean NextResult()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
AccessViolationException,
OutOfMemoryException,
InvalidCastException,
NotSupportedException
NextResult in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionNotSupportedExceptionpublic boolean Read()
throws java.lang.Throwable,
ArgumentException,
AccessViolationException,
ArgumentNullException,
KeyNotFoundException,
InvalidOperationException,
ObjectDisposedException,
NotImplementedException,
MissingManifestResourceException,
ArgumentOutOfRangeException
Read in class DbDataReaderjava.lang.ThrowableArgumentExceptionAccessViolationExceptionArgumentNullExceptionKeyNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DbDataReader