public class DbUpdatableDataRecord extends DbDataRecord
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Objects.DbUpdatableDataRecord
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.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Entity
|
static java.lang.String |
className
Qualified class name: System.Data.Objects.DbUpdatableDataRecord
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DbUpdatableDataRecord() |
DbUpdatableDataRecord(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DbUpdatableDataRecord |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DbUpdatableDataRecord, a cast assert is made to check if types are compatible. |
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) |
DbDataReader |
GetDataReader(int i) |
DbDataRecord |
GetDataRecord(int ordinal) |
DataRecordInfo |
getDataRecordInfo() |
java.lang.String |
GetDataTypeName(int ordinal) |
DateTime |
GetDateTime(int ordinal) |
Decimal |
GetDecimal(int ordinal) |
double |
GetDouble(int ordinal) |
NetType |
GetFieldType(int ordinal) |
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 ordinal) |
int |
GetOrdinal(java.lang.String name) |
java.lang.String |
GetString(int ordinal) |
NetObject |
GetValue(int ordinal) |
int |
GetValues(NetObject[] values) |
boolean |
IsDBNull(int ordinal) |
void |
SetBoolean(int ordinal,
boolean value) |
void |
SetByte(int ordinal,
byte value) |
void |
SetChar(int ordinal,
char value) |
void |
SetDataRecord(int ordinal,
IDataRecord value) |
void |
SetDateTime(int ordinal,
DateTime value) |
void |
SetDBNull(int ordinal) |
void |
SetDecimal(int ordinal,
Decimal value) |
void |
SetDouble(int ordinal,
double value) |
void |
SetFloat(int ordinal,
Single value) |
void |
SetGuid(int ordinal,
Guid value) |
void |
SetInt16(int ordinal,
short value) |
void |
SetInt32(int ordinal,
int value) |
void |
SetInt64(int ordinal,
long value) |
void |
setJCOInstance(JCObject instance) |
void |
SetString(int ordinal,
java.lang.String value) |
void |
SetValue(int ordinal,
NetObject value) |
int |
SetValues(NetObject... values) |
GetData, getFieldCountEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetAttributes, GetClassName, GetComponentName, GetConverter, GetDefaultEvent, GetDefaultProperty, GetEditor, GetEvents, GetEvents, GetProperties, GetProperties, GetPropertyOwner, ToICustomTypeDescriptorpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DbUpdatableDataRecord()
throws java.lang.Throwable
java.lang.Throwablepublic DbUpdatableDataRecord(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DbUpdatableDataRecord cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DbUpdatableDataRecord, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDbUpdatableDataRecord instancejava.lang.Throwable - in case of error during cast operationpublic boolean GetBoolean(int ordinal)
throws java.lang.Throwable
GetBoolean in class DbDataRecordjava.lang.Throwablepublic byte GetByte(int ordinal)
throws java.lang.Throwable
GetByte in class DbDataRecordjava.lang.Throwablepublic long GetBytes(int ordinal,
long dataIndex,
byte[] buffer,
int bufferIndex,
int length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException
GetBytes in class DbDataRecordjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic long GetBytes(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException
GetBytes in class DbDataRecordjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic char GetChar(int ordinal)
throws java.lang.Throwable
GetChar in class DbDataRecordjava.lang.Throwablepublic long GetChars(int ordinal,
long dataIndex,
char[] buffer,
int bufferIndex,
int length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException
GetChars in class DbDataRecordjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic long GetChars(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException
GetChars in class DbDataRecordjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic DbDataReader GetDataReader(int i) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic DbDataRecord GetDataRecord(int ordinal) throws java.lang.Throwable
java.lang.Throwablepublic DataRecordInfo getDataRecordInfo() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetDataTypeName(int ordinal)
throws java.lang.Throwable
GetDataTypeName in class DbDataRecordjava.lang.Throwablepublic DateTime GetDateTime(int ordinal) throws java.lang.Throwable
GetDateTime in class DbDataRecordjava.lang.Throwablepublic Decimal GetDecimal(int ordinal) throws java.lang.Throwable
GetDecimal in class DbDataRecordjava.lang.Throwablepublic double GetDouble(int ordinal)
throws java.lang.Throwable
GetDouble in class DbDataRecordjava.lang.Throwablepublic NetType GetFieldType(int ordinal) throws java.lang.Throwable
GetFieldType in class DbDataRecordjava.lang.Throwablepublic Single GetFloat(int ordinal) throws java.lang.Throwable
GetFloat in class DbDataRecordjava.lang.Throwablepublic Guid GetGuid(int ordinal) throws java.lang.Throwable
GetGuid in class DbDataRecordjava.lang.Throwablepublic short GetInt16(int ordinal)
throws java.lang.Throwable
GetInt16 in class DbDataRecordjava.lang.Throwablepublic int GetInt32(int ordinal)
throws java.lang.Throwable
GetInt32 in class DbDataRecordjava.lang.Throwablepublic long GetInt64(int ordinal)
throws java.lang.Throwable
GetInt64 in class DbDataRecordjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ICustomTypeDescriptorgetJCOAssemblyName in class DbDataRecordString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ICustomTypeDescriptorgetJCOClassName in class DbDataRecordString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ICustomTypeDescriptorgetJCOInstance in class DbDataRecordObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ICustomTypeDescriptorgetJCOObjectName in class DbDataRecordString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ICustomTypeDescriptorgetJCOType in class DbDataRecordJCType representing the CLR Type of the instantiated Classpublic java.lang.String GetName(int ordinal)
throws java.lang.Throwable
GetName in class DbDataRecordjava.lang.Throwablepublic int GetOrdinal(java.lang.String name)
throws java.lang.Throwable,
ArgumentOutOfRangeException
GetOrdinal in class DbDataRecordjava.lang.ThrowableArgumentOutOfRangeExceptionpublic java.lang.String GetString(int ordinal)
throws java.lang.Throwable
GetString in class DbDataRecordjava.lang.Throwablepublic NetObject GetValue(int ordinal) throws java.lang.Throwable
GetValue in class DbDataRecordjava.lang.Throwablepublic int GetValues(NetObject[] values) throws java.lang.Throwable, ArgumentNullException
GetValues in class DbDataRecordjava.lang.ThrowableArgumentNullExceptionpublic boolean IsDBNull(int ordinal)
throws java.lang.Throwable
IsDBNull in class DbDataRecordjava.lang.Throwablepublic void SetBoolean(int ordinal,
boolean value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetByte(int ordinal,
byte value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetChar(int ordinal,
char value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetDataRecord(int ordinal,
IDataRecord value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetDateTime(int ordinal,
DateTime value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetDBNull(int ordinal)
throws java.lang.Throwable
java.lang.Throwablepublic void SetDecimal(int ordinal,
Decimal value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetDouble(int ordinal,
double value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetFloat(int ordinal,
Single value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetGuid(int ordinal,
Guid value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetInt16(int ordinal,
short value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetInt32(int ordinal,
int value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetInt64(int ordinal,
long value)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class DbDataRecordpublic void SetString(int ordinal,
java.lang.String value)
throws java.lang.Throwable
java.lang.Throwablepublic void SetValue(int ordinal,
NetObject value)
throws java.lang.Throwable
java.lang.Throwablepublic int SetValues(NetObject... values) throws java.lang.Throwable
java.lang.Throwable