Package system.data.oledb
Class OleDbDataReader
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.data.common.DbDataReader
-
- system.data.oledb.OleDbDataReader
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class OleDbDataReader extends DbDataReader
The base .NET class managing System.Data.OleDb.OleDbDataReader, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Datastatic java.lang.StringclassNameQualified class name: System.Data.OleDb.OleDbDataReaderstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description OleDbDataReader()OleDbDataReader(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OleDbDataReadercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoOleDbDataReader, a cast assert is made to check if types are compatible.voidClose()booleanGetBoolean(int ordinal)byteGetByte(int ordinal)longGetBytes(int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length)longGetBytes(int dupParam0, long dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4)charGetChar(int ordinal)longGetChars(int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length)longGetChars(int dupParam0, long dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4)OleDbDataReaderGetDataNewOleDbDataReader(int ordinal)java.lang.StringGetDataTypeName(int index)DateTimeGetDateTime(int ordinal)DecimalGetDecimal(int ordinal)doubleGetDouble(int ordinal)NetTypeGetFieldType(int index)SingleGetFloat(int ordinal)GuidGetGuid(int ordinal)shortGetInt16(int ordinal)intGetInt32(int ordinal)longGetInt64(int ordinal)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringGetName(int index)intGetOrdinal(java.lang.String name)DataTableGetSchemaTable()java.lang.StringGetString(int ordinal)TimeSpanGetTimeSpan(int ordinal)NetObjectGetValue(int ordinal)intGetValues(NetObject[] values)booleanIsDBNull(int ordinal)booleanNextResult()booleanRead()voidsetJCOInstance(JCObject instance)-
Methods inherited from class system.data.common.DbDataReader
close, Dispose, GetData, getDepth, getFieldCount, getHasRows, getIsClosed, GetProviderSpecificFieldType, GetProviderSpecificValue, GetProviderSpecificValues, getRecordsAffected, GetStream, GetTextReader, getVisibleFieldCount
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
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.OleDb.OleDbDataReader- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDbDataReader- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classDbDataReader- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classDbDataReader- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classDbDataReader- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDbDataReader
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDbDataReader- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static OleDbDataReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoOleDbDataReader, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
OleDbDataReaderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetBoolean
public boolean GetBoolean(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException- Overrides:
GetBooleanin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
IsDBNull
public boolean IsDBNull(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException- Overrides:
IsDBNullin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryException
-
NextResult
public boolean NextResult() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, AccessViolationException, OutOfMemoryException, InvalidCastException, NotSupportedException- Overrides:
NextResultin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastExceptionNotSupportedException
-
Read
public boolean Read() throws java.lang.Throwable, ArgumentException, AccessViolationException, ArgumentNullException, KeyNotFoundException, InvalidOperationException, ObjectDisposedException, NotImplementedException, MissingManifestResourceException, ArgumentOutOfRangeException- Overrides:
Readin classDbDataReader- Throws:
java.lang.ThrowableArgumentExceptionAccessViolationExceptionArgumentNullExceptionKeyNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionMissingManifestResourceExceptionArgumentOutOfRangeException
-
GetByte
public byte GetByte(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException- Overrides:
GetBytein classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetChar
public char GetChar(int ordinal) throws java.lang.Throwable, NotSupportedException- Overrides:
GetCharin classDbDataReader- Throws:
java.lang.ThrowableNotSupportedException
-
GetDouble
public double GetDouble(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException- Overrides:
GetDoublein classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetInt16
public short GetInt16(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException- Overrides:
GetInt16in classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetInt32
public int GetInt32(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException- Overrides:
GetInt32in classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetOrdinal
public int GetOrdinal(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException- Overrides:
GetOrdinalin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
GetValues
public int GetValues(NetObject[] values) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException, AccessViolationException, OverflowException, InvalidCastException
- Overrides:
GetValuesin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionAccessViolationExceptionOverflowExceptionInvalidCastException
-
GetBytes
public 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- Overrides:
GetBytesin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetBytes
public 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- Overrides:
GetBytesin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetChars
public 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- Overrides:
GetCharsin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetChars
public 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- Overrides:
GetCharsin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetInt64
public long GetInt64(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException- Overrides:
GetInt64in classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetFloat
public Single GetFloat(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException
- Overrides:
GetFloatin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetSchemaTable
public DataTable GetSchemaTable() throws java.lang.Throwable, ArgumentNullException, OutOfMemoryException, AccessViolationException, IndexOutOfRangeException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, MissingMethodException, TargetInvocationException, InvalidCastException, FormatException, KeyNotFoundException, NullReferenceException, ConfigurationErrorsException, DataException, OverflowException
- Overrides:
GetSchemaTablein classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionOutOfMemoryExceptionAccessViolationExceptionIndexOutOfRangeExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionFormatExceptionKeyNotFoundExceptionNullReferenceExceptionConfigurationErrorsExceptionDataExceptionOverflowException
-
GetDataNewOleDbDataReader
public OleDbDataReader GetDataNewOleDbDataReader(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetDateTime
public DateTime GetDateTime(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, OverflowException, InvalidCastException
- Overrides:
GetDateTimein classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionOverflowExceptionInvalidCastException
-
GetDecimal
public Decimal GetDecimal(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException
- Overrides:
GetDecimalin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetGuid
public Guid GetGuid(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException
- Overrides:
GetGuidin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetValue
public NetObject GetValue(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, OverflowException, InvalidCastException
- Overrides:
GetValuein classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionOverflowExceptionInvalidCastException
-
GetDataTypeName
public java.lang.String GetDataTypeName(int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException- Overrides:
GetDataTypeNamein classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedException
-
GetName
public java.lang.String GetName(int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException- Overrides:
GetNamein classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedException
-
GetString
public java.lang.String GetString(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, KeyNotFoundException, AccessViolationException, OutOfMemoryException, InvalidCastException- Overrides:
GetStringin classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionInvalidCastException
-
GetTimeSpan
public TimeSpan GetTimeSpan(int ordinal) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetFieldType
public NetType GetFieldType(int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Overrides:
GetFieldTypein classDbDataReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedException
-
Close
public void Close() throws java.lang.Throwable, ArgumentException, AccessViolationException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ObjectDisposedException, AbandonedMutexException, SecurityException, NotSupportedException, CultureNotFoundException, NotImplementedException, KeyNotFoundException- Overrides:
Closein classDbDataReader- Throws:
java.lang.ThrowableArgumentExceptionAccessViolationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionOutOfMemoryExceptionObjectDisposedExceptionAbandonedMutexExceptionSecurityExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionKeyNotFoundException
-
-