Package system.data.oracleclient
Class OracleDataReader
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.data.common.DbDataReader
-
- system.data.oracleclient.OracleDataReader
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
public class OracleDataReader extends DbDataReader
The base .NET class managing System.Data.OracleClient.OracleDataReader, System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.OracleClient.OracleDataReader
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static String
assemblyShortName
Assembly name: System.Data.OracleClientstatic String
className
Qualified class name: System.Data.OracleClient.OracleDataReaderstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description OracleDataReader()
OracleDataReader(Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OracleDataReader
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoOracleDataReader
, 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 fieldOffset, byte[] buffer2, int bufferoffset, int length)
long
GetBytes(int dupParam0, long dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4)
char
GetChar(int i)
long
GetChars(int i, long fieldOffset, char[] buffer2, int bufferoffset, int length)
long
GetChars(int dupParam0, long dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4)
String
GetDataTypeName(int i)
DateTime
GetDateTime(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)
String
getJCOAssemblyName()
Returns the reflected Assembly nameString
getJCOClassName()
Returns the reflected Class nameObject
getJCOInstance()
Returns the instantiated classString
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeString
GetName(int i)
OracleBFile
GetOracleBFile(int i)
OracleBinary
GetOracleBinary(int i)
OracleDateTime
GetOracleDateTime(int i)
OracleLob
GetOracleLob(int i)
OracleMonthSpan
GetOracleMonthSpan(int i)
OracleNumber
GetOracleNumber(int i)
OracleString
GetOracleString(int i)
OracleTimeSpan
GetOracleTimeSpan(int i)
NetObject
GetOracleValue(int i)
int
GetOracleValues(NetObject[] values)
int
GetOrdinal(String name)
NetType
GetProviderSpecificFieldType(int i)
NetObject
GetProviderSpecificValue(int i)
int
GetProviderSpecificValues(NetObject[] values)
DataTable
GetSchemaTable()
String
GetString(int i)
TimeSpan
GetTimeSpan(int i)
NetObject
GetValue(int i)
int
GetValues(NetObject[] values)
boolean
IsDBNull(int i)
boolean
NextResult()
boolean
Read()
void
setJCOInstance(JCObject instance)
-
Methods inherited from class system.data.common.DbDataReader
close, Dispose, GetData, getDepth, getFieldCount, getHasRows, getIsClosed, getRecordsAffected, GetStream, GetTextReader, getVisibleFieldCount
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Data.OracleClient- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Data.OracleClient.OracleDataReader- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDbDataReader
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classDbDataReader
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classDbDataReader
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classDbDataReader
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDbDataReader
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDbDataReader
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static OracleDataReader cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoOracleDataReader
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
OracleDataReader
instance- Throws:
Throwable
- in case of error during cast operation
-
GetBoolean
public boolean GetBoolean(int i) throws Throwable
- Overrides:
GetBoolean
in classDbDataReader
- Throws:
Throwable
-
IsDBNull
public boolean IsDBNull(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
- Overrides:
IsDBNull
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
-
NextResult
public boolean NextResult() throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Read
public boolean Read() throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, AccessViolationException
- Overrides:
Read
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
AccessViolationException
-
GetByte
public byte GetByte(int i) throws Throwable
- Overrides:
GetByte
in classDbDataReader
- Throws:
Throwable
-
GetChar
public char GetChar(int i) throws Throwable
- Overrides:
GetChar
in classDbDataReader
- Throws:
Throwable
-
GetDouble
public double GetDouble(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
- Overrides:
GetDouble
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
-
GetInt16
public short GetInt16(int i) throws Throwable
- Overrides:
GetInt16
in classDbDataReader
- Throws:
Throwable
-
GetInt32
public int GetInt32(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, OutOfMemoryException
- Overrides:
GetInt32
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
OutOfMemoryException
-
GetOracleValues
public int GetOracleValues(NetObject[] values) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, OverflowException
-
GetOrdinal
public int GetOrdinal(String name) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
- Overrides:
GetOrdinal
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
-
GetProviderSpecificValues
public int GetProviderSpecificValues(NetObject[] values) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, ArgumentOutOfRangeException
-
GetValues
public int GetValues(NetObject[] values) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, OutOfMemoryException, FormatException, OverflowException
- Overrides:
GetValues
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
OutOfMemoryException
FormatException
OverflowException
-
GetBytes
public long GetBytes(int i, long fieldOffset, byte[] buffer2, int bufferoffset, int length) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
- Overrides:
GetBytes
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
-
GetBytes
public long GetBytes(int dupParam0, long dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
- Overrides:
GetBytes
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
-
GetChars
public long GetChars(int i, long fieldOffset, char[] buffer2, int bufferoffset, int length) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, OutOfMemoryException
- Overrides:
GetChars
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
OutOfMemoryException
-
GetChars
public long GetChars(int dupParam0, long dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, OutOfMemoryException
- Overrides:
GetChars
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
OutOfMemoryException
-
GetInt64
public long GetInt64(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, OutOfMemoryException
- Overrides:
GetInt64
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
OutOfMemoryException
-
GetFloat
public Single GetFloat(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
- Overrides:
GetFloat
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
-
GetSchemaTable
public DataTable GetSchemaTable() throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, NullReferenceException, ConfigurationErrorsException, DataException, OverflowException, FormatException, InvalidCastException, KeyNotFoundException, OutOfMemoryException
- Overrides:
GetSchemaTable
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
NullReferenceException
ConfigurationErrorsException
DataException
OverflowException
FormatException
InvalidCastException
KeyNotFoundException
OutOfMemoryException
-
GetOracleBFile
public OracleBFile GetOracleBFile(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
-
GetOracleBinary
public OracleBinary GetOracleBinary(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
-
GetOracleDateTime
public OracleDateTime GetOracleDateTime(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, FormatException, OverflowException, OutOfMemoryException
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
FormatException
OverflowException
OutOfMemoryException
-
GetOracleLob
public OracleLob GetOracleLob(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
-
GetOracleMonthSpan
public OracleMonthSpan GetOracleMonthSpan(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
-
GetOracleNumber
public OracleNumber GetOracleNumber(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
-
GetOracleString
public OracleString GetOracleString(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
-
GetOracleTimeSpan
public OracleTimeSpan GetOracleTimeSpan(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
-
GetDateTime
public DateTime GetDateTime(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, FormatException, OverflowException, OutOfMemoryException
- Overrides:
GetDateTime
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
FormatException
OverflowException
OutOfMemoryException
-
GetDecimal
public Decimal GetDecimal(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
- Overrides:
GetDecimal
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
-
GetGuid
public Guid GetGuid(int i) throws Throwable
- Overrides:
GetGuid
in classDbDataReader
- Throws:
Throwable
-
GetOracleValue
public NetObject GetOracleValue(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, FormatException, OverflowException
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
FormatException
OverflowException
-
GetProviderSpecificValue
public NetObject GetProviderSpecificValue(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, ArgumentOutOfRangeException, OverflowException
-
GetValue
public NetObject GetValue(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, OutOfMemoryException, FormatException, OverflowException
- Overrides:
GetValue
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
OutOfMemoryException
FormatException
OverflowException
-
GetDataTypeName
public String GetDataTypeName(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
GetName
public String GetName(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
GetString
public String GetString(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, OutOfMemoryException
- Overrides:
GetString
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
AccessViolationException
OutOfMemoryException
-
GetTimeSpan
public TimeSpan GetTimeSpan(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException
-
GetFieldType
public NetType GetFieldType(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
GetProviderSpecificFieldType
public NetType GetProviderSpecificFieldType(int i) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
- Overrides:
GetProviderSpecificFieldType
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
-
Close
public void Close() throws Throwable, ArgumentNullException, ArgumentException
- Overrides:
Close
in classDbDataReader
- Throws:
Throwable
ArgumentNullException
ArgumentException
-
-