Package system.data
Interface IDataRecord
-
- All Superinterfaces:
IJCOBridgeReflected
- All Known Subinterfaces:
IDataReader
- All Known Implementing Classes:
IDataReaderImplementation,IDataRecordImplementation
public interface IDataRecord extends IJCOBridgeReflected
The base .NET class managing System.Data.IDataRecord, System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.IDataRecord
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.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Data.Commonstatic java.lang.StringclassNameQualified class name: System.Data.IDataRecord
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanGetBoolean(int i)byteGetByte(int i)longGetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length)longGetBytes(int dupParam0, long dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4)charGetChar(int i)longGetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length)longGetChars(int dupParam0, long dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4)IDataReaderGetData(int i)java.lang.StringGetDataTypeName(int i)DateTimeGetDateTime(int i)DecimalGetDecimal(int i)doubleGetDouble(int i)intgetFieldCount()NetTypeGetFieldType(int i)SingleGetFloat(int i)GuidGetGuid(int i)shortGetInt16(int i)intGetInt32(int i)longGetInt64(int i)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 i)intGetOrdinal(java.lang.String name)java.lang.StringGetString(int i)NetObjectGetValue(int i)intGetValues(NetObject[] values)booleanIsDBNull(int i)static IDataRecordToIDataRecord(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIDataRecord, a cast assert is made to check if types are compatible.
-
-
-
Field Detail
-
assemblyFullName
static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
static final java.lang.String assemblyShortName
Assembly name: System.Data.Common- See Also:
- Constant Field Values
-
className
static final java.lang.String className
Qualified class name: System.Data.IDataRecord- See Also:
- Constant Field Values
-
-
Method Detail
-
ToIDataRecord
static IDataRecord ToIDataRecord(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIDataRecord, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IDataRecordinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getJCOAssemblyName
java.lang.String getJCOAssemblyName()
Returns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
java.lang.String getJCOClassName()
Returns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
java.lang.String getJCOObjectName()
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
java.lang.Object getJCOInstance()
Returns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Returns:
- An
Objectrepresenting the instance of the instantiated Class
-
getJCOType
JCType getJCOType()
Returns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Returns:
- A
JCTyperepresenting the Type of the instantiated Class
-
GetBoolean
boolean GetBoolean(int i) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
IsDBNull
boolean IsDBNull(int i) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetByte
byte GetByte(int i) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetChar
char GetChar(int i) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetDouble
double GetDouble(int i) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetInt16
short GetInt16(int i) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetInt32
int GetInt32(int i) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetOrdinal
int GetOrdinal(java.lang.String name) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetValues
int GetValues(NetObject[] values) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetBytes
long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetBytes
long GetBytes(int dupParam0, long dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetChars
long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetChars
long GetChars(int dupParam0, long dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetInt64
long GetInt64(int i) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetFloat
Single GetFloat(int i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetData
IDataReader GetData(int i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetDateTime
DateTime GetDateTime(int i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetDecimal
Decimal GetDecimal(int i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetGuid
Guid GetGuid(int i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetValue
NetObject GetValue(int i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetDataTypeName
java.lang.String GetDataTypeName(int i) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetName
java.lang.String GetName(int i) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetString
java.lang.String GetString(int i) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetFieldType
NetType GetFieldType(int i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFieldCount
int getFieldCount() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-